MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
From: Andrey Konovalov <andreyknvl@gmail.com>
Add links to the Bugzilla component that's used to track KASAN and KCOV
issues.
Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ad507f49324a..c9b6fc55f84a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12242,6 +12242,7 @@ R: Dmitry Vyukov <dvyukov@google.com>
R: Vincenzo Frascino <vincenzo.frascino@arm.com>
L: kasan-dev@googlegroups.com
S: Maintained
+B: https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management
F: Documentation/dev-tools/kasan.rst
F: arch/*/include/asm/*kasan.h
F: arch/*/mm/kasan_init*
@@ -12265,6 +12266,7 @@ R: Dmitry Vyukov <dvyukov@google.com>
R: Andrey Konovalov <andreyknvl@gmail.com>
L: kasan-dev@googlegroups.com
S: Maintained
+B: https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management
F: Documentation/dev-tools/kcov.rst
F: include/linux/kcov.h
F: include/uapi/linux/kcov.h
--
2.25.1
On Sun, 13 Oct 2024 at 00:55, <andrey.konovalov@linux.dev> wrote: > > From: Andrey Konovalov <andreyknvl@gmail.com> > > Add links to the Bugzilla component that's used to track KASAN and KCOV > issues. > > Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7ad507f49324a..c9b6fc55f84a6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12242,6 +12242,7 @@ R: Dmitry Vyukov <dvyukov@google.com> > R: Vincenzo Frascino <vincenzo.frascino@arm.com> > L: kasan-dev@googlegroups.com > S: Maintained > +B: https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management Do we want a link to buglist.cgi, or to enter_bug.cgi, or both? 🤔 > F: Documentation/dev-tools/kasan.rst > F: arch/*/include/asm/*kasan.h > F: arch/*/mm/kasan_init* > @@ -12265,6 +12266,7 @@ R: Dmitry Vyukov <dvyukov@google.com> > R: Andrey Konovalov <andreyknvl@gmail.com> > L: kasan-dev@googlegroups.com > S: Maintained > +B: https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management > F: Documentation/dev-tools/kcov.rst > F: include/linux/kcov.h > F: include/uapi/linux/kcov.h > -- > 2.25.1 >
On Mon, Oct 14, 2024 at 10:08 AM Dmitry Vyukov <dvyukov@google.com> wrote: > > On Sun, 13 Oct 2024 at 00:55, <andrey.konovalov@linux.dev> wrote: > > > > From: Andrey Konovalov <andreyknvl@gmail.com> > > > > Add links to the Bugzilla component that's used to track KASAN and KCOV > > issues. > > > > Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com> > > --- > > MAINTAINERS | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 7ad507f49324a..c9b6fc55f84a6 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -12242,6 +12242,7 @@ R: Dmitry Vyukov <dvyukov@google.com> > > R: Vincenzo Frascino <vincenzo.frascino@arm.com> > > L: kasan-dev@googlegroups.com > > S: Maintained > > +B: https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management > > Do we want a link to buglist.cgi, or to enter_bug.cgi, or both? 🤔 I think buglist.cgi makes more sense - people can check the list of existing bugs before filing a new one. Finding a link to the right enter_bug.cgi page once you know the component name should not be hard (but IMO Bugzilla should just provide that link when viewing bugs for a component).
On Mon, 14 Oct 2024 at 14:51, Andrey Konovalov <andreyknvl@gmail.com> wrote: > > On Mon, Oct 14, 2024 at 10:08 AM Dmitry Vyukov <dvyukov@google.com> wrote: > > > > On Sun, 13 Oct 2024 at 00:55, <andrey.konovalov@linux.dev> wrote: > > > > > > From: Andrey Konovalov <andreyknvl@gmail.com> > > > > > > Add links to the Bugzilla component that's used to track KASAN and KCOV > > > issues. > > > > > > Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com> > > > --- > > > MAINTAINERS | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 7ad507f49324a..c9b6fc55f84a6 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -12242,6 +12242,7 @@ R: Dmitry Vyukov <dvyukov@google.com> > > > R: Vincenzo Frascino <vincenzo.frascino@arm.com> > > > L: kasan-dev@googlegroups.com > > > S: Maintained > > > +B: https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management > > > > Do we want a link to buglist.cgi, or to enter_bug.cgi, or both? 🤔 > > I think buglist.cgi makes more sense - people can check the list of > existing bugs before filing a new one. Finding a link to the right > enter_bug.cgi page once you know the component name should not be hard > (but IMO Bugzilla should just provide that link when viewing bugs for > a component). then Acked-by: Dmitry Vyukov <dvyukov@google.com>
© 2016 - 2024 Red Hat, Inc.