]> 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>
Sun, 14 Jan 2018 16:01:33 +0000 (11:01 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Jan 2018 16:01:33 +0000 (11:01 -0500)
commit0af10389e6d4c3369901f88d1015fa9b5238fdfa
tree3113dc2556227d089f65dcae87833583a80ab4f9
parentb7e955983c06f188f4909edbe62ce0feecc11ee9
parenta57aa96c26527257e8f558557b1ade62098e03dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

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

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

The main changes are:

1) Follow-up fix to the recent BPF out-of-bounds speculation
   fix that prevents max_entries overflows and an undefined
   behavior on 32 bit archs on index_mask calculation, from
   Daniel.

2) Reject unsupported BPF_ARSH opcode in 32 bit ALU mode that
   was otherwise throwing an unknown opcode warning in the
   interpreter, from Daniel.

3) Typo fix in one of the user facing verbose() messages that
   was added during the BPF out-of-bounds speculation fix,
   from Colin.
====================

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