From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v5 3/3] arm64: kexec_file: add rng-seed support Date: Tue, 28 May 2019 08:55:04 -0700 Message-ID: <5ced59d9.1c69fb81.c3ee5.96d3@mx.google.com> References: <20190527043336.112854-1-hsinyi@chromium.org> <20190527043336.112854-3-hsinyi@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190527043336.112854-3-hsinyi@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Frank Rowand , Catalin Marinas , Will Deacon , Andrew Morton , Mike Rapoport , Ard Biesheuvel , Miles Chen , Hsin-Yi Wang , James Morse , Andrew Murray , Mark Rutland , Jun Yao , Yu Zhao , Robin Murphy , Laura Abbott , Kees Cook , Nicolas Boichat List-Id: devicetree@vger.kernel.org Quoting Hsin-Yi Wang (2019-05-26 21:33:36) > Adding "rng-seed" to dtb. It's fine to add this property if original > fdt doesn't contain it. Since original seed will be wiped after > read, so use a default size 128 bytes here. >=20 > Signed-off-by: Hsin-Yi Wang > --- Reviewed-by: Stephen Boyd