OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Feb 2021 02:55:17 +0000 (18:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Feb 2021 02:55:17 +0000 (18:55 -0800)
commitb8776f14a47046796fe078c4a2e691f58e00ae06
tree4dba5bc10eaf44a6d97223f0ec8a3972d9f8a772
parent450bbc3395185963b133177a9ddae305dae7c5fa
parente88b2c6e5a4d9ce30d75391e4d950da74bb2bd90
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2021-02-10

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

We've added 5 non-merge commits during the last 8 day(s) which contain
a total of 3 files changed, 22 insertions(+), 21 deletions(-).

The main changes are:

1) Fix missed execution of kprobes BPF progs when kprobe is firing via
   int3, from Alexei Starovoitov.

2) Fix potential integer overflow in map max_entries for stackmap on
   32 bit archs, from Bui Quang Minh.

3) Fix a verifier pruning and a insn rewrite issue related to 32 bit ops,
   from Daniel Borkmann.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
c# Please enter a commit message to explain why this merge is necessary,