MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)
As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
we have a new topical mailing list like qemu-block, qemu-arm, qemu-ppc
etc but for Rust related patches. Add a new MAINTAINERS entry to touch
all files under rust/ subdirectory and additionally add it to previous
rust related entries.
See also:
https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 095420f8b0..373176e445 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3338,6 +3338,10 @@ F: rust/qemu-api
F: rust/qemu-api-macros
F: rust/rustfmt.toml
+Rust-related patches CC here
+L: qemu-rust@nongnu.org
+F: rust/
+
SLIRP
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Maintained
@@ -4241,6 +4245,7 @@ F: docs/devel/docs.rst
Rust build system integration
M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
+L: qemu-rust@nongnu.org
S: Maintained
F: scripts/rust/
F: rust/.gitignore
---
base-commit: 134b443512825bed401b6e141447b8cdc22d2efe
change-id: 20241109-update-maintainers-file-rust-5cbd97b7b11a
--
γαῖα πυρί μιχθήτω
Manos Pitsidianakis <manos.pitsidianakis@linaro.org> writes: > As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com > we have a new topical mailing list like qemu-block, qemu-arm, qemu-ppc > etc but for Rust related patches. Add a new MAINTAINERS entry to touch > all files under rust/ subdirectory and additionally add it to previous > rust related entries. Queued to maintainer/for-9.2 with tweak suggested by PMD to commit message. > > See also: > https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/ > > Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 095420f8b0..373176e445 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3338,6 +3338,10 @@ F: rust/qemu-api > F: rust/qemu-api-macros > F: rust/rustfmt.toml > > +Rust-related patches CC here > +L: qemu-rust@nongnu.org > +F: rust/ > + > SLIRP > M: Samuel Thibault <samuel.thibault@ens-lyon.org> > S: Maintained > @@ -4241,6 +4245,7 @@ F: docs/devel/docs.rst > > Rust build system integration > M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > +L: qemu-rust@nongnu.org > S: Maintained > F: scripts/rust/ > F: rust/.gitignore > > --- > base-commit: 134b443512825bed401b6e141447b8cdc22d2efe > change-id: 20241109-update-maintainers-file-rust-5cbd97b7b11a -- Alex Bennée Virtualisation Tech Lead @ Linaro
On 9/11/24 19:29, Manos Pitsidianakis wrote: > As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com "As of [*] ..." but I'm not sure about the usefulness of "like qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it? > we have a new topical mailing list like qemu-block, qemu-arm, qemu-ppc > etc but for Rust related patches. Add a new MAINTAINERS entry to touch > all files under rust/ subdirectory and additionally add it to previous > rust related entries. > > See also: > https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/ [*] https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/ > > Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 095420f8b0..373176e445 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3338,6 +3338,10 @@ F: rust/qemu-api > F: rust/qemu-api-macros > F: rust/rustfmt.toml > > +Rust-related patches CC here > +L: qemu-rust@nongnu.org > +F: rust/ > + > SLIRP > M: Samuel Thibault <samuel.thibault@ens-lyon.org> > S: Maintained > @@ -4241,6 +4245,7 @@ F: docs/devel/docs.rst > > Rust build system integration > M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > +L: qemu-rust@nongnu.org > S: Maintained > F: scripts/rust/ > F: rust/.gitignore > > --- > base-commit: 134b443512825bed401b6e141447b8cdc22d2efe > change-id: 20241109-update-maintainers-file-rust-5cbd97b7b11a > > -- > γαῖα πυρί μιχθήτω > >
On Sun, Nov 10, 2024 at 3:59 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > On 9/11/24 19:29, Manos Pitsidianakis wrote: > > As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com > > "As of [*] ..." but I'm not sure about the usefulness of "like > qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it? I definitely find it useful, for what it's worth. It's an all all-encompassing topic, like block or arm, and some people are interested in keeping an eye on those topics if they are not CCed on the main list. -- Manos Pitsidianakis Emulation and Virtualization Engineer at Linaro Ltd
On 10/11/24 15:19, Manos Pitsidianakis wrote: > On Sun, Nov 10, 2024 at 3:59 PM Philippe Mathieu-Daudé > <philmd@linaro.org> wrote: >> >> On 9/11/24 19:29, Manos Pitsidianakis wrote: >>> As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com >> >> "As of [*] ..." but I'm not sure about the usefulness of "like >> qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it? > > I definitely find it useful, for what it's worth. It's an all > all-encompassing topic, like block or arm, and some people are > interested in keeping an eye on those topics if they are not CCed on > the main list. What I meant is to reword as: "As of Nov 2024 [*], we have a new topical mailing list for Rust related patches. Add a new MAINTAINERS entry [...]"
On Sun, Nov 10, 2024 at 5:36 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > On 10/11/24 15:19, Manos Pitsidianakis wrote: > > On Sun, Nov 10, 2024 at 3:59 PM Philippe Mathieu-Daudé > > <philmd@linaro.org> wrote: > >> > >> On 9/11/24 19:29, Manos Pitsidianakis wrote: > >>> As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com > >> > >> "As of [*] ..." but I'm not sure about the usefulness of "like > >> qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it? > > > > I definitely find it useful, for what it's worth. It's an all > > all-encompassing topic, like block or arm, and some people are > > interested in keeping an eye on those topics if they are not CCed on > > the main list. > > What I meant is to reword as: > > "As of Nov 2024 [*], we have a new topical mailing list for Rust > related patches. Add a new MAINTAINERS entry [...]" > Ah I see! I only wrote it to show there's precedent for that. I'm fine either way, if the maintainer wants to alter the wording they can keep my S-o-b. -- Manos Pitsidianakis Emulation and Virtualization Engineer at Linaro Ltd
© 2016 - 2024 Red Hat, Inc.