All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.19 0/4] bpf: backport fixes for CVE-2021-33624
@ 2021-08-12 17:00 Ovidiu Panait
  2021-08-12 17:00 ` [PATCH 4.19 1/4] bpf: Inherit expanded/patched seen count from old aux data Ovidiu Panait
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ovidiu Panait @ 2021-08-12 17:00 UTC (permalink / raw)
  To: stable; +Cc: bpf

NOTE: the fixes were manually adjusted to apply to 4.19, so copying bpf@ to see
if there are any concerns.

With this patchseries all bpf verifier selftests pass:
root@intel-x86-64:~# ./test_verifier
...
#657/u pass modified ctx pointer to helper, 2 OK
#657/p pass modified ctx pointer to helper, 2 OK
#658/p pass modified ctx pointer to helper, 3 OK
#659/p mov64 src == dst OK
#660/p mov64 src != dst OK
#661/u calls: ctx read at start of subprog OK
#661/p calls: ctx read at start of subprog OK
Summary: 925 PASSED, 0 SKIPPED, 0 FAILED

Daniel Borkmann (4):
  bpf: Inherit expanded/patched seen count from old aux data
  bpf: Do not mark insn as seen under speculative path verification
  bpf: Fix leakage under speculation on mispredicted branches
  bpf, selftests: Adjust few selftest outcomes wrt unreachable code

 kernel/bpf/verifier.c                       | 68 ++++++++++++++++++---
 tools/testing/selftests/bpf/test_verifier.c |  2 +
 2 files changed, 62 insertions(+), 8 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-08-13  8:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 17:00 [PATCH 4.19 0/4] bpf: backport fixes for CVE-2021-33624 Ovidiu Panait
2021-08-12 17:00 ` [PATCH 4.19 1/4] bpf: Inherit expanded/patched seen count from old aux data Ovidiu Panait
2021-08-12 17:00 ` [PATCH 4.19 2/4] bpf: Do not mark insn as seen under speculative path verification Ovidiu Panait
2021-08-12 17:00 ` [PATCH 4.19 3/4] bpf: Fix leakage under speculation on mispredicted branches Ovidiu Panait
2021-08-12 17:00 ` [PATCH 4.19 4/4] bpf, selftests: Adjust few selftest outcomes wrt unreachable code Ovidiu Panait
2021-08-13  8:38 ` [PATCH 4.19 0/4] bpf: backport fixes for CVE-2021-33624 Greg KH

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.