* [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
@ 2026-09-03 15:56 Ondrej Mosnáček
2026-09-03 16:49 ` Paul Moore
2026-09-03 20:24 ` Paul Moore
0 siblings, 2 replies; 4+ messages in thread
From: Ondrej Mosnáček @ 2026-09-03 15:56 UTC (permalink / raw)
To: Paul Moore; +Cc: selinux, linux-security-module, linux-kernel
I'm going to use my personal email for kernel contributions from now on.
Update MAINTAINERS and .mailmap to reflect this.
Also switch to use proper spelling with diacritics, since I normally use
the full Unicode name with my personal email address. I'm leaving
in-code occurences unchanged though, as that would be just unnecessary
churn.
Link: https://lore.kernel.org/lkml/CAFqZXNvOGbzy8-ZnJtKi94jfu2H173Tz7VYpK8KuseMQS-9tNA@mail.gmail.com/
Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>
---
Hoping for this to get picked up via the SELinux tree, since the main
change is in the SELinux MAINTAINERS entry.
.mailmap | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 6803f3bd2865..0e672a60afdc 100644
--- a/.mailmap
+++ b/.mailmap
@@ -699,6 +699,7 @@ Oliver Hartkopp <socketcan@hartkopp.net> <oliver.hartkopp@volkswagen.de>
Oliver Hartkopp <socketcan@hartkopp.net> <oliver@hartkopp.net>
Oliver Upton <oupton@kernel.org> <oupton@google.com>
Oliver Upton <oupton@kernel.org> <oliver.upton@linux.dev>
+Ondrej Mosnáček <omosnacek@gmail.com> <omosnace@redhat.com>
Ondřej Jirman <megi@xff.cz> <megous@megous.com>
Oza Pawandeep <quic_poza@quicinc.com> <poza@codeaurora.org>
Pali Rohár <pali@kernel.org> <pali.rohar@gmail.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index fc320b373656..875d0baed8b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24772,7 +24772,7 @@ K: \bsecurity_[a-z_0-9]\+\b
SELINUX SECURITY MODULE
M: Paul Moore <paul@paul-moore.com>
M: Stephen Smalley <stephen.smalley.work@gmail.com>
-R: Ondrej Mosnacek <omosnace@redhat.com>
+R: Ondrej Mosnáček <omosnacek@gmail.com>
L: selinux@vger.kernel.org
S: Supported
W: https://github.com/SELinuxProject
--
2.54.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
2026-09-03 15:56 [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček Ondrej Mosnáček
@ 2026-09-03 16:49 ` Paul Moore
2026-09-03 17:54 ` Ondrej Mosnáček
2026-09-03 20:24 ` Paul Moore
1 sibling, 1 reply; 4+ messages in thread
From: Paul Moore @ 2026-09-03 16:49 UTC (permalink / raw)
To: Ondrej Mosnáček; +Cc: selinux, linux-security-module, linux-kernel
On Thu, Sep 3, 2026 at 11:56 AM Ondrej Mosnáček <omosnacek@gmail.com> wrote:
>
> I'm going to use my personal email for kernel contributions from now on.
> Update MAINTAINERS and .mailmap to reflect this.
>
> Also switch to use proper spelling with diacritics, since I normally use
> the full Unicode name with my personal email address. I'm leaving
> in-code occurences unchanged though, as that would be just unnecessary
> churn.
>
> Link: https://lore.kernel.org/lkml/CAFqZXNvOGbzy8-ZnJtKi94jfu2H173Tz7VYpK8KuseMQS-9tNA@mail.gmail.com/
> Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>
> ---
>
> Hoping for this to get picked up via the SELinux tree, since the main
> change is in the SELinux MAINTAINERS entry.
>
> .mailmap | 1 +
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
Of course, I'll take this via the SELinux tree. Since I'm going to be
sending up a pull request to Linus soon with a v7.3-rcX fix, do you
have any objection to me sending this up with that fix, or would you
prefer this to wait for the next merge window?
> diff --git a/.mailmap b/.mailmap
> index 6803f3bd2865..0e672a60afdc 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -699,6 +699,7 @@ Oliver Hartkopp <socketcan@hartkopp.net> <oliver.hartkopp@volkswagen.de>
> Oliver Hartkopp <socketcan@hartkopp.net> <oliver@hartkopp.net>
> Oliver Upton <oupton@kernel.org> <oupton@google.com>
> Oliver Upton <oupton@kernel.org> <oliver.upton@linux.dev>
> +Ondrej Mosnáček <omosnacek@gmail.com> <omosnace@redhat.com>
> Ondřej Jirman <megi@xff.cz> <megous@megous.com>
> Oza Pawandeep <quic_poza@quicinc.com> <poza@codeaurora.org>
> Pali Rohár <pali@kernel.org> <pali.rohar@gmail.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fc320b373656..875d0baed8b9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24772,7 +24772,7 @@ K: \bsecurity_[a-z_0-9]\+\b
> SELINUX SECURITY MODULE
> M: Paul Moore <paul@paul-moore.com>
> M: Stephen Smalley <stephen.smalley.work@gmail.com>
> -R: Ondrej Mosnacek <omosnace@redhat.com>
> +R: Ondrej Mosnáček <omosnacek@gmail.com>
> L: selinux@vger.kernel.org
> S: Supported
> W: https://github.com/SELinuxProject
> --
> 2.54.0
--
paul-moore.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
2026-09-03 16:49 ` Paul Moore
@ 2026-09-03 17:54 ` Ondrej Mosnáček
0 siblings, 0 replies; 4+ messages in thread
From: Ondrej Mosnáček @ 2026-09-03 17:54 UTC (permalink / raw)
To: Paul Moore; +Cc: selinux, linux-security-module, linux-kernel
On Thu, 3 Sept 2026 at 18:50, Paul Moore <paul@paul-moore.com> wrote:
>
> On Thu, Sep 3, 2026 at 11:56 AM Ondrej Mosnáček <omosnacek@gmail.com> wrote:
> >
> > I'm going to use my personal email for kernel contributions from now on.
> > Update MAINTAINERS and .mailmap to reflect this.
> >
> > Also switch to use proper spelling with diacritics, since I normally use
> > the full Unicode name with my personal email address. I'm leaving
> > in-code occurences unchanged though, as that would be just unnecessary
> > churn.
> >
> > Link: https://lore.kernel.org/lkml/CAFqZXNvOGbzy8-ZnJtKi94jfu2H173Tz7VYpK8KuseMQS-9tNA@mail.gmail.com/
> > Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>
> > ---
> >
> > Hoping for this to get picked up via the SELinux tree, since the main
> > change is in the SELinux MAINTAINERS entry.
> >
> > .mailmap | 1 +
> > MAINTAINERS | 2 +-
> > 2 files changed, 2 insertions(+), 1 deletion(-)
>
> Of course, I'll take this via the SELinux tree. Since I'm going to be
> sending up a pull request to Linus soon with a v7.3-rcX fix, do you
> have any objection to me sending this up with that fix, or would you
> prefer this to wait for the next merge window?
No objections, sooner is probably better than later for me.
Thanks!
>
> > diff --git a/.mailmap b/.mailmap
> > index 6803f3bd2865..0e672a60afdc 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -699,6 +699,7 @@ Oliver Hartkopp <socketcan@hartkopp.net> <oliver.hartkopp@volkswagen.de>
> > Oliver Hartkopp <socketcan@hartkopp.net> <oliver@hartkopp.net>
> > Oliver Upton <oupton@kernel.org> <oupton@google.com>
> > Oliver Upton <oupton@kernel.org> <oliver.upton@linux.dev>
> > +Ondrej Mosnáček <omosnacek@gmail.com> <omosnace@redhat.com>
> > Ondřej Jirman <megi@xff.cz> <megous@megous.com>
> > Oza Pawandeep <quic_poza@quicinc.com> <poza@codeaurora.org>
> > Pali Rohár <pali@kernel.org> <pali.rohar@gmail.com>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index fc320b373656..875d0baed8b9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -24772,7 +24772,7 @@ K: \bsecurity_[a-z_0-9]\+\b
> > SELINUX SECURITY MODULE
> > M: Paul Moore <paul@paul-moore.com>
> > M: Stephen Smalley <stephen.smalley.work@gmail.com>
> > -R: Ondrej Mosnacek <omosnace@redhat.com>
> > +R: Ondrej Mosnáček <omosnacek@gmail.com>
> > L: selinux@vger.kernel.org
> > S: Supported
> > W: https://github.com/SELinuxProject
> > --
> > 2.54.0
>
> --
> paul-moore.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
2026-09-03 15:56 [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček Ondrej Mosnáček
2026-09-03 16:49 ` Paul Moore
@ 2026-09-03 20:24 ` Paul Moore
1 sibling, 0 replies; 4+ messages in thread
From: Paul Moore @ 2026-09-03 20:24 UTC (permalink / raw)
To: Ondrej Mosnáček; +Cc: selinux, linux-security-module, linux-kernel
On Sep 3, 2026 =?UTF-8?q?Ondrej=20Mosn=C3=A1=C4=8Dek?= <omosnacek@gmail.com> wrote:
>
> I'm going to use my personal email for kernel contributions from now on.
> Update MAINTAINERS and .mailmap to reflect this.
>
> Also switch to use proper spelling with diacritics, since I normally use
> the full Unicode name with my personal email address. I'm leaving
> in-code occurences unchanged though, as that would be just unnecessary
> churn.
>
> Link: https://lore.kernel.org/lkml/CAFqZXNvOGbzy8-ZnJtKi94jfu2H173Tz7VYpK8KuseMQS-9tNA@mail.gmail.com/
> Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>
> ---
> Hoping for this to get picked up via the SELinux tree, since the main
> change is in the SELinux MAINTAINERS entry.
>
> .mailmap | 1 +
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
Merged to selinux/stable-7.3 and will be sent to Linus shortly.
--
paul-moore.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-09-03 20:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 15:56 [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček Ondrej Mosnáček
2026-09-03 16:49 ` Paul Moore
2026-09-03 17:54 ` Ondrej Mosnáček
2026-09-03 20:24 ` Paul Moore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®