mbox series

[bpf-next,0/3] Fix __reg_bound_offset32 handling

Message ID 20200330160324.15259-1-daniel@iogearbox.net
Headers show
Series Fix __reg_bound_offset32 handling | expand

Message

Daniel Borkmann March 30, 2020, 4:03 p.m. UTC
Fix for the verifier's __reg_bound_offset32() handling, please see individual
patches for details.

Thanks!

Daniel Borkmann (1):
  bpf: Undo incorrect __reg_bound_offset32 handling

Jann Horn (2):
  bpf: Fix tnum constraints for 32-bit comparisons
  bpf: Simplify reg_set_min_max_inv handling

 kernel/bpf/verifier.c | 227 +++++++++++++++++-------------------------
 1 file changed, 90 insertions(+), 137 deletions(-)