[PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček

Ondrej Mosnáček posted 1 patch 3 weeks, 1 day ago
.mailmap    | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
Posted by Ondrej Mosnáček 3 weeks, 1 day ago
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

Re: [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
Posted by Paul Moore 3 weeks, 1 day ago
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
Re: [PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
Posted by Ondrej Mosnáček 3 weeks, 1 day ago
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