public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Russell King \(Oracle\)'" <linux@armlinux.org.uk>
Cc: "'Ard Biesheuvel'" <ardb@kernel.org>,
	<linux-kernel@vger.kernel.org>,
	"'Alexandre Belloni'" <alexandre.belloni@bootlin.com>,
	<linux-samsung-soc@vger.kernel.org>,
	"'Tomer Maimon'" <tmaimon77@gmail.com>,
	<linux-omap@vger.kernel.org>,
	"'Avi Fishman'" <avifishman70@gmail.com>,
	"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
	<linux-usb@vger.kernel.org>,
	"'Tali Perry'" <tali.perry1@gmail.com>,
	"'Nancy Yuen'" <yuenn@google.com>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Alan Stern'" <stern@rowland.harvard.edu>,
	"'Patrice Chotard'" <patrice.chotard@foss.st.com>,
	"'Patrick Venture'" <venture@google.com>,
	"'Vladimir Zapolskiy'" <vz@mleia.com>,
	"'Claudiu Beznea'" <claudiu.beznea@microchip.com>,
	<linux-arm-kernel@lists.infradead.org>,
	"'Benjamin Fair'" <benjaminfair@google.com>
Subject: RE: [RFC PATCH] usb: reduce kernel log spam on driver registration
Date: Fri, 26 Aug 2022 09:31:57 +0530	[thread overview]
Message-ID: <07c701d8b900$987dcef0$c9796cd0$@samsung.com> (raw)
In-Reply-To: <Ywe6/AKzVL/77Fhi@shell.armlinux.org.uk>



>-----Original Message-----
>From: Russell King (Oracle) [mailto:linux@armlinux.org.uk]
>Sent: Thursday, August 25, 2022 11:40 PM
>To: Alim Akhtar <alim.akhtar@samsung.com>
>Cc: 'Ard Biesheuvel' <ardb@kernel.org>; linux-kernel@vger.kernel.org;
>'Alexandre Belloni' <alexandre.belloni@bootlin.com>; linux-samsung-
>soc@vger.kernel.org; 'Tomer Maimon' <tmaimon77@gmail.com>; linux-
>omap@vger.kernel.org; 'Avi Fishman' <avifishman70@gmail.com>; 'Greg
>Kroah-Hartman' <gregkh@linuxfoundation.org>; linux-usb@vger.kernel.org;
>'Tali Perry' <tali.perry1@gmail.com>; 'Nancy Yuen' <yuenn@google.com>;
>'Krzysztof Kozlowski' <krzysztof.kozlowski@linaro.org>; 'Alan Stern'
><stern@rowland.harvard.edu>; 'Patrice Chotard'
><patrice.chotard@foss.st.com>; 'Patrick Venture' <venture@google.com>;
>'Vladimir Zapolskiy' <vz@mleia.com>; 'Claudiu Beznea'
><claudiu.beznea@microchip.com>; linux-arm-kernel@lists.infradead.org;
>'Benjamin Fair' <benjaminfair@google.com>
>Subject: Re: [RFC PATCH] usb: reduce kernel log spam on driver registration
>
>On Thu, Aug 25, 2022 at 10:53:44PM +0530, Alim Akhtar wrote:
>> >Drivers are typically supposed to be quiet unless they are actually
>> >probed,
>> but
>> >for some reason, USB host controllers seem to be exempt from this
>> >rule, and happily broadcast their existence into the kernel log at
>> >boot even if the hardware in question is nowhere to be found.
>> >
>> >Let's fix that, and remove these pr_info() calls.
>> >
>> How about just change pr_info() to pr_debug() instead?
>
>Do the messages serve a useful purpose that the initcall_debug kernel
>parameter (that doesn't require #define DEBUG to be set while compiling and
>thus can be used with any kernel) doesn't provide?
>
Ah, right,  initcall_debug will do the job.
So removing pr_info() from init call looks good.
Thanks.

Hi Ard
Feel free to add 

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>


>--
>RMK's Patch system: https://protect2.fireeye.com/v1/url?k=3b37dc19-
>5abcc93c-3b365756-74fe485cbff6-6a25f0b5c8476bae&q=1&e=752dac9b-cfef-
>4919-8665-
>8a220aac5d96&u=https%3A%2F%2Fwww.armlinux.org.uk%2Fdeveloper%2Fp
>atches%2F
>FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!


  parent reply	other threads:[~2022-08-26  4:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220825170354epcas5p28a5f1a4b13507b5c40ca235560a6ba56@epcas5p2.samsung.com>
2022-08-25 17:03 ` [RFC PATCH] usb: reduce kernel log spam on driver registration Ard Biesheuvel
2022-08-25 17:23   ` Alim Akhtar
2022-08-25 18:10     ` Russell King (Oracle)
2022-08-25 22:13       ` Elliott, Robert (Servers)
2022-08-26  4:01       ` Alim Akhtar [this message]
2022-08-25 19:11   ` Alan Stern
2022-08-25 19:59   ` Rob Herring
2022-08-26  5:57   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='07c701d8b900$987dcef0$c9796cd0$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=ardb@kernel.org \
    --cc=avifishman70@gmail.com \
    --cc=benjaminfair@google.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=patrice.chotard@foss.st.com \
    --cc=stern@rowland.harvard.edu \
    --cc=tali.perry1@gmail.com \
    --cc=tmaimon77@gmail.com \
    --cc=venture@google.com \
    --cc=vz@mleia.com \
    --cc=yuenn@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox