From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757860AbcASVc3 (ORCPT ); Tue, 19 Jan 2016 16:32:29 -0500 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:50546 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757513AbcASVcY (ORCPT ); Tue, 19 Jan 2016 16:32:24 -0500 Date: Tue, 19 Jan 2016 21:32:13 +0000 From: Ben Hutchings To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org Message-ID: <20160119213213.GB2637@decadent.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="f+W+jCU1fRNres8c" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ben@decadent.org.uk Subject: [PATCH perf 0/4] Build fixes for gcc 6 X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on shadbolt.decadent.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --f+W+jCU1fRNres8c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline gcc 6 warns about various things in tools/perf and with -Werror these turn into build failures. One of them is a real though not very serious bug. Ben. Ben Hutchings (4): perf tools: Fix wrong indentation and build failure with gcc 6 perf top: Fix behaviour of Shift-Tab in annotated view with nothing focussed perf tools: Fix unused variables: x86_{32,64}_regoffset_table perf tests: Delete mis-indented dead code that causes build failure with gcc 6 tools/perf/arch/x86/tests/intel-cqm.c | 5 +++-- tools/perf/arch/x86/util/dwarf-regs.c | 38 ++++++++++++++++------------------- tools/perf/ui/browsers/annotate.c | 4 ++-- tools/perf/util/pmu.c | 2 +- 4 files changed, 23 insertions(+), 26 deletions(-) --f+W+jCU1fRNres8c Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVp6rXee/yOyVhhEJAQr7lA/7BQbmp3NtnRoqzq8nhiwg6QCwZVKBOIgj 5MUBK4di0BcIvyrbSo9OOIbmeKwDvD14TyVF3dJcfQsdWmY8vx+Hoq79TXqdWdza +FW4AQ2T7H05cB9zvIZX192UOpxLiA1SSuA659cW6rCBsIDc1yzM5zXrSOnYulyX YIPW5yl3hmZ6jJOk1bwlCwbLowHdiX1E1CHmLwI2TcPc3Xz+bWgtjojsCqHE0SdH 0eeV8nPPQOPVCvNGUkedjMjnaSxQHEVtJJpCFhahs104XzyDLVt+JuJx3izX/y9Q Kn9NzM5gat6UfU4PT0P5z0Ru95/mIUKcS0R2CECGEOQMUS6Ial/Hux7pjt0560C2 o21aF/xVVQK7fsAT+N8Ehce6HjMsUiC6P/Xe9yjgu494mvMKoN3bygvhQLvUuTFA /+au6NIFPEZOv7KndAu5olzYI9/c6pxieTMYfi7JwUfVEzyPfIPcf0XDrErCycnU Kavuqtgi1+IodOt+rVQoXotjShsZdUh7ifmR+FpCpRSQAt0Ym17XUtQ9Zy5fBFIo SfJZqkpOapHSbUfJRLvoLoFP7fvE8gdmwMBahoXii4UaV+WwFTWVAdB650xfVOMt WxeJx8WI6loWJsnOOLfj5chjKKXtvOcbmZXlqwZfrbVHMR4OXio9hF1i0G7Wmh45 bxJjY0QMa+k= =LZhw -----END PGP SIGNATURE----- --f+W+jCU1fRNres8c--