Hi David, The following pull-request contains BPF updates for your *net* tree. We've added 2 non-merge commits during the last 8 day(s) which contain a total of 2 files changed, 10 insertions(+), 4 deletions(-). 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. Please consider pulling these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Thanks a lot! Also thanks to reporters, reviewers and testers of commits in this pull-request: Alexei Starovoitov, John Fastabend, Martin KaFai Lau, Michal Kubecek, Simon Scannell ---------------------------------------------------------------- The following changes since commit a59cf619787e628b31c310367f869fde26c8ede1: Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver' (2020-09-30 15:07:19 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git for you to fetch changes up to 5b9fbeb75b6a98955f628e205ac26689bcb1383e: bpf: Fix scalar32_min_max_or bounds tracking (2020-10-08 11:02:53 +0200) ---------------------------------------------------------------- Daniel Borkmann (1): bpf: Fix scalar32_min_max_or bounds tracking Yonghong Song (1): bpf: Fix "unresolved symbol" build error with resolve_btfids kernel/bpf/verifier.c | 8 ++++---- net/core/filter.c | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-)