Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751847AbbHGKL4 (ORCPT ); Fri, 7 Aug 2015 06:11:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59618 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbbHGKLz (ORCPT ); Fri, 7 Aug 2015 06:11:55 -0400 Date: Fri, 7 Aug 2015 11:11:49 +0100 From: Aaron Tomlin To: Ulrich Obergfell Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dzickus@redhat.com, jolsa@kernel.org, mhocko@suse.cz, eranian@google.com, cmetcalf@ezchip.com, fweisbec@gmail.com, linux@roeck-us.net Subject: Re: [PATCH 2/2] watchdog: use pr_debug() in fixup_ht_bug() failure path Message-ID: <20150807101149.GB17775@atomlin.usersys.redhat.com> References: <1438941488-3651-1-git-send-email-uobergfe@redhat.com> <1438941488-3651-3-git-send-email-uobergfe@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline In-Reply-To: <1438941488-3651-3-git-send-email-uobergfe@redhat.com> X-PGP-Key: http://pgp.mit.edu/pks/lookup?search=atomlin%40redhat.com X-PGP-Fingerprint: 7906 84EB FA8A 9638 8D1E 6E9B E2DE 9658 19CC 77D6 User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2125 Lines: 62 --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2015-08-07 11:58 +0200, Ulrich Obergfell wrote: >=20 > Signed-off-by: Ulrich Obergfell > --- > arch/x86/kernel/cpu/perf_event_intel.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu= /perf_event_intel.c > index 0357bf7..abb25c3 100644 > --- a/arch/x86/kernel/cpu/perf_event_intel.c > +++ b/arch/x86/kernel/cpu/perf_event_intel.c > @@ -3369,7 +3369,7 @@ static __init int fixup_ht_bug(void) > } > =20 > if (lockup_detector_suspend() !=3D 0) { > - pr_info("failed to disable PMU erratum BJ122, BV98, HSD29 workaround\n= "); > + pr_debug("failed to disable PMU erratum BJ122, BV98, HSD29 workaround\= n"); > return 0; > } > =20 Reviewed-by: Aaron Tomlin --=20 Aaron Tomlin --qlTNgmc+xy1dBmNv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVxIRkAAoJEOLellgZzHfWgokQAI38oo8r6BMGJMPvpaIPvEH1 waLTo6nYHEP7R6Rk5o9nQq8elbhiXqWZF9v6al1z/CmMOXK9O+Kcikn+b2k0VwPL IfwwTQ0mLxfPOLjzR3IePdi7jDpyWC7sOQAikVok17pvpflhOJMpOscrdlQnRzC+ Jllw+umoGXZ/BgATmaOwPrnJpFBQvRkBA11mnfPVM16mTQYXt5xmupbmKDBnLf5P s2Zt1k543fiAab8eStgaFO7EfpNvE8IDKa7rm+WmR3nKIVA43onY1CXm+xpZ6rKS H17Iws5+B5IBkA3Nzc9KRFaNXV4XHGEcE0z7M64/Iy59XzHWtBPXBX1fcjx6uRXa SuqHbF5bhfGoNilaA1OzChSj/N2wv/Es+ND+J/m2oYb9zOGbVQjXiiqEacjlMD+/ 9ZpwhnqyTNPF2Ah0wPhGsrxAal8jTm/5hGYN5aYfPDMuAj1EMtrBvA6tBM60zixv jiN5Ur0jRX81SaC1ZRvwZu7BHofLURp6K6J6ThqBZwEHCo2oVS+N/cpSxEfM/dQn bufF0jEvZsFxgM/Kj3KZwsueW1QTHS5bHVv+RU31oMx31c+JxCTYNNHbXL5rTwLr 2NCNxW0fLF8L3s2wrQniklhr2SBJjb33oxVQfT8Hc3INMP/CiP2OIiMr/m+S0b6w 38gEUNh2lNzCTvtYQ5qD =lFlV -----END PGP SIGNATURE----- --qlTNgmc+xy1dBmNv-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/