[PATCH 0/3] Some trivial noinstr fixes

Borislav Petkov posted 3 patches 4 years, 2 months ago
arch/x86/include/asm/cpu_entry_area.h | 2 +-
arch/x86/include/asm/page_64.h        | 2 +-
arch/x86/include/asm/svm.h            | 8 ++++----
include/linux/sched/task_stack.h      | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
[PATCH 0/3] Some trivial noinstr fixes
Posted by Borislav Petkov 4 years, 2 months ago
From: Borislav Petkov <bp@suse.de>

Hi,

here are some trivial noinstr fixes which sprang up from recent clang
allmodconfigs.

Thx.

Borislav Petkov (3):
  task_stack, x86/cea: Force-inline stack helpers
  x86/kvm/svm: Force-inline GHCB accessors
  x86/mm: Force-inline __phys_addr_nodebug()

 arch/x86/include/asm/cpu_entry_area.h | 2 +-
 arch/x86/include/asm/page_64.h        | 2 +-
 arch/x86/include/asm/svm.h            | 8 ++++----
 include/linux/sched/task_stack.h      | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.35.1
Re: [PATCH 0/3] Some trivial noinstr fixes
Posted by Peter Zijlstra 4 years, 2 months ago
On Thu, Mar 24, 2022 at 07:36:04PM +0100, Borislav Petkov wrote:

> Borislav Petkov (3):
>   task_stack, x86/cea: Force-inline stack helpers
>   x86/kvm/svm: Force-inline GHCB accessors
>   x86/mm: Force-inline __phys_addr_nodebug()

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>