BPF
[Prev Page][Next Page]
- [PATCH bpf-next] netkit: Add some ethtool ops to provide information to user
- From: Feng zhou <zhoufeng.zf@xxxxxxxxxxxxx>
- [PATCH net] net/netfilter: bpf: fix bad registration on nf_defrag
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 07/10] bpf: enforce precision of R0 on program/async callback return
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/10] bpf: simplify tnum output if a fully known constant
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 07/10] bpf: enforce precision of R0 on program/async callback return
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 06/10] bpf: unify async callback and program retval checks
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 05/10] bpf: enforce precise retval range on program exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 04/10] selftests/bpf: add selftest validating callback result is enforced
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 02/10] bpf: enforce precision of R0 on callback return
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v3 bpf-next 01/10] bpf: provide correct register name for exception callback retval check
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v2 bpf-next 05/10] bpf: enforce precise retval range on program exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: pull-request: bpf 2023-11-30
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH] bpf/tests: Remove duplicate JSGT tests
- From: Yujie Liu <yujie.liu@xxxxxxxxx>
- Re: [PATCH bpf-next v6 2/3] bpf: crypto: add skcipher to bpf crypto
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf v2] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf v2] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH v3 bpf-next 10/10] bpf: simplify tnum output if a fully known constant
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 07/10] bpf: enforce precision of R0 on program/async callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 05/10] bpf: enforce precise retval range on program exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 08/10] selftests/bpf: validate async callback return value check correctness
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 09/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 06/10] bpf: unify async callback and program retval checks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 04/10] selftests/bpf: add selftest validating callback result is enforced
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 02/10] bpf: enforce precision of R0 on callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 01/10] bpf: provide correct register name for exception callback retval check
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 00/10] BPF verifier retval logic fixes
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/3] bpf: Relax tracing prog recursive attach rules
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- pull-request: bpf 2023-11-30
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH v15 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v15 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v15 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v15 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v15 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v15 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v15 bpf-next 0/6] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v6 00/13] xsk: TX metadata
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: Does skb_metadata_differs really need to stop GRO aggregation?
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: Does skb_metadata_differs really need to stop GRO aggregation?
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v4 3/3] bpf, selftest/bpf: Fix re-attachment branch in bpf_tracing_prog_attach
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- [PATCH bpf-next v4 2/3] selftests/bpf: Add test for recursive attachment of tracing progs
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- [PATCH bpf-next v4 1/3] bpf: Relax tracing prog recursive attach rules
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- [PATCH bpf-next v4 0/3] Relax tracing prog recursive attach rules
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v3 3/3] bpf, selftest/bpf: Fix re-attachment branch in bpf_tracing_prog_attach
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- [PATCH bpf-next v3 2/3] selftests/bpf: Add test for recursive attachment of tracing progs
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- [PATCH bpf-next v3 1/3] bpf: Relax tracing prog recursive attach rules
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- [PATCH bpf-next v3 0/3] Relax tracing prog recursive attach rules
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- Re: [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: Does skb_metadata_differs really need to stop GRO aggregation?
- From: Edward Cree <ecree.xilinx@xxxxxxxxx>
- Re: [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: BPF GCC status - Nov 2023
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH bpf-next v6 3/3] selftests: bpf: crypto skcipher algo selftests
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v6 2/3] bpf: crypto: add skcipher to bpf crypto
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v6 1/3] bpf: make common crypto API for TC/XDP programs
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- Re: [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: BPF GCC status - Nov 2023
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH bpf-next v6 03/13] tools: ynl: Print xsk-features from the sample
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: BPF GCC status - Nov 2023
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 05/10] bpf: enforce precise retval range on program exit
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 00/10] BPF verifier retval logic fixes
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v14 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net] net/netfilter: bpf: avoid leakage of skb
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net] net/netfilter: bpf: avoid leakage of skb
- From: Florian Westphal <fw@xxxxxxxxx>
- Re: [PATCH net] net/netfilter: bpf: avoid leakage of skb
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net] net/netfilter: bpf: avoid leakage of skb
- From: Florian Westphal <fw@xxxxxxxxx>
- [PATCH v2] rethook: Use __rcu pointer for rethook::handler
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- Re: [syzbot] [perf?] general protection fault in inherit_task_group
- From: Aleksandr Nogikh <nogikh@xxxxxxxxxx>
- Re: [syzbot] [perf?] general protection fault in inherit_task_group
- From: syzbot <syzbot+756fe9affda890e892ae@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 00/10] BPF verifier retval logic fixes
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v2 bpf-next 05/10] bpf: enforce precise retval range on program exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- [PATCH net] net/netfilter: bpf: avoid leakage of skb
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
- From: Philo Lu <lulie@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
- From: Philo Lu <lulie@xxxxxxxxxxxxxxxxx>
- [PATCH bpf] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [Bug Report] bpf: reg invariant voilation after JSLE
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: BPF GCC status - Nov 2023
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf v2 2/2] bpf: new verifier tests for stack access
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 11/14] perf arm64 header: Remove unnecessary CPU map get and put
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 10/14] perf top: Avoid repeated function calls
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 08/14] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 00/14] Clean up libperf cpumap's empty function
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCHv4 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: BPF GCC status - Nov 2023
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [Bug Report] bpf: reg invariant voilation after JSET
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Bug Report] bpf: reg invariant voilation after JSLE
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v3 2/2] bpf: sockmap, add af_unix test with both sockets in map
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf v4 2/2] bpf: sockmap, add af_unix test with both sockets in map
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v4 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v4 0/2] sockmap fix for KASAN_VMALLOC and af_unix
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH v2 bpf-next 09/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v14 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v14 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v14 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v14 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v14 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v14 bpf-next 0/6] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 08/10] selftests/bpf: validate async callback return value check correctness
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 06/10] bpf: unify async callback and program retval checks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 10/10] bpf: simplify tnum output if a fully known constant
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 03/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 07/10] bpf: enforce precision of R0 on program/async callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 05/10] bpf: enforce precise retval range on program exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 01/10] bpf: provide correct register name for exception callback retval check
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 02/10] bpf: enforce precision of R0 on callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 04/10] selftests/bpf: add selftest validating callback result is enforced
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 00/10] BPF verifier retval logic fixes
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v11 bpf-next 03/17] bpf: introduce BPF token object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 14/25] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 17/40] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH ipsec-next v2 3/6] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH ipsec-next v2 3/6] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH ipsec-next v2 6/6] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v2 5/6] bpf: selftests: Move xfrm tunnel test to test_progs
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v2 4/6] bpf: selftests: test_tunnel: Use vmlinux.h declarations
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v2 3/6] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v2 1/6] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v2 2/6] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v2 0/6] Add bpf_xdp_get_xfrm_state() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- BPF GCC status - Nov 2023
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf v3 2/2] bpf: sockmap, add af_unix test with both sockets in map
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v3 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v3 0/2] sockmap fix for KASAN_VMALLOC and af_unix
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: Does skb_metadata_differs really need to stop GRO aggregation?
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: Does skb_metadata_differs really need to stop GRO aggregation?
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: Does skb_metadata_differs really need to stop GRO aggregation?
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH bpf v2 2/2] bpf: new verifier tests for stack access
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Does skb_metadata_differs really need to stop GRO aggregation?
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH] rethook: Use __rcu pointer for rethook::handler
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/2] Allow data_meta size > 32
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/2] Allow data_meta size > 32
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- [PATCH v2] libbpf: fix the name of a reused map
- From: Anquan Wu <leiqi96@xxxxxxxxxxx>
- [PATCH v2] libbpf: fix the name of a reused map
- From: Anquan Wu <leiqi96@xxxxxxxxxxx>
- Re: [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/2] Allow data_meta size > 32
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/2] Allow data_meta size > 32
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [Bpf] IETF 118 BPF WG summary
- From: Michael Richardson <mcr+ietf@xxxxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- [PATCHv2 bpf 2/2] bpf: Fix prog_array_map_poke_run map poke update
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: max<min after jset
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf v2 2/2] bpf: new verifier tests for stack access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH bpf-next v6 01/13] xsk: Support tx_metadata_len
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [Bug Report] bpf: zero access_size of stack causes array indix oob in check_stack_range_initialized()
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/2] bpftool: mark orphaned programs during prog show
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 1/5] selftests: tc-testing: remove buildebpf plugin
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v2 2/2] bpf: new verifier tests for stack access
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH bpf v2] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH] rethook: Use __rcu pointer for rethook::handler
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/2] bpftool: mark orphaned programs during prog show
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf v2] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Daniel Xu <dxu@xxxxxxxxx>
- IETF 118 BPF WG summary
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf v2] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH v11 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 12/17] libbpf: add bpf_token_create() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 03/17] bpf: introduce BPF token object
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v11 bpf-next 00/17] BPF token and BPF FS-based delegation
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next v6 13/13] selftests/bpf: Add TX side to xdp_hw_metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 12/13] selftests/bpf: Convert xdp_hw_metadata to XDP_USE_NEED_WAKEUP
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 11/13] selftests/bpf: Add TX side to xdp_metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 10/13] selftests/bpf: Add csum helpers
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 09/13] selftests/xsk: Support tx_metadata_len
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 08/13] xsk: Add option to calculate TX checksum in SW
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 07/13] xsk: Validate xsk_tx_metadata flags
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 06/13] xsk: Document tx_metadata_len layout
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 05/13] net: stmmac: Add Tx HWTS support to XDP ZC
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 04/13] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 03/13] tools: ynl: Print xsk-features from the sample
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 01/13] xsk: Support tx_metadata_len
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 00/13] xsk: TX metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v3 2/2] net, xdp: allow metadata > 32
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v3 1/2] selftests/bpf: increase invalid metadata size
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v3 0/2] Allow data_meta size > 32
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next v3 2/2] selftests/bpf: update test_offload to use new orphaned property
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v3 1/2] bpftool: mark orphaned programs during prog show
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpftool: mark orphaned programs during prog show
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH net] bpf: test_run: fix WARNING in format_decode
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [Bug Report] bpf: zero access_size of stack causes array indix oob in check_stack_range_initialized()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v3 33/33] Documentation: probes: Update fprobe on function-graph tracer
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 25/33] fprobe: Use ftrace_regs in fprobe exit handler
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 24/33] fprobe: Use ftrace_regs in fprobe entry handler
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 20/33] function_graph: Add a new exit handler with parent_ip and ftrace_regs
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 18/33] function_graph: Add selftest for passing local variables
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 16/33] function_graph: Move graph notrace bit to shadow stack global var
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 15/33] function_graph: Move graph depth stored data to shadow stack global var
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 14/33] function_graph: Move set_graph_function tests to shadow stack global var
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 13/33] function_graph: Add "task variables" per task for fgraph_ops
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 11/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 10/33] ftrace: Allow function_graph tracer to be enabled in instances
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 09/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 08/33] function_graph: Remove logic around ftrace_graph_entry and return
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- Re: [PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v3 07/33] function_graph: Allow multiple users to attach to function graph
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 06/33] function_graph: Add an array structure that will allow multiple callbacks
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 05/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 04/33] function_graph: Convert ret_stack to a series of longs
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 03/33] seq_buf: Export seq_buf_puts()
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 02/33] x86: tracing: Add ftrace_regs definition in the header
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 01/33] tracing: Add a comment about ftrace_regs definition
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- [PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- Re: [PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- [PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Oliver Sang <oliver.sang@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCHv4 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCHv4 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next] mm/page_pool: catch page_pool memory leaks
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Andrea Righi <andrea.righi@xxxxxxxxxxxxx>
- Re: [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 1/7] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH ipsec-next v1 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf v2 2/2] bpf: new verifier tests for stack access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- [PATCH bpf v2 1/2] bpf: fix accesses to uninit stack slots
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- [PATCH bpf v2 0/2] bpf: fix accesses to uninit stack slots
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Dmitry Dolgov <9erthalion6@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH ipsec-next v1 1/7] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCHv4 bpf-next 6/6] bpftool: Add support to display uprobe_multi links
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv4 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv4 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv4 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv4 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv4 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv4 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- [PATCH bpf-next v5 3/3] selftests/bpf: Use pkg-config for libelf
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH bpf-next v5 2/3] selftests/bpf: Override PKG_CONFIG for static builds
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH bpf-next v5 1/3] selftests/bpf: Choose pkg-config for the target
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH v3 0/3] samples: introduce cgroup events listeners
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH v3 1/2] mm: memcg: print out cgroup ino in the memcg tracepoints
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Dmitry Dolgov <9erthalion6@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH v3 0/3] samples: introduce cgroup events listeners
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/3] samples: introduce cgroup events listeners
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH net-next 5/5] selftests: tc-testing: remove unused import
- From: Pedro Tammela <pctammela@xxxxxxxxxxxx>
- [PATCH net-next 4/5] selftests: tc-testing: cleanup on Ctrl-C
- From: Pedro Tammela <pctammela@xxxxxxxxxxxx>
- [PATCH net-next 3/5] selftests: tc-testing: prefix iproute2 functions with "ipr2"
- From: Pedro Tammela <pctammela@xxxxxxxxxxxx>
- [PATCH net-next 2/5] selftests: tc-testing: remove unnecessary time.sleep
- From: Pedro Tammela <pctammela@xxxxxxxxxxxx>
- [PATCH net-next 1/5] selftests: tc-testing: remove buildebpf plugin
- From: Pedro Tammela <pctammela@xxxxxxxxxxxx>
- [PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc
- From: Pedro Tammela <pctammela@xxxxxxxxxxxx>
- Re: [PATCH] rethook: Use __rcu pointer for rethook::handler
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: xdp/xsk.c: missing read memory barrier in xsk_poll()
- From: Yewon Choi <woni9911@xxxxxxxxx>
- Re: [PATCH bpf v2 0/2] sockmap fix for KASAN_VMALLOC and af_unix
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: xdp/xsk.c: missing read memory barrier in xsk_poll()
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- [PATCH bpf v3 6/6] selftests/bpf: Test outer map update operations in syscall program
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 5/6] selftests/bpf: Add test cases for inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 2/6] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 3/6] bpf: Defer the free of inner map when necessary
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 1/6] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 0/6] bpf: Fix the release of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- [PATCH net-next] mm/page_pool: catch page_pool memory leaks
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/3] Verify global subprogs lazily
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Song Liu <song@xxxxxxxxxx>
- xdp/xsk.c: missing read memory barrier in xsk_poll()
- From: Yewon Choi <woni9911@xxxxxxxxx>
- [PATCH v2 bpf-next 2/3] bpf: validate global subprogs lazily
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 0/3] Verify global subprogs lazily
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 1/3] bpf: emit global subprog name in verifier logs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 0/3] Verify global subprogs lazily
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH] rethook: Use __rcu pointer for rethook::handler
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- Re: [linus:master] [bpf] f18b03faba: stress-ng.seccomp.ops_per_sec -2.0% regression
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH] kprobes: consistent rcu api usage for kretprobe holder
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- [linus:master] [bpf] f18b03faba: stress-ng.seccomp.ops_per_sec -2.0% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v13 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v13 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v13 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/3] Verify global subprogs lazily
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: Start v1.4 development cycle
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf v2 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Dmitry Dolgov <9erthalion6@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Tom Herbert <tom@xxxxxxxxxx>
- [PATCH v3 1/2] mm: memcg: print out cgroup ino in the memcg tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v3 0/2] mm: memcg: improve vmscan tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Networking for v6.7-rc3
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Edward Cree <ecree.xilinx@xxxxxxxxx>
- [GIT PULL] Networking for v6.7-rc3
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: validate global subprogs lazily
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 1/3] bpf: emit global subprog name in verifier logs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpftool: mark orphaned programs during prog show
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH] kprobes: consistent rcu api usage for kretprobe holder
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
- From: Philo Lu <lulie@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
- From: "Pengcheng Yang" <yangpc@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- Re: [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Andrea Righi <andrea.righi@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- [PATCH v3 2/3] samples/cgroup: introduce memcg memory.events listener
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v3 0/3] samples: introduce cgroup events listeners
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v3 3/3] mm: memcg: add reminder comment for the memcg v2 events
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v3 1/3] samples: introduce new samples subdir for cgroup
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 1/6] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH] bpf: add __printf() to for printf fmt strings
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
- From: Philo Lu <lulie@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH] kprobes: consistent rcu api usage for kretprobe holder
- From: JP Kobryn <inwardvessel@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH bpf-next] libbpf: Start v1.4 development cycle
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v11 10/13] bpf, net: switch to dynamic registration
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v11 09/13] bpf: validate value_type
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [ANNOUNCEMENT] libbpf v1.3.0 release
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH ipsec-next v1 1/7] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests/bpf: update test_offload to use new orphaned property
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v2 1/2] bpftool: mark orphaned programs during prog show
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 2/3] bpf: validate global subprogs lazily
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/3] Verify global subprogs lazily
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/3] bpf: emit global subprog name in verifier logs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v2 2/2] bpf: sockmap, add af_unix test with both sockets in map
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v2 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf v2 0/2] sockmap fix for KASAN_VMALLOC and af_unix
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] C inlined assembly for reproducing max<min
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH] C inlined assembly for reproducing max<min
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 02/11] tcp: Cache sock_net(sk) in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH] C inlined assembly for reproducing max<min
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- [PATCH ipsec-next v1 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 3/7] bpf: selftests: test_tunnel: Use ping -6 over ping6
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 4/7] bpf: selftests: test_tunnel: Mount bpffs if necessary
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 1/7] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 0/7] Add bpf_xdp_get_xfrm_state() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH ipsec-next v1 2/7] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH] C inlined assembly for reproducing max<min
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] C inlined assembly for reproducing max<min
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 05/10] selftests/bpf: add selftest validating callback result is enforced
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH] bpf: add __printf() to for printf fmt strings
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH] bpf: add __printf() to for printf fmt strings
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next 10/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 09/10] selftests/bpf: validate async callback return value check correctness
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 08/10] bpf: enforce precision of R0 on program/async callback return
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 07/10] bpf: unify async callback and program retval checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 06/10] bpf: enforce precise retval range on program exit
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 05/10] selftests/bpf: add selftest validating callback result is enforced
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 03/10] bpf: enforce precision of R0 on callback return
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 01/10] bpf: rearrange bpf_func_state fields to save a bit of memory
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH] C inlined assembly for reproducing max<min
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH v3 bpf-next 02/11] tcp: Cache sock_net(sk) in cookie_v[46]_check().
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- [RFC PATCH v2 5/6] security: selinux: Implement set_mempolicy hook
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 6/6] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 4/6] mm, security: Add lsm hook for memory policy adjustment
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 3/6] mm, security: Fix missed security_task_movememory() in mbind(2)
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 1/6] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 0/6] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH] bpf: add __printf() to for printf fmt strings
- From: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- [linus:master] [kbuild] 72d091846d: kernel-selftests.net.udpgro_bench.sh.fail
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH net] bpf: test_run: fix WARNING in format_decode
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot.
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: pull-request: bpf-next 2023-11-21
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v11 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v11 04/13] bpf: add struct_ops_tab to btf.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 09/10] selftests/bpf: validate async callback return value check correctness
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 10/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 08/10] bpf: enforce precision of R0 on program/async callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 06/10] bpf: enforce precise retval range on program exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 03/10] bpf: enforce precision of R0 on callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 05/10] selftests/bpf: add selftest validating callback result is enforced
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 07/10] bpf: unify async callback and program retval checks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 01/10] bpf: rearrange bpf_func_state fields to save a bit of memory
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 00/10] BPF verifier retval logic fixes
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH net] bpf: test_run: fix WARNING in format_decode
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: pull-request: bpf 2023-11-21
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: max<min after jset
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- pull-request: bpf-next 2023-11-21
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v11 01/13] bpf: refactory struct_ops type initialization to a function.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [syzbot] [bpf?] [trace?] WARNING in format_decode (3)
- From: syzbot <syzbot+e2c932aec5c8a6e1d31c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: BPF CI email notifications
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCHv3] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
- From: "Daniel Xu" <dxu@xxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 2/2] selftests/bpf: Add test exercising mmapable task_local_storage
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- pull-request: bpf 2023-11-21
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v3 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 09/11] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 08/11] tcp: Factorise non-BPF SYN Cookie handling.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 07/11] tcp: Factorise cookie req initialisation.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 06/11] tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 05/11] tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 04/11] tcp: Don't pass cookie to __cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 03/11] tcp: Clean up goto labels in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 02/11] tcp: Cache sock_net(sk) in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 01/11] tcp: Clean up reverse xmas tree in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 00/11] bpf: tcp: Support arbitrary SYN Cookie at TC.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
[Index of Archives]
[Linux Samsung SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux Kernel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Forum]