On 9/16/22 2:10 PM, Chuck Zmudzinski wrote: > On 9/16/22 2:00 PM, Chuck Zmudzinski wrote: > > On 9/16/22 1:27 PM, Diederik de Haas wrote: > > > On Friday, 16 September 2022 16:37:50 CEST Chuck Zmudzinski wrote: > > > > the Linux kernel accept a patch to fix Debian #983357 > > > > > > Has the patch every been proposed to upstream? > > > > The patch is written by Ben Hutchings, a kernel developer. > > > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983357#97 > > > > I don't think I can sign-off on a patch written by Ben Hutchings. > > Please explain why you are asking *me* to do that. > > I have pinged the bug, and therefore Ben Hutchings, politely, > but he hasn't responded, and I don't think it would be wise to > do this without his consent. Perhaps you can ask for his consent. > If he gives it, I will do the git-send-email to the kernel. > > I am not going to ask him. I have already done so on BTS > with polite pings. Maybe he will listen to you if you ask him. > You are a member of the Debian Xen Team. As you can > see from other messages on this list, I am suspect and > unwelcome by not a few people who hang out on this list, > so obviously I am not the best person to ask Ben for > permission to submit his patch to upstream Linux. > > Best regards, > > Chuck > > > > > > > Best regards, > > > > > > Chuck > > > > > If not, then send one with 'git send-email' to the ones listed for the > > > file in > > > question, which can be obtained via 'get_maintainer.pl': > > > > > > $~/dev/kernel.org/linux$ scripts/get_maintainer.pl include/linux/kobject.h > > > Greg Kroah-Hartman <[email protected]> (supporter:DRIVER CORE, > > > KOBJECTS, DEBUGFS AND SYSFS) > > > "Rafael J. Wysocki" <[email protected]> (reviewer:DRIVER CORE, KOBJECTS, > > > DEBUGFS AND SYSFS) > > > [email protected] (open list) > > > > > > If you've never used 'git send-email' before or send patches to the > > > upstream > > > kernel before, these links may be off help: > > > https://git-send-email.io/ > > > https://www.kernel.org/doc/html/latest/process/submitting-patches.html > > > > > > HTH > > >
Hi Diederik, As you can see from the Ben's message, the only question is whether the buffer should be increased to 4k or 8k. I tested and 4k was big enough for the Xen virtual keyboard, but Ben also though that the "correct" value to increase it to might be 8k, which matches a buffer size in udev. So we should work out that question before submitting upstream, don't you think? Best regards, Chuck

