diff options
author | Andrey Konovalov <[email protected]> | 2024-10-13 00:55:24 +0200 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-10-17 00:28:10 -0700 |
commit | 22ff9b0ff11a762852cd620972f265b3129e3fe7 (patch) | |
tree | bb7b5782ac0fc56f169985e25d644384ae058c09 | |
parent | 2b0f922323ccfa76219bcaacd35cd50aeaa13592 (diff) |
MAINTAINERS: kasan, kcov: add bugzilla links
Add links to the Bugzilla component that's used to track KASAN and KCOV
issues.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrey Konovalov <[email protected]>
Acked-by: Dmitry Vyukov <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Marco Elver <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 51430c225666..a3b75fe83f47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12242,6 +12242,7 @@ R: Dmitry Vyukov <[email protected]> R: Vincenzo Frascino <[email protected]> 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 <[email protected]> R: Andrey Konovalov <[email protected]> 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 |