From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Murphy Subject: Re: [PATCH 2/3] tracing: Use pr_crit() instead of long fancy messages Date: Thu, 1 Apr 2021 12:28:11 +0100 Message-ID: References: <20210331093104.383705-1-geert+renesas@glider.be> <20210331093104.383705-3-geert+renesas@glider.be> <20210331094007.77aa5194@gandalf.local.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-GB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Sender: "iommu" Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Geert Uytterhoeven , Steven Rostedt Cc: Petr Mladek , Marco Elver , Linux Embedded , John Ogness , Will Deacon , Randy Dunlap , Rasmus Villemoes , Linux Kernel Mailing List , Sergey Senozhatsky , Linux IOMMU , Ingo Molnar , Gary R Hook , Andrew Morton , Andy Shevchenko , Linus Torvalds , Vlastimil Babka On 2021-04-01 10:39, Geert Uytterhoeven wrote: > Hi Steven, > > On Wed, Mar 31, 2021 at 3:40 PM Steven Rostedt wrote: >> On Wed, 31 Mar 2021 11:31:03 +0200 >> Geert Uytterhoeven wrote: >> >>> This reduces kernel size by ca. 0.5 KiB. >> >> If you are worried about size, disable tracing and it will go away >> entirely. 0.5KiB is a drop in the bucket compared to what tracing adds in >> size overhead. > > Fair enough for this particular case, as tracing can be disabled. I think the same argument can be applied to patch #1 - it's hard to imaging anyone debugging an IOMMU driver on a system where a few hundred bytes makes the slightest bit of difference, and for people not debugging IOMMU drivers it should be moot (per the message itself). Robin.