All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5.10 0/2] v5.10 backports for CVE-2023-52447
@ 2024-03-12  0:44 Robert Kolchmeyer
  2024-03-12  0:44 ` [PATCH v5.10 1/2] rcu-tasks: Provide rcu_trace_implies_rcu_gp() Robert Kolchmeyer
  2024-03-12  0:44 ` [PATCH v5.10 2/2] bpf: Defer the free of inner map when necessary Robert Kolchmeyer
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Kolchmeyer @ 2024-03-12  0:44 UTC (permalink / raw)
  To: stable; +Cc: Robert Kolchmeyer, Hou Tao, Alexei Starovoitov

Hi all,

This patch series includes backports for the changes that fix CVE-2023-52447.

The changes were applied cleanly from my 5.15 backport, viewable at
https://lore.kernel.org/stable/cover.1710187165.git.rkolchmeyer@google.com/T/#t.
The notes in that patch set largely apply here.

The only note I have for 5.10 is that the test cases with sleepable BPF
programs in commit 1624918be84a ("selftests/bpf: Add test cases for inner map")
do not seem to be compatible with the 5.10 kernel. But the situation with the
other test cases matches the observations I shared in the 5.15 patch set.

Thanks,
-Robert


Hou Tao (1):
  bpf: Defer the free of inner map when necessary

Paul E. McKenney (1):
  rcu-tasks: Provide rcu_trace_implies_rcu_gp()

 include/linux/bpf.h      |  7 ++++++-
 include/linux/rcupdate.h | 12 ++++++++++++
 kernel/bpf/map_in_map.c  | 11 ++++++++---
 kernel/bpf/syscall.c     | 26 ++++++++++++++++++++++++--
 kernel/rcu/tasks.h       |  2 ++
 5 files changed, 52 insertions(+), 6 deletions(-)

-- 
2.44.0.278.ge034bb2e1d-goog


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

end of thread, other threads:[~2024-03-12  0:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12  0:44 [PATCH v5.10 0/2] v5.10 backports for CVE-2023-52447 Robert Kolchmeyer
2024-03-12  0:44 ` [PATCH v5.10 1/2] rcu-tasks: Provide rcu_trace_implies_rcu_gp() Robert Kolchmeyer
2024-03-12  0:44 ` [PATCH v5.10 2/2] bpf: Defer the free of inner map when necessary Robert Kolchmeyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.