Re: [PATCH v10 2/3] fdt: add support for rng-seed

2019-08-23 Thread Will Deacon
On Fri, Aug 23, 2019 at 12:06:12PM -0400, Theodore Y. Ts'o wrote: > 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

Re: [PATCH v10 2/3] fdt: add support for rng-seed

2019-08-23 Thread Theodore Y. Ts'o
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,

Re: [PATCH v10 2/3] fdt: add support for rng-seed

2019-08-23 Thread Will Deacon
On Fri, Aug 23, 2019 at 02:24:51PM +0800, Hsin-Yi Wang wrote: > Introducing a chosen node, rng-seed, which is an entropy that can be > passed to kernel called very early to increase initial device > randomness. Bootloader should provide this entropy and the value is > read from /chosen/rng-seed in

[PATCH v10 2/3] fdt: add support for rng-seed

2019-08-23 Thread Hsin-Yi Wang
Introducing a chosen node, rng-seed, which is an entropy that can be passed to kernel called very early to increase initial device randomness. Bootloader should provide this entropy and the value is read from /chosen/rng-seed in DT. Obtain of_fdt_crc32 for CRC check after