[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190624144924.GE29120@arrakis.emea.arm.com>
Date: Mon, 24 Jun 2019 15:49:24 +0100
From: Catalin Marinas <catalin.marinas@....com>
To: Russell King - ARM Linux admin <linux@...linux.org.uk>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Vincenzo Frascino <vincenzo.frascino@....com>,
Andy Lutomirski <luto@...nel.org>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Will Deacon <will.deacon@....com>, linux-mips@...r.kernel.org,
linux-kselftest@...r.kernel.org, Shuah Khan <shuah@...nel.org>,
linux-arch@...r.kernel.org, Dmitry Safonov <dima@...sta.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Sasha Levin <sashal@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Andre Przywara <andre.przywara@....com>,
Dmitry Safonov <0x7f454c46@...il.com>,
Michael Kelley <mikelley@...rosoft.com>,
Peter Collingbourne <pcc@...gle.com>,
LAK <linux-arm-kernel@...ts.infradead.org>,
Andrei Vagin <avagin@...nvz.org>,
Huw Davies <huw@...eweavers.com>,
LKML <linux-kernel@...r.kernel.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Mark Salyzyn <salyzyn@...roid.com>,
Paul Burton <paul.burton@...s.com>,
Shijith Thotton <sthotton@...vell.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH v7 00/25] Unify vDSOs across more architectures
On Mon, Jun 24, 2019 at 03:23:46PM +0100, Russell King wrote:
> On Mon, Jun 24, 2019 at 04:18:28PM +0200, Thomas Gleixner wrote:
> > Vincenzo,
> >
> > On Mon, 24 Jun 2019, Thomas Gleixner wrote:
> >
> > > I did not merge the ARM and MIPS parts as they lack any form of
> > > acknowlegment from their maintainers. Please talk to those folks. If they
> > > ack/review the changes then I can pick them up and they go into 5.3 or they
> > > have to go in a later cycle. Nevertheless it was well worth the trouble to
> > > have those conversions done to confirm that the new common library fits a
> > > bunch of different architectures.
> >
> > I talked to Russell King and he suggested to file the ARM parts into his
> > patch system and he'll pick them up after 5.3-rc1.
> >
> > https://www.arm.linux.org.uk/developer/patches/
> >
> > I paged out how to deal with it, but you'll surely manage :)
>
> Easy way: ask git to add the "KernelVersion" tag as a header to the
> email using --add-header to e.g. git format-patch, and just mail them
> to patches@...linux.org.uk
Although I haven't send patches to Russell in a while, I still have a
git alias in my .gitconfig (only works with one patch at a time IIRC,
sending multiple patches may arrive in a different order):
[alias]
send-rmk-email = !git send-email --add-header=\"KernelVersion: $(git describe --abbrev=0)\" --no-thread --suppress-cc=all --to="patches@....linux.org.uk"
--
Catalin
Powered by blists - more mailing lists