On Wed, Jun 26, 2019 at 5:37 AM tip-bot for Thomas Gleixner <tip...@zytor.com> wrote: > > Commit-ID: e70980312a946a56173843cbc0104b3b0e57a0c7 > Gitweb: > https://git.kernel.org/tip/e70980312a946a56173843cbc0104b3b0e57a0c7 > Author: Thomas Gleixner <t...@linutronix.de> > AuthorDate: Mon, 24 Jun 2019 02:34:24 +0200 > Committer: Thomas Gleixner <t...@linutronix.de> > CommitDate: Wed, 26 Jun 2019 07:28:11 +0200 > > MAINTAINERS: Add entry for the generic VDSO library > > Assign the following folks in alphabetic order: > > - Andy for being the VDSO wizard of x86 and in general. He's also the > performance monitor of choice and the code in the generic library is > heavily influenced by his previous x86 VDSO work. > > - Thomas for being the dude who has to deal with any form of time(r) > nonsense anyway > > - Vincenzo for being the poor sod who went through all the different > architecture implementations in order to unify them. A lot of knowledge > gained from VDSO implementation details to the intricacies of taming the > build system. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > Cc: Vincenzo Frascino <vincenzo.frasc...@arm.com> > Cc: linux-a...@vger.kernel.org > Cc: LAK <linux-arm-ker...@lists.infradead.org> > Cc: linux-m...@vger.kernel.org > Cc: linux-kselft...@vger.kernel.org > Cc: Catalin Marinas <catalin.mari...@arm.com> > Cc: Will Deacon <will.dea...@arm.com> > Cc: Arnd Bergmann <a...@arndb.de> > Cc: Russell King <li...@armlinux.org.uk> > Cc: Ralf Baechle <r...@linux-mips.org> > Cc: Paul Burton <paul.bur...@mips.com> > Cc: Daniel Lezcano <daniel.lezc...@linaro.org> > Cc: Mark Salyzyn <saly...@android.com> > Cc: Peter Collingbourne <p...@google.com> > Cc: Shuah Khan <sh...@kernel.org> > Cc: Dmitry Safonov <0x7f454...@gmail.com> > Cc: Rasmus Villemoes <li...@rasmusvillemoes.dk> > Cc: Huw Davies <h...@codeweavers.com> > Cc: Shijith Thotton <sthot...@marvell.com> > Cc: Andre Przywara <andre.przyw...@arm.com> > Cc: Dmitry Safonov <d...@arista.com> > Cc: Andrei Vagin <ava...@openvz.org> > Cc: Linus Torvalds <torva...@linux-foundation.org> > Cc: Andy Lutomirski <l...@kernel.org> > Cc: Michael Kelley <mikel...@microsoft.com> > Cc: Sasha Levin <sas...@kernel.org> > Link: > https://lkml.kernel.org/r/alpine.deb.2.21.1906240142000.32...@nanos.tec.linutronix.de > > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d0ed735994a5..13ece5479167 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6664,6 +6664,18 @@ L: k...@vger.kernel.org > S: Supported > F: drivers/uio/uio_pci_generic.c > > +GENERIC VDSO LIBRARY: > +M: Andy Lutomirksi <l...@kernel.org>
s/ksi/ski :) Yes, it's a mouthful. --Andy