[efi:next 2/3] drivers/firmware/efi/libstub/random.c:163:21: error: 'RANDOM_SEED_SIZE' undeclared

2017-08-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next head: ff1f49b2ed7c150a69d1537a374c27e9db8acbb0 commit: 19c5678d5c1bad385a1beb8eaa00c9d50f4ce836 [2/3] efi/random: Increase size of firmware supplied randomness config: arm64-defconfig (attached as .config) compiler:

Re: [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active

2017-08-22 Thread Borislav Petkov
On Wed, Jul 26, 2017 at 03:07:14PM -0500, Brijesh Singh wrote: > Are you commenting on amount of code duplication ? If so, I can certainly > improve > and use the similar macro used into header file to generate the functions > body. So the argument about having CONFIG_AMD_MEM_ENCRYPT disabled

Re: [PATCH][next] efi/reboot: make function pointer orig_pm_power_off static

2017-08-22 Thread Ard Biesheuvel
On 22 August 2017 at 16:50, Colin King wrote: > From: Colin Ian King > > The function pointer orig_pm_power_off is local to the source and does > not need to be in global scope, so make it static. > > Cleans up sparse warning: > symbol

[PATCH][next] efi/reboot: make function pointer orig_pm_power_off static

2017-08-22 Thread Colin King
From: Colin Ian King The function pointer orig_pm_power_off is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'orig_pm_power_off' was not declared. Should it be static? Signed-off-by: Colin Ian King