* [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links
@ 2024-10-12 22:55 andrey.konovalov
2024-10-14 8:08 ` Dmitry Vyukov
0 siblings, 1 reply; 4+ messages in thread
From: andrey.konovalov @ 2024-10-12 22:55 UTC (permalink / raw)
To: Andrew Morton
Cc: Andrey Konovalov, Marco Elver, Alexander Potapenko,
Dmitry Vyukov, Andrey Ryabinin, kasan-dev, linux-mm,
linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links
2024-10-12 22:55 [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links andrey.konovalov
@ 2024-10-14 8:08 ` Dmitry Vyukov
2024-10-14 12:51 ` Andrey Konovalov
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Vyukov @ 2024-10-14 8:08 UTC (permalink / raw)
To: andrey.konovalov
Cc: Andrew Morton, Andrey Konovalov, Marco Elver,
Alexander Potapenko, Andrey Ryabinin, kasan-dev, linux-mm,
linux-kernel
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links
2024-10-14 8:08 ` Dmitry Vyukov
@ 2024-10-14 12:51 ` Andrey Konovalov
2024-10-14 13:24 ` Dmitry Vyukov
0 siblings, 1 reply; 4+ messages in thread
From: Andrey Konovalov @ 2024-10-14 12:51 UTC (permalink / raw)
To: Dmitry Vyukov
Cc: andrey.konovalov, Andrew Morton, Marco Elver,
Alexander Potapenko, Andrey Ryabinin, kasan-dev, linux-mm,
linux-kernel
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).
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links
2024-10-14 12:51 ` Andrey Konovalov
@ 2024-10-14 13:24 ` Dmitry Vyukov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Vyukov @ 2024-10-14 13:24 UTC (permalink / raw)
To: Andrey Konovalov
Cc: andrey.konovalov, Andrew Morton, Marco Elver,
Alexander Potapenko, Andrey Ryabinin, kasan-dev, linux-mm,
linux-kernel
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-14 13:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-12 22:55 [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links andrey.konovalov
2024-10-14 8:08 ` Dmitry Vyukov
2024-10-14 12:51 ` Andrey Konovalov
2024-10-14 13:24 ` Dmitry Vyukov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox