]> 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>
Fri, 30 Mar 2018 01:49:19 +0000 (21:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2018 01:49:19 +0000 (21:49 -0400)
commitd11aa91646701a42a9b3e6a03cf7de2e90a472df
tree1cd16acb999bea8de6e8b008c1a4819da851b6c3
parent8c2f8b1e2464976e9e4f8e9e36e47d1f05efac15
parent0722540a88bf36a6494be08b22ee87726973cb0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkman says:

====================
pull-request: bpf 2018-03-29

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

The main changes are:

1) Fix nfp to properly check max insn count while emitting
   instructions in the JIT which was wrongly comparing bytes
   against number of instructions before, from Jakub.

2) Fix for bpftool to avoid usage of hex numbers in JSON
   output since JSON doesn't accept hex numbers with 0x
   prefix, also from Jakub.
====================

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