[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240401172157.5717-1-ubizjak@gmail.com>
Date: Mon, 1 Apr 2024 19:18:58 +0200
From: Uros Bizjak <ubizjak@...il.com>
To: x86@...nel.org,
bpf@...r.kernel.org,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Uros Bizjak <ubizjak@...il.com>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
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.
Cc: Alexei Starovoitov <ast@...nel.org>
Cc: Daniel Borkmann <daniel@...earbox.net>
---
v2:
Simplify calculation of "ip".
Explicitly list offending commit in the commit message.
Joan Bruguera Micó (1):
x86/bpf: Fix IP for relocating call depth accounting
Uros Bizjak (1):
x86/bpf: Fix IP after emitting call depth accounting
arch/x86/include/asm/alternative.h | 4 ++--
arch/x86/kernel/callthunks.c | 4 ++--
arch/x86/net/bpf_jit_comp.c | 19 ++++++++-----------
3 files changed, 12 insertions(+), 15 deletions(-)
--
2.42.0
Powered by blists - more mailing lists