[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALU+5Va2Onf8AaZx0WEVN4fVY8ErrvHQmRDF+gPFmLEV7HsMiA@mail.gmail.com>
Date: Fri, 25 Jul 2025 22:51:08 +0200
From: Olivier Tuchon <tcn@...gle.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH] usb: gadget: Add gadgetmon traffic monitor
> > Signed-off-by: Oliv <tcn@...gle.com>
>
> Doesn't match the From: line :(
Indeed, fixed for the next patch.
> > +config GADGETMON_BUFFER_SIZE_MB
> > + int "Buffer size for gadget monitor (in MiB)"
> > + depends on USB_GADGET_MON
> > + default 4
> > + help
> > + Sets the size of the ring buffer used to transfer event data
> > + from the kernel to userspace. A larger buffer reduces the risk
> > + of dropping events during high-speed traffic bursts but uses
> > + more kernel memory. Value is in Megabytes (MiB).
>
> <snip>
>
> Patch is totally corrupted with whitespace issues everywhere, making it
> impossible to apply or even review :(
Arggh, not caught by ./scripts/checkpatch.pl.
Fixed for the next patch.
Thanks,
Olivier
On Fri, 25 Jul 2025 at 17:33, Greg KH <gregkh@...uxfoundation.org> wrote:
>
> Cool, but:
>
> On Fri, Jul 25, 2025 at 05:25:49PM +0200, Olivier Tuchon wrote:
> > Signed-off-by: Oliv <tcn@...gle.com>
>
> Doesn't match the From: line :(
>
> > +config GADGETMON_BUFFER_SIZE_MB
> > + int "Buffer size for gadget monitor (in MiB)"
> > + depends on USB_GADGET_MON
> > + default 4
> > + help
> > + Sets the size of the ring buffer used to transfer event data
> > + from the kernel to userspace. A larger buffer reduces the risk
> > + of dropping events during high-speed traffic bursts but uses
> > + more kernel memory. Value is in Megabytes (MiB).
>
> <snip>
>
> Patch is totally corrupted with whitespace issues everywhere, making it
> impossible to apply or even review :(
>
> thanks,
>
> greg k-h
Powered by blists - more mailing lists