All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Shea Levy <shea@shealevy.com>
Cc: Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Will Deacon <will.deacon@arm.com>,
	Paul Mackerras <paulus@samba.org>,
	Michael Ellerman <mpe@ellerman.id.au>,
	"James E.J. Bottomley" <jejb@parisc-linux.org>,
	Christoph Hellwig <hch@infradead.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Matt Turner <mattst88@gmail.com>,
	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
	uclinux-h8-devel@lists.sourceforge.jp,
	Vladimir Murzin <vladimir.murzin@arm.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	adi-buildroot-devel@lists.sourceforge.net,
	Al Viro <viro@zeniv.linux.org.uk>,
	Thomas Gleixner <tglx@linutronix.de>,
	Richard Henderson <rth@twiddle.net>,
	linux-cris-kernel@axis.com, Greg Kroah-Hartman <gregkh@linuxfou
Subject: Re: [PATCH] Extract initrd free logic from arch-specific code.
Date: Wed, 28 Mar 2018 09:55:07 -0700	[thread overview]
Message-ID: <CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com> (raw)
In-Reply-To: <20180328152714.6103-1-shea@shealevy.com>

On Wed, Mar 28, 2018 at 8:26 AM, Shea Levy <shea@shealevy.com> wrote:
> Now only those architectures that have custom initrd free requirements
> need to define free_initrd_mem.
>
> Signed-off-by: Shea Levy <shea@shealevy.com>

Yay consolidation! :)

> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,7 @@ config INITRAMFS_COMPRESSION
>         default ".lzma" if RD_LZMA
>         default ".bz2"  if RD_BZIP2
>         default ""
> +
> +config HAVE_ARCH_FREE_INITRD_MEM
> +       bool
> +       default n

If you keep the Kconfig, you can leave off "default n", and I'd
suggest adding a help section just to describe what the per-arch
responsibilities are when select-ing the config. (See
HAVE_ARCH_SECCOMP_FILTER for an example.)

-Kees

-- 
Kees Cook
Pixel Security

WARNING: multiple messages have this Message-ID (diff)
From: Kees Cook <keescook@chromium.org>
To: Shea Levy <shea@shealevy.com>
Cc: linux-riscv@lists.infradead.org,
	LKML <linux-kernel@vger.kernel.org>,
	"Christoph Hellwig" <hch@infradead.org>,
	"Richard Henderson" <rth@twiddle.net>,
	"Ivan Kokshaysky" <ink@jurassic.park.msu.ru>,
	"Matt Turner" <mattst88@gmail.com>,
	"Vineet Gupta" <vgupta@synopsys.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Mark Salter" <msalter@redhat.com>,
	"Aurelien Jacquiot" <jacquiot.aurelien@gmail.com>,
	"Mikael Starvik" <starvik@axis.com>,
	"Jesper Nilsson" <jesper.nilsson@axis.com>,
	"Yoshinori Sato" <ysato@users.sourceforge.jp>,
	"Richard Kuo" <rkuo@codeaurora.org>,
	"Tony Luck" <tony.luck@intel.com>,
	"Fenghua Yu" <fenghua.yu@intel.com>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"James Hogan" <jhogan@kernel.org>,
	"Michal Simek" <monstr@monstr.eu>,
	"Ralf Baechle" <ralf@linux-mips.org>,
	"David Howells" <dhowells@redhat.com>,
	"Ley Foon Tan" <lftan@altera.com>,
	"Jonas Bonn" <jonas@southpole.se>,
	"Stefan Kristiansson" <stefan.kristiansson@saunalahti.fi>,
	"Stafford Horne" <shorne@gmail.com>,
	"James E.J. Bottomley" <jejb@parisc-linux.org>,
	"Helge Deller" <deller@gmx.de>,
	"Benjamin Herrenschmidt" <benh@kernel.crashing.org>,
	"Paul Mackerras" <paulus@samba.org>,
	"Michael Ellerman" <mpe@ellerman.id.au>,
	"Palmer Dabbelt" <palmer@sifive.com>,
	"Albert Ou" <albert@sifive.com>,
	"Martin Schwidefsky" <schwidefsky@de.ibm.com>,
	"Heiko Carstens" <heiko.carstens@de.ibm.com>,
	"Chen Liqin" <liqin.linux@gmail.com>,
	"Lennox Wu" <lennox.wu@gmail.com>,
	"Rich Felker" <dalias@libc.org>,
	"David S. Miller" <davem@davemloft.net>,
	"Jeff Dike" <jdike@addtoit.com>,
	"Richard Weinberger" <richard@nod.at>,
	"Guan Xuetao" <gxt@mprc.pku.edu.cn>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Ingo Molnar" <mingo@redhat.com>,
	"H. Peter Anvin" <hpa@zytor.com>, "X86 ML" <x86@kernel.org>,
	"Chris Zankel" <chris@zankel.net>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	"Kate Stewart" <kstewart@linuxfoundation.org>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Philippe Ombredanne" <pombredanne@nexb.com>,
	"Eugeniy Paltsev" <Eugeniy.Paltsev@synopsys.com>,
	"Al Viro" <viro@zeniv.linux.org.uk>,
	"Vladimir Murzin" <vladimir.murzin@arm.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Michal Hocko" <mhocko@suse.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Sudip Mukherjee" <sudipm.mukherjee@gmail.com>,
	"Marc Zyngier" <marc.zyngier@arm.com>,
	"Rob Herring" <robh@kernel.org>,
	"Vlastimil Babka" <vbabka@suse.cz>,
	"Balbir Singh" <bsingharora@gmail.com>,
	"Christophe Leroy" <christophe.leroy@c-s.fr>,
	"Joe Perches" <joe@perches.com>,
	"Oliver O'Halloran" <oohall@gmail.com>,
	"Dan Williams" <dan.j.williams@intel.com>,
	"Wei Yang" <richard.weiyang@gmail.com>,
	"Christian König" <christian.koenig@amd.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Deepa Dinamani" <deepa.kernel@gmail.com>,
	"Daniel Thompson" <daniel.thompson@linaro.org>,
	"Rob Landley" <rob@landley.net>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	adi-buildroot-devel@lists.sourceforge.net,
	linux-c6x-dev@linux-c6x.org, linux-cris-kernel@axis.com,
	uclinux-h8-devel@lists.sourceforge.jp,
	linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org,
	linux-m68k@lists.linux-m68k.org, linux-metag@vger.kernel.org,
	"Linux MIPS Mailing List" <linux-mips@linux-mips.org>,
	linux-am33-list@redhat.com, nios2-dev@lists.rocketboards.org,
	openrisc@lists.librecores.org,
	linux-parisc <linux-parisc@vger.kernel.org>,
	PowerPC <linuxppc-dev@lists.ozlabs.org>,
	linux-s390 <linux-s390@vger.kernel.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	sparclinux <sparclinux@vger.kernel.org>,
	user-mode-linux-devel@lists.sourceforge.net,
	user-mode-linux-user@lists.sourceforge.net,
	linux-xtensa@linux-xtensa.org
Subject: Re: [PATCH] Extract initrd free logic from arch-specific code.
Date: Wed, 28 Mar 2018 09:55:07 -0700	[thread overview]
Message-ID: <CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com> (raw)
In-Reply-To: <20180328152714.6103-1-shea@shealevy.com>

On Wed, Mar 28, 2018 at 8:26 AM, Shea Levy <shea@shealevy.com> wrote:
> Now only those architectures that have custom initrd free requirements
> need to define free_initrd_mem.
>
> Signed-off-by: Shea Levy <shea@shealevy.com>

Yay consolidation! :)

> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,7 @@ config INITRAMFS_COMPRESSION
>         default ".lzma" if RD_LZMA
>         default ".bz2"  if RD_BZIP2
>         default ""
> +
> +config HAVE_ARCH_FREE_INITRD_MEM
> +       bool
> +       default n

If you keep the Kconfig, you can leave off "default n", and I'd
suggest adding a help section just to describe what the per-arch
responsibilities are when select-ing the config. (See
HAVE_ARCH_SECCOMP_FILTER for an example.)

-Kees

-- 
Kees Cook
Pixel Security

WARNING: multiple messages have this Message-ID (diff)
From: keescook@chromium.org (Kees Cook)
To: linux-riscv@lists.infradead.org
Subject: [PATCH] Extract initrd free logic from arch-specific code.
Date: Wed, 28 Mar 2018 09:55:07 -0700	[thread overview]
Message-ID: <CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com> (raw)
In-Reply-To: <20180328152714.6103-1-shea@shealevy.com>

On Wed, Mar 28, 2018 at 8:26 AM, Shea Levy <shea@shealevy.com> wrote:
> Now only those architectures that have custom initrd free requirements
> need to define free_initrd_mem.
>
> Signed-off-by: Shea Levy <shea@shealevy.com>

Yay consolidation! :)

> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,7 @@ config INITRAMFS_COMPRESSION
>         default ".lzma" if RD_LZMA
>         default ".bz2"  if RD_BZIP2
>         default ""
> +
> +config HAVE_ARCH_FREE_INITRD_MEM
> +       bool
> +       default n

If you keep the Kconfig, you can leave off "default n", and I'd
suggest adding a help section just to describe what the per-arch
responsibilities are when select-ing the config. (See
HAVE_ARCH_SECCOMP_FILTER for an example.)

-Kees

-- 
Kees Cook
Pixel Security

WARNING: multiple messages have this Message-ID (diff)
From: keescook@chromium.org (Kees Cook)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH] Extract initrd free logic from arch-specific code.
Date: Wed, 28 Mar 2018 09:55:07 -0700	[thread overview]
Message-ID: <CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com> (raw)
In-Reply-To: <20180328152714.6103-1-shea@shealevy.com>

On Wed, Mar 28, 2018@8:26 AM, Shea Levy <shea@shealevy.com> wrote:
> Now only those architectures that have custom initrd free requirements
> need to define free_initrd_mem.
>
> Signed-off-by: Shea Levy <shea at shealevy.com>

Yay consolidation! :)

> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,7 @@ config INITRAMFS_COMPRESSION
>         default ".lzma" if RD_LZMA
>         default ".bz2"  if RD_BZIP2
>         default ""
> +
> +config HAVE_ARCH_FREE_INITRD_MEM
> +       bool
> +       default n

If you keep the Kconfig, you can leave off "default n", and I'd
suggest adding a help section just to describe what the per-arch
responsibilities are when select-ing the config. (See
HAVE_ARCH_SECCOMP_FILTER for an example.)

-Kees

-- 
Kees Cook
Pixel Security

WARNING: multiple messages have this Message-ID (diff)
From: Kees Cook <keescook@chromium.org>
To: openrisc@lists.librecores.org
Subject: [OpenRISC] [PATCH] Extract initrd free logic from arch-specific code.
Date: Wed, 28 Mar 2018 09:55:07 -0700	[thread overview]
Message-ID: <CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com> (raw)
In-Reply-To: <20180328152714.6103-1-shea@shealevy.com>

On Wed, Mar 28, 2018 at 8:26 AM, Shea Levy <shea@shealevy.com> wrote:
> Now only those architectures that have custom initrd free requirements
> need to define free_initrd_mem.
>
> Signed-off-by: Shea Levy <shea@shealevy.com>

Yay consolidation! :)

> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,7 @@ config INITRAMFS_COMPRESSION
>         default ".lzma" if RD_LZMA
>         default ".bz2"  if RD_BZIP2
>         default ""
> +
> +config HAVE_ARCH_FREE_INITRD_MEM
> +       bool
> +       default n

If you keep the Kconfig, you can leave off "default n", and I'd
suggest adding a help section just to describe what the per-arch
responsibilities are when select-ing the config. (See
HAVE_ARCH_SECCOMP_FILTER for an example.)

-Kees

-- 
Kees Cook
Pixel Security

WARNING: multiple messages have this Message-ID (diff)
From: Kees Cook <keescook@chromium.org>
To: Shea Levy <shea@shealevy.com>
Cc: Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Will Deacon <will.deacon@arm.com>,
	Paul Mackerras <paulus@samba.org>,
	Michael Ellerman <mpe@ellerman.id.au>,
	"James E.J. Bottomley" <jejb@parisc-linux.org>,
	Christoph Hellwig <hch@infradead.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Matt Turner <mattst88@gmail.com>,
	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
	uclinux-h8-devel@lists.sourceforge.jp,
	Vladimir Murzin <vladimir.murzin@arm.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	adi-buildroot-devel@lists.sourceforge.net,
	Al Viro <viro@zeniv.linux.org.uk>,
	Thomas Gleixner <tglx@linutronix.de>,
	Richard Henderson <rth@twiddle.net>,
	linux-cris-kernel@axis.com, Greg Kroah-Hartman <gregkh@linuxfou>
Subject: Re: [PATCH] Extract initrd free logic from arch-specific code.
Date: Wed, 28 Mar 2018 09:55:07 -0700	[thread overview]
Message-ID: <CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com> (raw)
In-Reply-To: <20180328152714.6103-1-shea@shealevy.com>

On Wed, Mar 28, 2018 at 8:26 AM, Shea Levy <shea@shealevy.com> wrote:
> Now only those architectures that have custom initrd free requirements
> need to define free_initrd_mem.
>
> Signed-off-by: Shea Levy <shea@shealevy.com>

Yay consolidation! :)

> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,7 @@ config INITRAMFS_COMPRESSION
>         default ".lzma" if RD_LZMA
>         default ".bz2"  if RD_BZIP2
>         default ""
> +
> +config HAVE_ARCH_FREE_INITRD_MEM
> +       bool
> +       default n

If you keep the Kconfig, you can leave off "default n", and I'd
suggest adding a help section just to describe what the per-arch
responsibilities are when select-ing the config. (See
HAVE_ARCH_SECCOMP_FILTER for an example.)

-Kees

-- 
Kees Cook
Pixel Security

  parent reply	other threads:[~2018-03-28 16:55 UTC|newest]

Thread overview: 525+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-24 17:44 [PATCH 00/16] Generic infrastructure for unloading initramfs Shea Levy
2018-03-24 17:44 ` [OpenRISC] " Shea Levy
2018-03-24 17:44 ` Shea Levy
2018-03-24 17:44 ` Shea Levy
2018-03-24 17:44 ` Shea Levy
2018-03-24 17:44 ` Shea Levy
2018-03-24 17:44 ` [PATCH 01/16] initrd: Add generic code path for common initrd unloading logic Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-25 17:17   ` LEROY Christophe
2018-03-25 17:17     ` [OpenRISC] " LEROY Christophe
2018-03-25 17:17     ` LEROY Christophe
2018-03-25 17:17     ` LEROY Christophe
2018-03-25 17:17     ` LEROY Christophe
2018-03-25 17:17     ` LEROY Christophe
2018-03-25 17:17     ` LEROY Christophe
2018-03-25 22:20     ` Shea Levy
2018-03-25 22:20       ` [OpenRISC] " Shea Levy
2018-03-25 22:20       ` Shea Levy
2018-03-25 22:20       ` Shea Levy
2018-03-25 22:20       ` Shea Levy
2018-03-25 22:20       ` Shea Levy
2018-03-28 12:04   ` Christoph Hellwig
2018-03-28 12:04     ` [OpenRISC] " Christoph Hellwig
2018-03-28 12:04     ` Christoph Hellwig
2018-03-28 12:04     ` Christoph Hellwig
2018-03-28 12:04     ` Christoph Hellwig
2018-03-28 12:04     ` Christoph Hellwig
2018-03-28 12:04     ` Christoph Hellwig
2018-03-28 12:23     ` Geert Uytterhoeven
2018-03-28 12:23       ` [OpenRISC] " Geert Uytterhoeven
2018-03-28 12:23       ` Geert Uytterhoeven
2018-03-28 12:23       ` Geert Uytterhoeven
2018-03-28 12:23       ` Geert Uytterhoeven
2018-03-28 12:23       ` Geert Uytterhoeven
2018-03-24 17:44 ` [PATCH 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 03/16] alpha: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 04/16] arc: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 05/16] c6x: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 06/16] frv: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 07/16] h8300: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 08/16] m32r: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 09/16] m68k: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 10/16] microblaze: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 11/16] nios2: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 12/16] openrisc: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 13/16] parisc: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 14/16] powerpc: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 15/16] sh: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44 ` [PATCH 16/16] um: " Shea Levy
2018-03-24 17:44   ` [OpenRISC] " Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-24 17:44   ` Shea Levy
2018-03-25 22:18 ` [PATCH v2 00/16] Generic infrastructure for unloading initramfs Shea Levy
2018-03-25 22:18   ` [OpenRISC] " Shea Levy
2018-03-25 22:18   ` Shea Levy
2018-03-25 22:18   ` Shea Levy
2018-03-25 22:18   ` Shea Levy
2018-03-25 22:18   ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 01/16] initrd: Add generic code path for common initrd unloading logic Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-26  0:41     ` Palmer Dabbelt
2018-03-26  0:41       ` Palmer Dabbelt
2018-03-26  0:41       ` [OpenRISC] " Palmer Dabbelt
2018-03-26  0:41       ` Palmer Dabbelt
2018-03-26  0:41       ` Palmer Dabbelt
2018-03-26  0:41       ` Palmer Dabbelt
2018-03-26  0:41       ` Palmer Dabbelt
2018-03-26  0:55       ` Shea Levy
2018-03-26  0:55         ` [OpenRISC] " Shea Levy
2018-03-26  0:55         ` Shea Levy
2018-03-26  0:55         ` Shea Levy
2018-03-26  0:55         ` Shea Levy
2018-03-26  0:55         ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 03/16] alpha: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 04/16] arc: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 05/16] c6x: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 06/16] frv: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 07/16] h8300: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 08/16] m32r: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 09/16] m68k: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 10/16] microblaze: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 11/16] nios2: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 12/16] openrisc: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 13/16] parisc: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 14/16] powerpc: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 15/16] sh: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18   ` [PATCH v2 16/16] um: " Shea Levy
2018-03-25 22:18     ` [OpenRISC] " Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-25 22:18     ` Shea Levy
2018-03-28 15:26   ` [PATCH] Extract initrd free logic from arch-specific code Shea Levy
2018-03-28 15:26     ` Shea Levy
2018-03-28 15:26     ` [OpenRISC] " Shea Levy
2018-03-28 15:26     ` Shea Levy
2018-03-28 15:26     ` Shea Levy
2018-03-28 15:26     ` Shea Levy
2018-03-28 15:58     ` Rob Landley
2018-03-28 15:58       ` Rob Landley
2018-03-28 15:58       ` [OpenRISC] " Rob Landley
2018-03-28 15:58       ` Rob Landley
2018-03-28 15:58       ` Rob Landley
2018-03-28 15:58       ` Rob Landley
2018-03-28 16:04       ` Shea Levy
2018-03-28 16:04         ` Shea Levy
2018-03-28 16:04         ` [OpenRISC] " Shea Levy
2018-03-28 16:04         ` Shea Levy
2018-03-28 16:04         ` Shea Levy
2018-03-28 16:04         ` Shea Levy
2018-03-28 16:48       ` Russell King - ARM Linux
2018-03-28 16:48         ` [OpenRISC] " Russell King - ARM Linux
2018-03-28 16:48         ` Russell King - ARM Linux
2018-03-28 16:48         ` Russell King - ARM Linux
2018-03-28 16:48         ` Russell King - ARM Linux
2018-03-28 19:04         ` Rob Landley
2018-03-28 19:04           ` [OpenRISC] " Rob Landley
2018-03-28 19:04           ` Rob Landley
2018-03-28 19:04           ` Rob Landley
2018-03-28 19:04           ` Rob Landley
2018-03-28 22:14           ` Russell King - ARM Linux
2018-03-28 22:14             ` [OpenRISC] " Russell King - ARM Linux
2018-03-28 22:14             ` Russell King - ARM Linux
2018-03-28 22:14             ` Russell King - ARM Linux
2018-03-28 22:14             ` Russell King - ARM Linux
2018-03-28 22:37             ` Oliver
2018-03-28 22:37               ` Oliver
2018-03-28 22:37               ` [OpenRISC] " Oliver
2018-03-28 22:37               ` Oliver
2018-03-28 22:37               ` Oliver
2018-03-28 22:37               ` Oliver
2018-03-29  0:23               ` Nicholas Piggin
2018-03-29  0:23                 ` [OpenRISC] " Nicholas Piggin
2018-03-29  0:23                 ` Nicholas Piggin
2018-03-29  0:23                 ` Nicholas Piggin
2018-03-29  0:23                 ` Nicholas Piggin
2018-03-29 15:27               ` Russell King - ARM Linux
2018-03-29 15:27                 ` Russell King - ARM Linux
2018-03-29 15:27                 ` [OpenRISC] " Russell King - ARM Linux
2018-03-29 15:27                 ` Russell King - ARM Linux
2018-03-29 15:27                 ` Russell King - ARM Linux
2018-03-29 15:27                 ` Russell King - ARM Linux
2018-03-29 15:43                 ` Geert Uytterhoeven
2018-03-29 15:43                   ` Geert Uytterhoeven
2018-03-29 15:43                   ` [OpenRISC] " Geert Uytterhoeven
2018-03-29 15:43                   ` Geert Uytterhoeven
2018-03-29 15:43                   ` Geert Uytterhoeven
2018-03-29 15:43                   ` Geert Uytterhoeven
2018-03-29 15:58                   ` Russell King - ARM Linux
2018-03-29 15:58                     ` Russell King - ARM Linux
2018-03-29 15:58                     ` [OpenRISC] " Russell King - ARM Linux
2018-03-29 15:58                     ` Russell King - ARM Linux
2018-03-29 15:58                     ` Russell King - ARM Linux
2018-03-29 15:58                     ` Russell King - ARM Linux
2018-03-29 16:53                     ` Marc Zyngier
2018-03-29 16:53                       ` Marc Zyngier
2018-03-29 16:53                       ` [OpenRISC] " Marc Zyngier
2018-03-29 16:53                       ` Marc Zyngier
2018-03-29 16:53                       ` Marc Zyngier
2018-03-29 16:53                       ` Marc Zyngier
2018-03-29 17:32                       ` Russell King - ARM Linux
2018-03-29 17:32                         ` Russell King - ARM Linux
2018-03-29 17:32                         ` [OpenRISC] " Russell King - ARM Linux
2018-03-29 17:32                         ` Russell King - ARM Linux
2018-03-29 17:32                         ` Russell King - ARM Linux
2018-03-29 17:32                         ` Russell King - ARM Linux
2018-03-29 17:53                         ` Marc Zyngier
2018-03-29 17:53                           ` Marc Zyngier
2018-03-29 17:53                           ` [OpenRISC] " Marc Zyngier
2018-03-29 17:53                           ` Marc Zyngier
2018-03-29 17:53                           ` Marc Zyngier
2018-03-29 17:53                           ` Marc Zyngier
2018-03-29 17:43                 ` Rob Landley
2018-03-29 17:43                   ` Rob Landley
2018-03-29 17:43                   ` [OpenRISC] " Rob Landley
2018-03-29 17:43                   ` Rob Landley
2018-03-29 17:43                   ` Rob Landley
2018-03-29 17:43                   ` Rob Landley
2018-03-29 16:39             ` Rob Landley
2018-03-29 16:39               ` [OpenRISC] " Rob Landley
2018-03-29 16:39               ` Rob Landley
2018-03-29 16:39               ` Rob Landley
2018-03-29 16:39               ` Rob Landley
2018-03-29 17:31               ` Russell King - ARM Linux
2018-03-29 17:31                 ` [OpenRISC] " Russell King - ARM Linux
2018-03-29 17:31                 ` Russell King - ARM Linux
2018-03-29 17:31                 ` Russell King - ARM Linux
2018-03-29 17:31                 ` Russell King - ARM Linux
2018-03-28 16:55     ` Kees Cook [this message]
2018-03-28 16:55       ` Kees Cook
2018-03-28 16:55       ` [OpenRISC] " Kees Cook
2018-03-28 16:55       ` Kees Cook
2018-03-28 16:55       ` Kees Cook
2018-03-28 16:55       ` Kees Cook
2018-03-29  1:12       ` Wei Yang
2018-03-29  1:12         ` Wei Yang
2018-03-29  1:12         ` [OpenRISC] " Wei Yang
2018-03-29  1:12         ` Wei Yang
2018-03-29  1:12         ` Wei Yang
2018-03-29  1:12         ` Wei Yang
2018-03-28 20:36     ` [PATCH v4 0/16] Generic initrd_free_mem Shea Levy
2018-03-28 20:36       ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 01/16] initrd: Add weakly-linked generic free_initrd_mem Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 02/16] riscv: Use " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-29  9:52         ` Daniel Thompson
2018-03-29  9:52           ` Daniel Thompson
2018-03-29 11:12           ` Shea Levy
2018-03-29 11:12             ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 03/16] alpha: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 04/16] arc: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 05/16] c6x: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 06/16] frv: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 07/16] h8300: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 08/16] m32r: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 09/16] m68k: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-29  6:55         ` Geert Uytterhoeven
2018-03-29  6:55           ` Geert Uytterhoeven
2018-03-28 20:36       ` [PATCH v4 10/16] microblaze: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 11/16] nios2: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 12/16] openrisc: " Shea Levy
2018-03-28 20:36         ` [OpenRISC] " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 13/16] parisc: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 14/16] powerpc: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:44         ` Joe Perches
2018-03-28 20:44           ` Joe Perches
2018-03-28 20:53           ` Shea Levy
2018-03-28 20:53             ` Shea Levy
2018-03-29 13:19             ` Michael Ellerman
2018-03-29 13:19               ` Michael Ellerman
2018-04-01 15:01               ` Shea Levy
2018-04-01 15:01                 ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 15/16] sh: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-28 20:36       ` [PATCH v4 16/16] um: " Shea Levy
2018-03-28 20:36         ` Shea Levy
2018-03-29 11:31       ` [PATCH v5 01/16] initrd: Add weakly-linked " Shea Levy
2018-03-29 11:31         ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 02/16] riscv: Free initrds with " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 03/16] alpha: Switch to " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 04/16] arc: " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 05/16] c6x: " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 06/16] frv: " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 07/16] h8300: " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:31         ` [PATCH v5 08/16] m32r: " Shea Levy
2018-03-29 11:31           ` Shea Levy
2018-03-29 11:32         ` [PATCH v5 09/16] m68k: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:32         ` [PATCH v5 10/16] microblaze: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:32         ` [PATCH v5 11/16] nios2: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:32         ` [PATCH v5 12/16] openrisc: " Shea Levy
2018-03-29 11:32           ` [OpenRISC] " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:50           ` Stafford Horne
2018-03-29 11:50             ` [OpenRISC] " Stafford Horne
2018-03-29 11:50             ` Stafford Horne
2018-03-29 11:32         ` [PATCH v5 13/16] parisc: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:32         ` [PATCH v5 14/16] powerpc: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:32         ` [PATCH v5 15/16] sh: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-03-29 16:26           ` Rich Felker
2018-03-29 16:26             ` Rich Felker
2018-03-29 16:26             ` Rich Felker
2018-03-29 11:32         ` [PATCH v5 16/16] um: " Shea Levy
2018-03-29 11:32           ` Shea Levy
2018-04-01 14:59         ` [PATCH v6 01/16] initrd: Add weakly-linked " Shea Levy
2018-04-01 14:59           ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 02/16] riscv: Free initrds with " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 03/16] alpha: Switch to " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 04/16] arc: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-04 15:21             ` Alexey Brodkin
2018-04-04 15:21               ` Alexey Brodkin
2018-04-04 15:21               ` Alexey Brodkin
2018-04-09 16:40             ` Vineet Gupta
2018-04-09 16:40               ` Vineet Gupta
2018-04-09 16:40               ` Vineet Gupta
2018-04-01 14:59           ` [PATCH v6 05/16] c6x: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-19 16:37             ` Mark Salter
2018-04-19 16:37               ` Mark Salter
2018-04-01 14:59           ` [PATCH v6 06/16] frv: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 07/16] h8300: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 08/16] m32r: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 09/16] m68k: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 10/16] microblaze: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 11/16] nios2: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-02 16:04             ` Ley Foon Tan
2018-04-02 16:04               ` Ley Foon Tan
2018-04-01 14:59           ` [PATCH v6 12/16] openrisc: " Shea Levy
2018-04-01 14:59             ` [OpenRISC] " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 13/16] parisc: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-02 20:07             ` Helge Deller
2018-04-02 20:07               ` Helge Deller
2018-04-01 14:59           ` [PATCH v6 14/16] powerpc: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 15/16] sh: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-01 14:59           ` [PATCH v6 16/16] um: " Shea Levy
2018-04-01 14:59             ` Shea Levy
2018-04-18 11:10           ` [PATCH v6 01/16] initrd: Add weakly-linked " Shea Levy
2018-04-18 11:10             ` Shea Levy
2018-04-20 20:22             ` Palmer Dabbelt
2018-04-20 20:22               ` Palmer Dabbelt
2018-04-20 22:50               ` Shea Levy
2018-04-20 22:50                 ` Shea Levy
2018-05-09 11:15                 ` Shea Levy
2018-05-09 11:15                   ` Shea Levy
2018-03-30  1:43     ` [PATCH] Extract initrd free logic from arch-specific code kbuild test robot
2018-03-30  1:43       ` [OpenRISC] " kbuild test robot
2018-03-30  1:43       ` kbuild test robot
2018-03-30  1:43       ` kbuild test robot
2018-03-30  1:43       ` kbuild test robot
2018-03-30  1:43       ` kbuild test robot
2018-03-30  3:16     ` kbuild test robot
2018-03-30  3:16       ` [OpenRISC] " kbuild test robot
2018-03-30  3:16       ` kbuild test robot
2018-03-30  3:16       ` kbuild test robot
2018-03-30  3:16       ` kbuild test robot
2018-03-30  3:16       ` kbuild test robot
2018-03-30 11:15     ` Ingo Molnar
2018-03-30 11:15       ` [OpenRISC] " Ingo Molnar
2018-03-30 11:15       ` Ingo Molnar
2018-03-30 11:15       ` Ingo Molnar
2018-03-30 11:15       ` Ingo Molnar
2018-04-01 15:05       ` Shea Levy
2018-04-01 15:05         ` [OpenRISC] " Shea Levy
2018-04-01 15:05         ` Shea Levy
2018-04-01 15:05         ` Shea Levy
2018-04-01 15:05         ` Shea Levy
2018-04-02  5:59         ` Ingo Molnar
2018-04-02  5:59           ` [OpenRISC] " Ingo Molnar
2018-04-02  5:59           ` Ingo Molnar
2018-04-02  5:59           ` Ingo Molnar
2018-04-02  5:59           ` Ingo Molnar

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='CAGXu5jLioqnOQniXuuNS=PjeAgJr1=BL78Cqu0cwu_Y5e-NDZA@mail.gmail.com' \
    --to=keescook@chromium.org \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=adi-buildroot-devel@lists.sourceforge.net \
    --cc=benh@kernel.crashing.org \
    --cc=catalin.marinas@arm.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfou \
    --cc=hch@infradead.org \
    --cc=jejb@parisc-linux.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-cris-kernel@axis.com \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=mattst88@gmail.com \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    --cc=rth@twiddle.net \
    --cc=shea@shealevy.com \
    --cc=tglx@linutronix.de \
    --cc=uclinux-h8-devel@lists.sourceforge.jp \
    --cc=viro@zeniv.linux.org.uk \
    --cc=vladimir.murzin@arm.com \
    --cc=will.deacon@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.