These are two fixes for BPF, one to introduce xmit recursion limiter for tc bpf programs and the other one to reject filters a bit earlier. For more details please see individual patches. I have no strong opinion to which tree they should go, they apply to both, but I think net-next seems okay to me.
Thanks! Daniel Borkmann (2): bpf: enforce recursion limit on redirects bpf: reject wrong sized filters earlier include/linux/netdevice.h | 2 ++ net/core/dev.c | 6 ++-- net/core/filter.c | 78 +++++++++++++++++++++++++++++------------------ 3 files changed, 53 insertions(+), 33 deletions(-) -- 1.9.3