From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Michael Nazzareno Trimarchi <michael@amarulasolutions.com>
Cc: "Pali Rohár" <pali@kernel.org>, "Bin Meng" <bmeng.cn@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
"U-Boot Mailing List" <u-boot@lists.denx.de>,
"Tom Rini" <trini@konsulko.com>, "Adam Ford" <aford173@gmail.com>,
"Aiden Park" <aiden.park@intel.com>,
"Aleksandar Gerasimovski"
<aleksandar.gerasimovski@hitachienergy.com>,
"Andrew Davis" <afd@ti.com>, "Anup Patel" <anup@brainfault.org>,
"Aswath Govindraju" <a-govindraju@ti.com>,
"Atish Patra" <atishp@atishpatra.org>,
"Bryan Brattlof" <bb@ti.com>, "Dave Gerlach" <d-gerlach@ti.com>,
"Derald D. Woods" <woods.technical@gmail.com>,
"Heiko Schocher" <hs@denx.de>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Holger Brunck" <holger.brunck@hitachienergy.com>,
"Jan Kiszka" <jan.kiszka@siemens.com>,
"Joe Hershberger" <joe.hershberger@ni.com>,
"Judith Mendez" <jm@ti.com>, "Le Jin" <le.jin@siemens.com>,
"Manorit Chawdhry" <m-chawdhry@ti.com>,
"Neha Malcom Francis" <n-francis@ti.com>,
"Niel Fourie" <lusus@denx.de>, "Nikhil M Jain" <n-jain1@ti.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Parthiban Nallathambi" <parthiban@linumiz.com>,
"Paul Walmsley" <paul.walmsley@sifive.com>,
"Philip Oberfichtner" <pro@denx.de>,
"Rainer Boschung" <rainer.boschung@hitachienergy.com>,
"Vignesh Raghavendra" <vigneshr@ti.com>,
"Wolfgang Denk" <wd@denx.de>
Subject: Re: [PATCH 00/22] x86: Move some boards to text environment
Date: Mon, 7 Aug 2023 17:21:59 +0300 [thread overview]
Message-ID: <ZND+BxQ83e61Cv6T@smile.fi.intel.com> (raw)
In-Reply-To: <CAOf5uwmmG+jOuBKoOdP8dqATyid2GUw2WWtj9YWgdPVjYvvd-A@mail.gmail.com>
On Mon, Aug 07, 2023 at 03:30:25PM +0200, Michael Nazzareno Trimarchi wrote:
> On Mon, Aug 7, 2023 at 3:04 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > On Mon, Aug 07, 2023 at 02:44:31PM +0200, Michael Nazzareno Trimarchi wrote:
> > > Hi Pali
> > >
> > > Can you just filter emails on your side?
> >
> > Independently on the question is default setup is good or not
> > (from _this_ point of view, I *disagree* with Pali), we have to
> > have a possibility to filter on _our_ side the email addresses
> > to make people happy. If Pali by some reasons does not want to
> > see, it must be easy to keep some deny list in the repository.
> >
> > What you are suggesting is not polite I believe.
>
> I understand what you mean, I never consider emails to me as a problem
> if I'm working
> on an opensource project and mostly of the time I'm happy to receive them
It really depends. I agree with Bin on that, but we should respect someone's
wishes (in case it's done automatically by heuristics [git history] rather than
letter of law [MAINTAINERS database]).
> > > On Mon, Aug 7, 2023 at 2:18 PM Pali Rohár <pali@kernel.org> wrote:
> > > >
> > > > So remove me from that list of dram.c file. I'm not interested to
> > > > receive emails from people who are ignoring me about unrelated things.
> > > >
> > > > On Monday 07 August 2023 09:43:01 Bin Meng wrote:
> > > > > Hi Pali,
> > > > >
> > > > > On Sun, Aug 6, 2023 at 11:55 PM Pali Rohár <pali@kernel.org> wrote:
> > > > > >
> > > > > > On Sunday 06 August 2023 08:39:43 Simon Glass wrote:
> > > > > > > Hi Pali,
> > > > > > >
> > > > > > > On Sun, 6 Aug 2023 at 04:51, Pali Rohár <pali@kernel.org> wrote:
> > > > > > > >
> > > > > > > > I'm not x86 maintainer, and I'm not going to review changes. So please
> > > > > > > > do not send me these emails. I have expressed it many times.
> > > > > > >
> > > > > > > You were sent one patch (and the cover letter) because you are the
> > > > > > > second committer on arch/x86/cpu/qemu/dram.c
> > > > > >
> > > > > > I'm not maintainer of arch/x86/cpu/qemu/dram.c. How many times I have to
> > > > > > repeat it? You do not understand? Or what you are trying to do now?
> > > > >
> > > > > I believe this cc list comes from patman which calls get_maintainer.pl
> > > > > to get the cc list.
> > > > > get_maintainer.pl determines the person names from 1. MAINTAINERS of
> > > > > the changed file 2. git commit history of the changed file.
> > > > >
> > > > > I can see the philosophy was that someone who touched the changed file
> > > > > should be copied for review.
> > > > > We certainly could argue that and just get the list solely from the
> > > > > MAINTAINERS file.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2023-08-07 14:22 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 3:01 [PATCH 00/22] x86: Move some boards to text environment Simon Glass
2023-07-31 3:01 ` [PATCH 01/22] doc: Explain how to avoid the distro-boot scripts Simon Glass
2023-07-31 3:01 ` [PATCH 02/22] env: Use include/env for text-environment includes Simon Glass
2023-07-31 3:01 ` [PATCH 03/22] env: Explain how to use #include files in text environment Simon Glass
2023-07-31 3:01 ` [PATCH 04/22] x86: Drop CFG_SYS_STACK_SIZE Simon Glass
2023-07-31 3:01 ` [PATCH 05/22] x86: i8254: Include required ibmpc.h header Simon Glass
2023-07-31 3:01 ` [PATCH 06/22] x86: edison: Drop inclusion of ibmpc.h Simon Glass
2023-07-31 3:01 ` [PATCH 07/22] x86: " Simon Glass
2023-07-31 3:01 ` [PATCH 08/22] x86: Drop unused distro settings Simon Glass
2023-07-31 3:01 ` [PATCH 09/22] x86: Add a common include for environment settings Simon Glass
2023-07-31 3:01 ` [PATCH 10/22] x86: coreboot: Convert to text environment Simon Glass
2023-07-31 3:01 ` [PATCH 11/22] x86: crownbay: " Simon Glass
2023-07-31 3:01 ` [PATCH 12/22] x86: bayleybay: " Simon Glass
2023-07-31 3:01 ` [PATCH 13/22] x86: galileo: " Simon Glass
2023-07-31 3:01 ` [PATCH 14/22] x86: edison: " Simon Glass
2023-07-31 3:01 ` [PATCH 15/22] x86: cherryhill: " Simon Glass
2023-07-31 3:01 ` [PATCH 16/22] x86: cougarcanyon2: " Simon Glass
2023-07-31 3:02 ` [PATCH 17/22] x86: minnowmax: " Simon Glass
2023-07-31 3:02 ` [PATCH 18/22] x86: slimbootloader: " Simon Glass
2023-08-03 11:25 ` Bin Meng
2023-07-31 3:02 ` [PATCH 19/22] x86: efi-x86_app: " Simon Glass
2023-07-31 3:02 ` [PATCH 20/22] x86: efi-x86_payload: " Simon Glass
2023-07-31 3:02 ` [PATCH 21/22] x86: qemu: Add required linux/sizes.h include Simon Glass
2023-07-31 3:02 ` [PATCH 22/22] x86: qemu-x86: Convert to text environment Simon Glass
2023-07-31 8:09 ` [PATCH 00/22] x86: Move some boards " Andy Shevchenko
2023-07-31 17:08 ` Simon Glass
2023-08-03 11:27 ` Bin Meng
2023-08-03 11:31 ` Bin Meng
2023-08-06 10:51 ` Pali Rohár
2023-08-06 14:39 ` Simon Glass
2023-08-06 15:55 ` Pali Rohár
2023-08-07 1:43 ` Bin Meng
2023-08-07 7:24 ` Pali Rohár
2023-08-07 12:44 ` Michael Nazzareno Trimarchi
2023-08-07 13:03 ` Andy Shevchenko
2023-08-07 13:17 ` Tom Rini
2023-08-07 13:30 ` Michael Nazzareno Trimarchi
2023-08-07 14:21 ` Andy Shevchenko [this message]
2023-08-07 17:04 ` Pali Rohár
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZND+BxQ83e61Cv6T@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=a-govindraju@ti.com \
--cc=afd@ti.com \
--cc=aford173@gmail.com \
--cc=aiden.park@intel.com \
--cc=aleksandar.gerasimovski@hitachienergy.com \
--cc=anup@brainfault.org \
--cc=atishp@atishpatra.org \
--cc=bb@ti.com \
--cc=bmeng.cn@gmail.com \
--cc=d-gerlach@ti.com \
--cc=holger.brunck@hitachienergy.com \
--cc=hs@denx.de \
--cc=jan.kiszka@siemens.com \
--cc=jm@ti.com \
--cc=joe.hershberger@ni.com \
--cc=le.jin@siemens.com \
--cc=lusus@denx.de \
--cc=m-chawdhry@ti.com \
--cc=michael@amarulasolutions.com \
--cc=n-francis@ti.com \
--cc=n-jain1@ti.com \
--cc=pali@kernel.org \
--cc=palmer@dabbelt.com \
--cc=parthiban@linumiz.com \
--cc=paul.walmsley@sifive.com \
--cc=pro@denx.de \
--cc=rainer.boschung@hitachienergy.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
--cc=wd@denx.de \
--cc=woods.technical@gmail.com \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox