From: "Theodore Y. Ts'o" <tytso@mit•edu>
To: Will Deacon <will@kernel•org>
Cc: Kate Stewart <kstewart@linuxfoundation•org>,
Peter Zijlstra <peterz@infradead•org>,
Catalin Marinas <catalin.marinas@arm•com>,
Mukesh Ojha <mojha@codeaurora•org>,
Josh Poimboeuf <jpoimboe@redhat•com>,
Grzegorz Halat <ghalat@redhat•com>,
"H . Peter Anvin" <hpa@zytor•com>,
Guenter Roeck <groeck@chromium•org>,
Marek Szyprowski <m.szyprowski@samsung•com>,
Rob Herring <robh@kernel•org>,
Daniel Thompson <daniel.thompson@linaro•org>,
Anders Roxell <anders.roxell@linaro•org>,
Yury Norov <ynorov@marvell•com>, Marc Zyngier <maz@kernel•org>,
Russell King <linux@armlinux•org.uk>,
Aaro Koskinen <aaro.koskinen@nokia•com>,
Ingo Molnar <mingo@redhat•com>,
Viresh Kumar <viresh.kumar@linaro•org>,
Waiman Long <longman@redhat•com>,
"Paul E . McKenney" <paulmck@linux•vnet.ibm.com>,
Wei Li <liwei391@huawei•com>,
Alexey Dobriyan <adobriyan@gmail•com>,
Julien Thierry <julien.thierry.kdev@gmail•com>,
Len Brown <len.brown@intel•com>,
Kees Cook <keescook@chromium•org>, Arnd Bergmann <arnd@arndb•de>,
Rik van Riel <riel@surriel•com>,
Stephen Boyd <swboyd@chromium•org>,
Shaokun Zhang <zhangshaokun@hisilicon•com>,
Mike Rapoport <rppt@linux•vnet.ibm.com>,
Borislav Petkov <bp@alien8•de>,
Hsin-Yi Wang <hsinyi@chromium•org>,
Thomas Gleixner <tglx@linutronix•de>,
linux-arm-kernel@lists•infradead.org,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
Marcelo Tosatti <mtosatti@redhat•com>,
linux-kernel@vger•kernel.org, Armijn Hemel <armijn@tjaldur•nl>,
Jiri Kosina <jkosina@suse•cz>,
Mathieu Desnoyers <mathieu.desnoyers@efficios•com>,
Andrew Morton <akpm@linux-foundation•org>,
Tim Chen <tim.c.chen@linux•intel.com>,
"David S . Miller" <davem@davemloft•net>
Subject: Re: [PATCH v10 2/3] fdt: add support for rng-seed
Date: Fri, 23 Aug 2019 12:06:12 -0400 [thread overview]
Message-ID: <20190823160612.GJ8130@mit.edu> (raw)
In-Reply-To: <20190823154158.wgcnxfzpcttpnhga@willie-the-truck>
On Fri, Aug 23, 2019 at 04:41:59PM +0100, Will Deacon wrote:
>
> Given that these aren't functional changes, I've kept Ted's ack from v9
> and I'll queue these via arm64 assuming they pass testing.
>
> Ted -- please shout if you're not happy about that, and I'll drop the
> series.
That's fine, thanks. I'm thinking about making some changes to
add_hwgenerator_randomness(), but it's not going to be in the next
merge window, and it's more important that we get the interfaces (the
Kconfig options and add_bootloader_randomness() function prototype)
right for ARM.
Now to shanghai some volunteers to get this functionality working for
x86 (at least for the UEFI and NERF bootloaders). :-)
Thanks!!
- Ted
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-08-23 16:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-23 6:24 [PATCH v10 0/3] add support for rng-seed Hsin-Yi Wang
2019-08-23 6:24 ` [PATCH v10 1/3] arm64: map FDT as RW for early_init_dt_scan() Hsin-Yi Wang
2019-08-23 6:24 ` [PATCH v10 2/3] fdt: add support for rng-seed Hsin-Yi Wang
2019-08-23 15:41 ` Will Deacon
2019-08-23 16:06 ` Theodore Y. Ts'o [this message]
2019-08-23 16:31 ` Will Deacon
2019-08-27 9:17 ` Geert Uytterhoeven
2019-08-27 9:42 ` Hsin-Yi Wang
2019-08-23 6:24 ` [PATCH v10 3/3] arm64: kexec_file: add rng-seed support Hsin-Yi Wang
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=20190823160612.GJ8130@mit.edu \
--to=tytso@mit$(echo .)edu \
--cc=aaro.koskinen@nokia$(echo .)com \
--cc=adobriyan@gmail$(echo .)com \
--cc=akpm@linux-foundation$(echo .)org \
--cc=anders.roxell@linaro$(echo .)org \
--cc=armijn@tjaldur$(echo .)nl \
--cc=arnd@arndb$(echo .)de \
--cc=bp@alien8$(echo .)de \
--cc=catalin.marinas@arm$(echo .)com \
--cc=daniel.thompson@linaro$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=ghalat@redhat$(echo .)com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=groeck@chromium$(echo .)org \
--cc=hpa@zytor$(echo .)com \
--cc=hsinyi@chromium$(echo .)org \
--cc=jkosina@suse$(echo .)cz \
--cc=jpoimboe@redhat$(echo .)com \
--cc=julien.thierry.kdev@gmail$(echo .)com \
--cc=keescook@chromium$(echo .)org \
--cc=kstewart@linuxfoundation$(echo .)org \
--cc=len.brown@intel$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=liwei391@huawei$(echo .)com \
--cc=longman@redhat$(echo .)com \
--cc=m.szyprowski@samsung$(echo .)com \
--cc=mathieu.desnoyers@efficios$(echo .)com \
--cc=maz@kernel$(echo .)org \
--cc=mingo@redhat$(echo .)com \
--cc=mojha@codeaurora$(echo .)org \
--cc=mtosatti@redhat$(echo .)com \
--cc=paulmck@linux$(echo .)vnet.ibm.com \
--cc=peterz@infradead$(echo .)org \
--cc=riel@surriel$(echo .)com \
--cc=robh@kernel$(echo .)org \
--cc=rppt@linux$(echo .)vnet.ibm.com \
--cc=swboyd@chromium$(echo .)org \
--cc=tglx@linutronix$(echo .)de \
--cc=tim.c.chen@linux$(echo .)intel.com \
--cc=viresh.kumar@linaro$(echo .)org \
--cc=will@kernel$(echo .)org \
--cc=ynorov@marvell$(echo .)com \
--cc=zhangshaokun@hisilicon$(echo .)com \
/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