]> www.infradead.org Git - users/jedix/linux-maple.git/commit
get_maintainer: add --bug option to print bug reporting info
authorJani Nikula <jani.nikula@intel.com>
Thu, 15 Aug 2024 11:34:49 +0000 (14:34 +0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 26 Aug 2024 22:10:12 +0000 (16:10 -0600)
commit033964f13ef2aec1c0ae090755935055c11aaef7
treee828dd23665fe1cc7e90b954b15edb1002e7137e
parent748c3404c8cd3e019df4d1cce9582176c541fb3a
get_maintainer: add --bug option to print bug reporting info

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@perches.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240815113450.3397499-1-jani.nikula@intel.com
scripts/get_maintainer.pl