Re: [PATCH 1/2] get_maintainer: add --bug option to print bug reporting info
From: Jonathan Corbet
Date: Mon Aug 26 2024 - 18:10:39 EST
Jani Nikula <jani.nikula@xxxxxxxxx> writes:
> For example Documentation/adming-guide/bug-hunting.rst suggest using
> get_maintainer.pl to get a list of maintainers and mailing lists to
> report bugs to, while a number of subsystems and drivers explicitly use
> the "B:" MAINTAINERS entry to direct bug reports at issue trackers
> instead of mailing lists and people.
>
> Add the --bug option to get_maintainer.pl to print the bug reporting
> URIs, if any.
>
> Cc: Joe Perches <joe@xxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx>
> ---
> scripts/get_maintainer.pl | 17 +++++++++++++++--
> 1 file changed, 15 insertions(+), 2 deletions(-)
I've applied both patches, thanks.
jon