Message ID | 20230810055123.109578-1-martin.lau@linux.dev (mailing list archive) |
---|---|
State | Accepted |
Commit | 6a1ed1430daa2ccf8ac457e0db93fb0925b801ca |
Headers | show |
Series | pull-request: bpf-next 2023-08-09 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net-next, async |
netdev/build_32bit | success | Errors and warnings before: 3070 this patch: 3068 |
netdev/build_clang | success | Errors and warnings before: 1532 this patch: 1532 |
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: 3102 this patch: 3100 |
On Wed, 9 Aug 2023 22:51:23 -0700 Martin KaFai Lau wrote:
> bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.
This one looks like solid bpf material TBH, any reason it's here?
On 8/10/23 2:19 PM, Jakub Kicinski wrote: > On Wed, 9 Aug 2023 22:51:23 -0700 Martin KaFai Lau wrote: >> bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR. > > This one looks like solid bpf material TBH, any reason it's here? There is an earlier bpf_dynptr_check_off_len() call which should have caught that already, so ERR_PTR case should not happen. https://lore.kernel.org/bpf/e0e8bf3b-70af-3827-2fa3-30f3d48bcf46@linux.dev/
On Thu, 10 Aug 2023 14:26:01 -0700 Martin KaFai Lau wrote: > On 8/10/23 2:19 PM, Jakub Kicinski wrote: > > On Wed, 9 Aug 2023 22:51:23 -0700 Martin KaFai Lau wrote: > >> bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR. > > > > This one looks like solid bpf material TBH, any reason it's here? > > There is an earlier bpf_dynptr_check_off_len() call which should have caught > that already, so ERR_PTR case should not happen. > https://lore.kernel.org/bpf/e0e8bf3b-70af-3827-2fa3-30f3d48bcf46@linux.dev/ That kind of info needs to be in the commit message :(
Hello: This pull request was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 9 Aug 2023 22:51:23 -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 19 non-merge commits during the last 6 day(s) which contain > a total of 25 files changed, 369 insertions(+), 141 deletions(-). > > [...] Here is the summary with links: - pull-request: bpf-next 2023-08-09 https://git.kernel.org/netdev/net-next/c/6a1ed1430daa You are awesome, thank you!