For a bug in lib/vsprintf.c where should a patch be sent to ?
William Tambe <tambewilliam@gmail.com> writes:
On Sun, Jul 5, 2020 at 8:40 PM William Tambe <tambewilliam@gmail.com> wrote:
For a bug in lib/vsprintf.c where should a patch be sent to ?
The bug is in kernel/kallsyms.c instead.
So for a bug in kernel/kallsyms.c, where should a patch be sent to ?
You can use the 'get_maintainer.pl' script in the kernel tree to identify the list and maintainers. ./scripts/get_maintainer.pl kernel/kallsyms.c But in general you can send it to linux-kernel@vger.kernel.org. Thanks, Santosh
On Mon, Jul 06, 2020 at 06:57:34AM +0530, Santosh Sivaraj wrote:
William Tambe <tambewilliam@gmail.com> writes:
On Sun, Jul 5, 2020 at 8:40 PM William Tambe <tambewilliam@gmail.com> wrote:
For a bug in lib/vsprintf.c where should a patch be sent to ?
The bug is in kernel/kallsyms.c instead.
So for a bug in kernel/kallsyms.c, where should a patch be sent to ?
You can use the 'get_maintainer.pl' script in the kernel tree to identify the list and maintainers.
./scripts/get_maintainer.pl kernel/kallsyms.c
But in general you can send it to linux-kernel@vger.kernel.org.
If you only do that, it will be ignored, use the output of get_maintainer.pl on your patch to get the proper list of people and mailing lists. thanks, greg k-h
participants (3)
-
Greg KH -
Santosh Sivaraj -
William Tambe