mbox series

[bpf-next,v4,0/2] bpf: fix verification of indirect var-off stack access

Message ID 20231206165802.380626-1-andreimatei1@gmail.com (mailing list archive)
Headers show
Series bpf: fix verification of indirect var-off stack access | expand

Message

Andrei Matei Dec. 6, 2023, 4:58 p.m. UTC
V3 to V4:
  - include a test per Eduard's request
  - target bpf-next per Alexei's request (patches didn't change)

V2 to V3:
  - simplify checks for max_off (don't call
    check_stack_slot_within_bounds for it)
  - append a commit to protect against overflow in the addition of the
    register and the offset

V1 to V2:
  - fix max_off calculation for access size = 0

Andrei Matei (2):
  bpf: fix verification of indirect var-off stack access
  bpf: guard stack limits against 32bit overflow

 kernel/bpf/verifier.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)