Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Oct 2020 19:05:37 +0000 (12:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Oct 2020 19:05:37 +0000 (12:05 -0700)
commitcfe90f4980ee27ebfa24e4c4b3cd56dc9b67ef42
treedd7e6deac86d6a059dff073b1d58636130776056
parentb6c02ef549134d7bf14fa3835ad2bd3738982689
parent5b9fbeb75b6a98955f628e205ac26689bcb1383e
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2020-10-08

The main changes are:

1) Fix "unresolved symbol" build error under CONFIG_NET w/o CONFIG_INET due
   to missing tcp_timewait_sock and inet_timewait_sock BTF, from Yonghong Song.

2) Fix 32 bit sub-register bounds tracking for OR case, from Daniel Borkmann.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>