]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Jan 2018 14:17:04 +0000 (09:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Jan 2018 14:17:04 +0000 (09:17 -0500)
commitd3014489d58598465cbfe33406bf28bec957dd50
treec1c219defbaaf8ac3569b4e2ebccd76bda627a31
parent6eb68007858ff79942773e725d1d31f3b40d542b
parentf00ddf32f8a2ce6221d95c648fac96b93587f4c2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-01-18

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) Fix a divide by zero due to wrong if (src_reg == 0) check in
   64-bit mode. Properly handle this in interpreter and mask it
   also generically in verifier to guard against similar checks
   in JITs, from Eric and Alexei.

2) Fix a bug in arm64 JIT when tail calls are involved and progs
   have different stack sizes, from Daniel.

3) Reject stores into BPF context that are not expected BPF_STX |
   BPF_MEM variant, from Daniel.

4) Mark dst reg as unknown on {s,u}bounds adjustments when the
   src reg has derived bounds from dead branches, from Daniel.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>