Message ID | 20230719175424.75717-1-alexei.starovoitov@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e93165d5e75d025280763ff01eece98575b32901 |
Headers | show |
Series | pull-request: bpf-next 2023-07-19 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net-next, async |
netdev/build_32bit | success | Errors and warnings before: 6497 this patch: 6497 |
netdev/build_clang | success | Errors and warnings before: 3335 this patch: 3335 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 6727 this patch: 6727 |
Hello: This pull request was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 19 Jul 2023 10:54:24 -0700 you wrote: > Hi David, hi Jakub, hi Paolo, hi Eric, > > The following pull-request contains BPF updates for your *net-next* tree. > > We've added 45 non-merge commits during the last 3 day(s) which contain > a total of 71 files changed, 7808 insertions(+), 592 deletions(-). > > [...] Here is the summary with links: - pull-request: bpf-next 2023-07-19 https://git.kernel.org/netdev/net-next/c/e93165d5e75d You are awesome, thank you!
On Thu, Jul 20, 2023 at 1:50 AM <patchwork-bot+netdevbpf@kernel.org> wrote: > > Hello: > > This pull request was applied to netdev/net-next.git (main) > by Jakub Kicinski <kuba@kernel.org>: > > On Wed, 19 Jul 2023 10:54:24 -0700 you wrote: > > Hi David, hi Jakub, hi Paolo, hi Eric, > > > > The following pull-request contains BPF updates for your *net-next* tree. > > > > We've added 45 non-merge commits during the last 3 day(s) which contain > > a total of 71 files changed, 7808 insertions(+), 592 deletions(-). > > > > [...] > > Here is the summary with links: > - pull-request: bpf-next 2023-07-19 > https://git.kernel.org/netdev/net-next/c/e93165d5e75d > > You are awesome, thank you! > -- > Deet-doot-dot, I am a bot. > https://korg.docs.kernel.org/patchwork/pwbot.html > > "bpf: Add fd-based tcx multi-prog infra with link support" seems to cause a bunch of syzbot reports. I am waiting a bit for more entropy before releasing them to the public.
On Thu, Jul 20, 2023 at 1:25 PM Eric Dumazet <edumazet@google.com> wrote: > > On Thu, Jul 20, 2023 at 1:50 AM <patchwork-bot+netdevbpf@kernel.org> wrote: > > > > Hello: > > > > This pull request was applied to netdev/net-next.git (main) > > by Jakub Kicinski <kuba@kernel.org>: > > > > On Wed, 19 Jul 2023 10:54:24 -0700 you wrote: > > > Hi David, hi Jakub, hi Paolo, hi Eric, > > > > > > The following pull-request contains BPF updates for your *net-next* tree. > > > > > > We've added 45 non-merge commits during the last 3 day(s) which contain > > > a total of 71 files changed, 7808 insertions(+), 592 deletions(-). > > > > > > [...] > > > > Here is the summary with links: > > - pull-request: bpf-next 2023-07-19 > > https://git.kernel.org/netdev/net-next/c/e93165d5e75d > > > > You are awesome, thank you! > > -- > > Deet-doot-dot, I am a bot. > > https://korg.docs.kernel.org/patchwork/pwbot.html > > > > > > "bpf: Add fd-based tcx multi-prog infra with link support" seems to > cause a bunch of syzbot reports. > > I am waiting a bit for more entropy before releasing them to the public. OK, syzbot found one repro for one of the reports, time to release it for investigations.
On Thu, Jul 20, 2023 at 7:53 AM Eric Dumazet <edumazet@google.com> wrote: > > On Thu, Jul 20, 2023 at 1:25 PM Eric Dumazet <edumazet@google.com> wrote: > > > > On Thu, Jul 20, 2023 at 1:50 AM <patchwork-bot+netdevbpf@kernel.org> wrote: > > > > > > Hello: > > > > > > This pull request was applied to netdev/net-next.git (main) > > > by Jakub Kicinski <kuba@kernel.org>: > > > > > > On Wed, 19 Jul 2023 10:54:24 -0700 you wrote: > > > > Hi David, hi Jakub, hi Paolo, hi Eric, > > > > > > > > The following pull-request contains BPF updates for your *net-next* tree. > > > > > > > > We've added 45 non-merge commits during the last 3 day(s) which contain > > > > a total of 71 files changed, 7808 insertions(+), 592 deletions(-). > > > > > > > > [...] > > > > > > Here is the summary with links: > > > - pull-request: bpf-next 2023-07-19 > > > https://git.kernel.org/netdev/net-next/c/e93165d5e75d > > > > > > You are awesome, thank you! > > > -- > > > Deet-doot-dot, I am a bot. > > > https://korg.docs.kernel.org/patchwork/pwbot.html > > > > > > > > > > "bpf: Add fd-based tcx multi-prog infra with link support" seems to > > cause a bunch of syzbot reports. > > > > I am waiting a bit for more entropy before releasing them to the public. > > OK, syzbot found one repro for one of the reports, time to release it > for investigations. Thanks for the headsup. That's an impressive speed for syzbot to track upstream so closely. Does it do it for net-next only? Can it be taught to do the same for bpf-next too?