Re: [Patch v3 0/4] Protect against concurrent calls into UV BIOS

2019-02-14 Thread Mike Travis
On 2/14/2019 1:21 PM, Dimitri Sivanich wrote: For the series: Reviewed-by: Dimitri Sivanich As well as I: Reviewed-by: Mike Travis On Wed, Feb 13, 2019 at 07:34:09PM +, Hedi Berriche wrote: - Changes since v2 Addressed comments from Ard Biesheuvel: * expose efi_runtime_lock

Re: [Patch v3 0/4] Protect against concurrent calls into UV BIOS

2019-02-14 Thread Dimitri Sivanich
For the series: Reviewed-by: Dimitri Sivanich On Wed, Feb 13, 2019 at 07:34:09PM +, Hedi Berriche wrote: > - Changes since v2 > Addressed comments from Ard Biesheuvel: > * expose efi_runtime_lock to UV platform only instead of globally > * remove unnecessary #ifdef CONFIG_EFI from

Re: [Patch v3 0/4] Protect against concurrent calls into UV BIOS

2019-02-14 Thread Russ Anderson
On Thu, Feb 14, 2019 at 09:17:37AM +0100, Ard Biesheuvel wrote: > On Wed, 13 Feb 2019 at 20:34, Hedi Berriche wrote: > > > > - Changes since v2 > > Addressed comments from Ard Biesheuvel: > > * expose efi_runtime_lock to UV platform only instead of globally > > * remove unnecessary #ifdef

Re: [Patch v3 0/4] Protect against concurrent calls into UV BIOS

2019-02-14 Thread Ard Biesheuvel
On Wed, 13 Feb 2019 at 20:34, Hedi Berriche wrote: > > - Changes since v2 > Addressed comments from Ard Biesheuvel: > * expose efi_runtime_lock to UV platform only instead of globally > * remove unnecessary #ifdef CONFIG_EFI from bios_uv.c > > - Changes since v1: > Addressed comments from

[Patch v3 0/4] Protect against concurrent calls into UV BIOS

2019-02-13 Thread Hedi Berriche
- Changes since v2 Addressed comments from Ard Biesheuvel: * expose efi_runtime_lock to UV platform only instead of globally * remove unnecessary #ifdef CONFIG_EFI from bios_uv.c - Changes since v1: Addressed comments from Bhupesh Sharma, Thomas Gleixner, and Ard Biesheuvel: * made