public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
@ 2024-03-16 23:21 Joan Bruguera Micó
  2024-03-16 23:21 ` [PATCH 1/2] x86/bpf: Fix IP after emitting call depth accounting Joan Bruguera Micó
  2024-03-16 23:21 ` [PATCH 2/2] x86/bpf: Fix IP for relocating " Joan Bruguera Micó
  0 siblings, 2 replies; 5+ messages in thread
From: Joan Bruguera Micó @ 2024-03-16 23:21 UTC (permalink / raw)
  To: x86, linux-kernel
  Cc: Thomas Gleixner, Ingo Molnar, Uros Bizjak, Borislav Petkov,
	Dave Hansen, Peter Zijlstra, H. Peter Anvin,
	Joan Bruguera Micó

Fixes two issues that cause kernels panic when using the BPF JIT with
the call depth tracking / stuffing mitigation for Skylake processors
(`retbleed=stuff`). Both issues can be triggered by running simple
BPF programs (e.g. running the test suite should trigger both).

The first (resubmit) fixes a trivial issue related to calculating the
destination IP for call instructions with call depth tracking.

The second is related to using the correct IP for relocations, related
to the recently introduced %rip-relative addressing for PER_CPU_VAR.

Joan Bruguera Micó (2):
  x86/bpf: Fix IP after emitting call depth accounting
  x86/bpf: Fix IP for relocating call depth accounting

 arch/x86/include/asm/alternative.h |  4 ++--
 arch/x86/kernel/callthunks.c       |  4 ++--
 arch/x86/net/bpf_jit_comp.c        | 22 ++++++++++------------
 3 files changed, 14 insertions(+), 16 deletions(-)

-- 
2.44.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-21  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-16 23:21 [PATCH 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff Joan Bruguera Micó
2024-03-16 23:21 ` [PATCH 1/2] x86/bpf: Fix IP after emitting call depth accounting Joan Bruguera Micó
2024-03-16 23:21 ` [PATCH 2/2] x86/bpf: Fix IP for relocating " Joan Bruguera Micó
2024-03-18  7:12   ` Uros Bizjak
2024-03-21  9:05   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox