Message ID | 20241012225524.117871-1-andrey.konovalov@linux.dev (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: kasan, kcov: add bugzilla links | expand |
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?
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?
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?
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