* [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer
@ 2024-10-14 20:50 Jann Horn
2024-10-14 21:04 ` Liam R. Howlett
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jann Horn @ 2024-10-14 20:50 UTC (permalink / raw)
To: Andrew Morton, Liam R. Howlett, Lorenzo Stoakes, Vlastimil Babka
Cc: linux-mm, linux-kernel, Jann Horn
Add myself as a reviewer for memory mapping / VMA code.
I will probably only reply to patches sporadically, but hopefully this will
help me keep up with changes that look interesting security-wise.
Signed-off-by: Jann Horn <jannh@google.com>
---
(as discussed with Lorenzo)
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 659aca7cfad3..6978444f81d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14918,6 +14918,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
M: Liam R. Howlett <Liam.Howlett@oracle.com>
M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
R: Vlastimil Babka <vbabka@suse.cz>
+R: Jann Horn <jannh@google.com>
L: linux-mm@kvack.org
S: Maintained
W: http://www.linux-mm.org
@@ -24733,6 +24734,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
M: Liam R. Howlett <Liam.Howlett@oracle.com>
M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
R: Vlastimil Babka <vbabka@suse.cz>
+R: Jann Horn <jannh@google.com>
L: linux-mm@kvack.org
S: Maintained
W: https://www.linux-mm.org
---
base-commit: d4e7ab0ed929645bee32538532039d3d451efb00
change-id: 20241014-maintainers-mmap-reviewer-82a031ff2425
--
Jann Horn <jannh@google.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer
2024-10-14 20:50 [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer Jann Horn
@ 2024-10-14 21:04 ` Liam R. Howlett
2024-10-14 21:09 ` Lorenzo Stoakes
2024-10-15 7:54 ` Vlastimil Babka
2 siblings, 0 replies; 4+ messages in thread
From: Liam R. Howlett @ 2024-10-14 21:04 UTC (permalink / raw)
To: Jann Horn
Cc: Andrew Morton, Lorenzo Stoakes, Vlastimil Babka, linux-mm, linux-kernel
* Jann Horn <jannh@google.com> [241014 16:51]:
> Add myself as a reviewer for memory mapping / VMA code.
> I will probably only reply to patches sporadically, but hopefully this will
> help me keep up with changes that look interesting security-wise.
>
> Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> ---
> (as discussed with Lorenzo)
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 659aca7cfad3..6978444f81d5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14918,6 +14918,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
> M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Vlastimil Babka <vbabka@suse.cz>
> +R: Jann Horn <jannh@google.com>
> L: linux-mm@kvack.org
> S: Maintained
> W: http://www.linux-mm.org
> @@ -24733,6 +24734,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
> M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Vlastimil Babka <vbabka@suse.cz>
> +R: Jann Horn <jannh@google.com>
> L: linux-mm@kvack.org
> S: Maintained
> W: https://www.linux-mm.org
>
> ---
> base-commit: d4e7ab0ed929645bee32538532039d3d451efb00
> change-id: 20241014-maintainers-mmap-reviewer-82a031ff2425
> --
> Jann Horn <jannh@google.com>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer
2024-10-14 20:50 [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer Jann Horn
2024-10-14 21:04 ` Liam R. Howlett
@ 2024-10-14 21:09 ` Lorenzo Stoakes
2024-10-15 7:54 ` Vlastimil Babka
2 siblings, 0 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2024-10-14 21:09 UTC (permalink / raw)
To: Jann Horn
Cc: Andrew Morton, Liam R. Howlett, Vlastimil Babka, linux-mm, linux-kernel
On Mon, Oct 14, 2024 at 10:50:57PM +0200, Jann Horn wrote:
> Add myself as a reviewer for memory mapping / VMA code.
> I will probably only reply to patches sporadically, but hopefully this will
> help me keep up with changes that look interesting security-wise.
>
> Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> (as discussed with Lorenzo)
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 659aca7cfad3..6978444f81d5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14918,6 +14918,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
> M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Vlastimil Babka <vbabka@suse.cz>
> +R: Jann Horn <jannh@google.com>
> L: linux-mm@kvack.org
> S: Maintained
> W: http://www.linux-mm.org
> @@ -24733,6 +24734,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
> M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Vlastimil Babka <vbabka@suse.cz>
> +R: Jann Horn <jannh@google.com>
> L: linux-mm@kvack.org
> S: Maintained
> W: https://www.linux-mm.org
>
> ---
> base-commit: d4e7ab0ed929645bee32538532039d3d451efb00
> change-id: 20241014-maintainers-mmap-reviewer-82a031ff2425
> --
> Jann Horn <jannh@google.com>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer
2024-10-14 20:50 [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer Jann Horn
2024-10-14 21:04 ` Liam R. Howlett
2024-10-14 21:09 ` Lorenzo Stoakes
@ 2024-10-15 7:54 ` Vlastimil Babka
2 siblings, 0 replies; 4+ messages in thread
From: Vlastimil Babka @ 2024-10-15 7:54 UTC (permalink / raw)
To: Jann Horn, Andrew Morton, Liam R. Howlett, Lorenzo Stoakes
Cc: linux-mm, linux-kernel
On 10/14/24 22:50, Jann Horn wrote:
> Add myself as a reviewer for memory mapping / VMA code.
> I will probably only reply to patches sporadically, but hopefully this will
> help me keep up with changes that look interesting security-wise.
Great, security-related feedback is always better to receive earlier than
later :)
> Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Thanks,
Vlastimil
> ---
> (as discussed with Lorenzo)
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 659aca7cfad3..6978444f81d5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14918,6 +14918,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
> M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Vlastimil Babka <vbabka@suse.cz>
> +R: Jann Horn <jannh@google.com>
> L: linux-mm@kvack.org
> S: Maintained
> W: http://www.linux-mm.org
> @@ -24733,6 +24734,7 @@ M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
> M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Vlastimil Babka <vbabka@suse.cz>
> +R: Jann Horn <jannh@google.com>
> L: linux-mm@kvack.org
> S: Maintained
> W: https://www.linux-mm.org
>
> ---
> base-commit: d4e7ab0ed929645bee32538532039d3d451efb00
> change-id: 20241014-maintainers-mmap-reviewer-82a031ff2425
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-15 7:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-14 20:50 [PATCH] MAINTAINERS: add myself as memory mapping/VMA reviewer Jann Horn
2024-10-14 21:04 ` Liam R. Howlett
2024-10-14 21:09 ` Lorenzo Stoakes
2024-10-15 7:54 ` Vlastimil Babka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox