public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel•org>
To: Arnd Bergmann <arnd@kernel•org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin•com>,
	"tony@atomide•com" <tony@atomide•com>,
	"benh@kernel•crashing.org" <benh@kernel•crashing.org>,
	"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>,
	"James.Bottomley@HansenPartnership•com"
	<James.Bottomley@hansenpartnership•com>,
	"thierry.reding@gmail•com" <thierry.reding@gmail•com>,
	"paulus@samba•org" <paulus@samba•org>,
	"sam@ravnborg•org" <sam@ravnborg•org>,
	"daniel.thompson@linaro•org" <daniel.thompson@linaro•org>,
	"linux-omap@vger•kernel.org" <linux-omap@vger•kernel.org>,
	Arnd Bergmann <arnd@arndb•de>,
	"mpe@ellerman•id.au" <mpe@ellerman•id.au>,
	"deller@gmx•de" <deller@gmx•de>,
	"linux@armlinux•org.uk" <linux@armlinux•org.uk>,
	"jonathanh@nvidia•com" <jonathanh@nvidia•com>,
	"ludovic.desroches@microchip•com"
	<ludovic.desroches@microchip•com>, arm-soc <arm@kernel•org>,
	Catalin Marinas <catalin.marinas@arm•com>,
	"linux-mips@vger•kernel.org" <linux-mips@vger•kernel.org>,
	"will@kernel•org" <will@kernel•org>,
	"mripard@kernel•org" <mripard@kernel•org>,
	ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems•com>,
	"linux-tegra@vger•kernel.org" <linux-tegra@vger•kernel.org>,
	"lee.jones@linaro•org" <lee.jones@linaro•org>,
	"wens@csie•org" <wens@csie•org>,
	"linux-arm-kernel@lists•infradead.org"
	<linux-arm-kernel@lists•infradead.org>,
	"jernej.skrabec@siol•net" <jernej.skrabec@siol•net>,
	"tsbogend@alpha•franken.de" <tsbogend@alpha•franken.de>,
	"linux-parisc@vger•kernel.org" <linux-parisc@vger•kernel.org>,
	"emil.l.velikov@gmail•com" <emil.l.velikov@gmail•com>,
	Olof Johansson <olof@lixom•net>,
	"linuxppc-dev@lists•ozlabs.org" <linuxppc-dev@lists•ozlabs.org>
Subject: Re: [PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option
Date: Tue, 1 Dec 2020 23:18:49 +0200	[thread overview]
Message-ID: <20201201211849.GA23379@kozik-lap> (raw)
In-Reply-To: <CAK8P3a0N24zuQ+CM-_t66CS8AprzdtdfirfLWwGpjgcXjWjn=Q@mail.gmail.com>

On Tue, Dec 01, 2020 at 04:50:22PM +0100, Arnd Bergmann wrote:
> On Tue, Dec 1, 2020 at 4:41 PM Alexandre Belloni
> <alexandre.belloni@bootlin•com> wrote:
> > On 01/12/2020 14:40:53+0000, Catalin Marinas wrote:
> > > On Mon, Nov 30, 2020 at 07:50:25PM +0000, ZHIZHIKIN Andrey wrote:
> > > > From Krzysztof Kozlowski <krzk@kernel•org>:
> 
> > > I tried to convince them before, it didn't work. I guess they don't like
> > > to be spammed ;).
> >
> > The first rule of arm-soc is: you do not talk about arm@ and soc@
> 
> I don't mind having the addresses documented better, but it needs to
> be done in a way that avoids having any patch for arch/arm*/boot/dts
> and arch/arm/*/configs Cc:d to soc@kernel•org.
> 
> If anyone has suggestions for how to do that, let me know.

Not a perfect solution but something. How about:
https://lore.kernel.org/linux-arm-kernel/20201201211516.24921-2-krzk@kernel.org/T/#u

Would not work on defconfigs but there is a chance someone will find
your addresses this way. Should not cause to much additional traffic.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-12-01 21:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30 15:21 [PATCH 0/5] drop unused BACKLIGHT_GENERIC option Andrey Zhizhikin
2020-11-30 15:21 ` [PATCH 1/5] ARM: configs: " Andrey Zhizhikin
2020-11-30 15:37   ` Alexandre Belloni
2020-11-30 18:52   ` Krzysztof Kozlowski
2020-11-30 19:50     ` ZHIZHIKIN Andrey
2020-12-01 14:40       ` Catalin Marinas
2020-12-01 15:41         ` Alexandre Belloni
2020-12-01 15:50           ` Arnd Bergmann
2020-12-01 19:48             ` ZHIZHIKIN Andrey
2020-12-01 20:44               ` Arnd Bergmann
2020-12-01 21:18             ` Krzysztof Kozlowski [this message]
2020-11-30 15:21 ` [PATCH 2/5] arm64: defconfig: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 3/5] MIPS: configs: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 4/5] parisc: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 5/5] powerpc/configs: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-12-01  0:46   ` Michael Ellerman
2020-11-30 19:11 ` [PATCH 0/5] " Sam Ravnborg
2020-11-30 19:56   ` ZHIZHIKIN Andrey
2020-11-30 20:25   ` Krzysztof Kozlowski
2020-11-30 21:16     ` Sam Ravnborg
2020-12-01 10:05 ` Daniel Thompson

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=20201201211849.GA23379@kozik-lap \
    --to=krzk@kernel$(echo .)org \
    --cc=James.Bottomley@hansenpartnership$(echo .)com \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=andrey.zhizhikin@leica-geosystems$(echo .)com \
    --cc=arm@kernel$(echo .)org \
    --cc=arnd@arndb$(echo .)de \
    --cc=arnd@kernel$(echo .)org \
    --cc=benh@kernel$(echo .)crashing.org \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=daniel.thompson@linaro$(echo .)org \
    --cc=deller@gmx$(echo .)de \
    --cc=emil.l.velikov@gmail$(echo .)com \
    --cc=jernej.skrabec@siol$(echo .)net \
    --cc=jonathanh@nvidia$(echo .)com \
    --cc=lee.jones@linaro$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mips@vger$(echo .)kernel.org \
    --cc=linux-omap@vger$(echo .)kernel.org \
    --cc=linux-parisc@vger$(echo .)kernel.org \
    --cc=linux-tegra@vger$(echo .)kernel.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=ludovic.desroches@microchip$(echo .)com \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=mripard@kernel$(echo .)org \
    --cc=olof@lixom$(echo .)net \
    --cc=paulus@samba$(echo .)org \
    --cc=sam@ravnborg$(echo .)org \
    --cc=thierry.reding@gmail$(echo .)com \
    --cc=tony@atomide$(echo .)com \
    --cc=tsbogend@alpha$(echo .)franken.de \
    --cc=wens@csie$(echo .)org \
    --cc=will@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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