BPF
[Prev Page][Next Page]
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v5 bpf-next 22/23] selftests/bpf: add range x range test to reg_bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 21/23] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 23/23] selftests/bpf: add iter test requiring range x range logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 10/23] selftests/bpf: BPF register range bounds tester
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 09/23] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 15/23] bpf: unify 32-bit and 64-bit is_branch_taken logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 05/23] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 14/23] bpf: generalize is_branch_taken to handle all conditional jumps in one place
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 17/23] bpf: generalize reg_set_min_max() to handle two sets of two registers
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 16/23] bpf: prepare reg_set_min_max for second set of registers
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 20/23] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 11/23] bpf: rename is_branch_taken reg arguments to prepare for the second one
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 04/23] bpf: derive smin32/smax32 from umin32/umax32 bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 18/23] bpf: generalize reg_set_min_max() to handle non-const register comparisons
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 03/23] bpf: derive smin/smax from umin/max bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 06/23] bpf: add special smin32/smax32 derivation from 64-bit bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 08/23] bpf: try harder to deduce register bounds from different numeric domains
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 13/23] bpf: move is_branch_taken() down
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 12/23] bpf: generalize is_branch_taken() to work with two registers
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 02/23] selftests/bpf: satisfy compiler by having explicit return in btf test
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 01/23] selftests/bpf: fix RELEASE=1 build for tc_opts
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH net-next] Use xdp_set_features_flag instead of direct assignment
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v2 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- BPF: bpf_d_path() can be invoked on "struct path" not holding proper references, resulting in kernel memory corruption
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- RCU stall issues in bpf-next (was: Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features)
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
- From: Song Liu <songliubraving@xxxxxxxx>
- Re: [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops().
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: experiencing very odd behavior with TCP traffic with TC hook
- From: Mohamed Mahmoud <mmahmoud@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH v7 0/5] powerpc/bpf: use BPF prog pack allocator
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH] arch: powerpc: net: bpf_jit_comp32.c: Fixed 'instead' typo
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- bpf: incorrect passing infinate loop causing rcu detected stall during bpf_prog_run()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 7/8] LoongArch: BPF: Support signed mod instructions
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 5/8] LoongArch: BPF: Support 32-bit offset jmp instructions
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 6/8] LoongArch: BPF: Support signed div instructions
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 4/8] LoongArch: BPF: Support unconditional bswap instructions
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 3/8] LoongArch: BPF: Support sign-extension mov instructions
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 2/8] LoongArch: BPF: Support sign-extension load instructions
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 1/8] LoongArch: Add more instruction opcodes and emit_* helpers
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH bpf-next 0/8] bpf: Support cpu v4 instructions for LoongArch
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- Re: Unifying signed and unsigned min/max tracking
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: pull-request: bpf-next 2023-10-26
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: Unifying signed and unsigned min/max tracking
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add malloc failure checks in bpf_iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v6 04/10] bpf: hold module for bpf_struct_ops_map.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 2ef7141596eed0b4b45ef18b3626f428a6b0a822
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH next v2 0/3] ethtool: Add ethtool_puts()
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: possible fd handling bug/issue/opportunities? in libbpf
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- Re: [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [PATCH next v2 3/3] treewide: Convert some ethtool_sprintf() to ethtool_puts()
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- Re: [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- [PATCH next v2 3/3] treewide: Convert some ethtool_sprintf() to ethtool_puts()
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- [PATCH next v2 0/3] ethtool: Add ethtool_puts()
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Fwd: possible fd handling bug/issue/opportunities? in libbpf
- From: Maciej Żenczykowski <maze@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 04/10] bpf: hold module for bpf_struct_ops_map.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops().
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v5 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH net-next 0/4] net: fill in 18 MODULE_DESCRIPTION()s
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in sk_msg_recvmsg
- From: syzbot <syzbot+84f695756ed0c4bb3aba@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next 6/6] bpftool: Add support to display uprobe_multi links
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v3 1/3] perf lock contention: Clear lock addr after use
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next] net, xdp: allow metadata > 32
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH v3 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [syzbot] [kernel?] possible deadlock in console_lock_spinning_enable (3)
- From: syzbot <syzbot+eb3e11a15d6b5e663c64@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v2] netkit: use netlink policy for mode and policy attributes validation
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v2] netkit: use netlink policy for mode and policy attributes validation
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2] netkit: use netlink policy for mode and policy attributes validation
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: bpf: incorrect value spill in check_stack_write_fixed_off()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH bpf-next v2] netkit: use netlink policy for mode and policy attributes validation
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Add test for immediate spilled to stack
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- pull-request: bpf-next 2023-10-26
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Ido Schimmel <idosch@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/2] netkit: two minor cleanups
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/3] samples/bpf: Allow building as PIE
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] netkit: remove explicit active/peer ptr initialization
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] netkit: remove explicit active/peer ptr initialization
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v5 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- [PATCH bpf-next 1/2] netkit: remove explicit active/peer ptr initialization
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- [PATCH bpf-next 0/2] netkit: two minor cleanups
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/7] Add bpf programmable net device
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add malloc failure checks in bpf_iter
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests/bpf: Add malloc failure checks in bpf_iter
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- Re: [PATCH v1 bpf-next 3/4] btf: Descend into structs and arrays during special field search
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH bpf-next] bpf, net: Use bpf mem allocator for sk local storage
- From: thinker.li@xxxxxxxxx
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 0/6] Allow bpf_refcount_acquire of mapval
- From: David Marchevsky <david.marchevsky@xxxxxxxxx>
- [PATCH v1 bpf-next 6/6] selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 3/6] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 2/6] selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 5/6] bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 0/6] Allow bpf_refcount_acquire of mapval
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 1/6] bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 4/6] bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next 6/6] bpftool: Add support to display uprobe_multi links
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Arnaldo Carvalho de Melo <acme@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 v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/7] Add bpf programmable net device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v4 0/7] Add bpf programmable net device
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v5 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [bug report] lwt: Fix return values of BPF xmit ops
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [bug report] lwt: Fix return values of BPF xmit ops
- From: Yan Zhai <yan@xxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: bpf: incorrect value spill in check_stack_write_fixed_off()
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: bpf: shift-out-of-bounds in tnum_rshift()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: bpf: incorrect value spill in check_stack_write_fixed_off()
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 07/14] drm/amdkfd: Switch from devcgroup_check_permission to security hook
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- [RESEND RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls
- From: Michael Weiß <michael.weiss@xxxxxxxxxxxxxxxxxxx>
- Re: bpf: incorrect value spill in check_stack_write_fixed_off()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- bpf: incorrect value spill in check_stack_write_fixed_off()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
- From: Ido Schimmel <idosch@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [PATCH bpf-next v3 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/3] selftests/bpf: Add tests for css_task iter combining with cgroup iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 1/3] bpf: Relax allowlist for css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 0/3] Relax allowlist for open-coded css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [bug report] lwt: Fix return values of BPF xmit ops
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH bpf-next 3/3] samples/bpf: Allow building with custom bpftool
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next 2/3] samples/bpf: Fix passing LDFLAGS to libbpf
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next 0/3] samples/bpf: Allow building as PIE
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next 1/3] samples/bpf: Allow building with custom CFLAGS/LDFLAGS
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH v3 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Add malloc failure checks in bpf_iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v3 3/3] perf lock contention: Use per-cpu array map for spinlocks
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v3 2/3] perf lock contention: Check race in tstamp elem creation
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v3 1/3] perf lock contention: Clear lock addr after use
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v3 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Add malloc failure checks in bpf_iter
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Add malloc failure checks in bpf_iter
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH v6 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/7] Add bpf programmable net device
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v5 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <songliubraving@xxxxxxxx>
- Re: [PATCH v5 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator
- From: Aditi Ghag <aditi.ghag@xxxxxxxxxxxxx>
- [PATCH v5 bpf-next 7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 3/7] bpf: Add helpers for trampoline image management
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 1/7] bpf: Let bpf_prog_pack_free handle any pointer
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/7] Add bpf programmable net device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
- From: Song Liu <songliubraving@xxxxxxxx>
- RE: [PATCH bpf-next v6 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf-next v4 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 7/7] selftests/bpf: Add selftests for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 6/7] selftests/bpf: Add netlink helper library
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 3/7] libbpf: Add link-based API for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 5/7] bpftool: Extend net dump with netkit progs
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 4/7] bpftool: Implement link show support for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 2/7] tools: Sync if_link uapi header
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v4 0/7] Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- 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 v4 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Paul Chaignon <paul.chaignon@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
- From: Song Liu <songliubraving@xxxxxxxx>
- Re: [PATCH v4 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 09/13] perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 12/13] perf mmap: Lazily initialize zstd streams
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v2 10/13] perf record: Lazy load kernel symbols
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: # Toplevel Makefile doesn't process module build correctly on recursive make calls
- From: Marcos Paulo de Souza <mpdesouza@xxxxxxx>
- Re: [PATCH bpf-next v4 10/11] selftests/bpf: Add TX side to xdp_hw_metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v2 03/13] perf hist: Add missing puts to hist__account_cycles
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/7] bpftool: Implement link show support for netkit
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: Add helpers for trampoline image management
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v4 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: Add helpers for trampoline image management
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 0/7] BPF register bounds logic and testing improvements
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- bpf: shift-out-of-bounds in tnum_rshift()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] bpf: Detect jumping to reserved code during check_cfg()
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next v3 0/7] exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [PATCH v4 net-next] xsk: avoid starving the xsk further down the list
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v5 00/12] x86/bugs: Add a separate config for each mitigation
- From: Breno Leitao <leitao@xxxxxxxxxx>
- Re: [PATCH v4 net-next] xsk: avoid starving the xsk further down the list
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- [PATCH v5 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v5 bpf-next 0/9] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/7] exact states comparison for iterator convergence checks
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [syzbot] [net?] Internal error in _prb_read_valid
- From: syzbot <syzbot+088ad6cca3ef2686c143@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 13/13] perf machine thread: Remove exited threads by default
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/7] exact states comparison for iterator convergence checks
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [Bpf] [PATCH] bpf, docs: Add additional ABI working draft base text
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [Bpf] ISA RFC compliance question
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] selftests: bpf: add malloc failures checks in bpf_iter
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Song Liu <songliubraving@xxxxxxxx>
- [PATCH] selftests: bpf: add malloc failures checks in bpf_iter
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 1/2] bpf: Relax allowlist for css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/2] Relax allowlist for open-coded css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [PATCH net-next v12 0/5] introduce page_pool_alloc() related API
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next v12 0/5] introduce page_pool_alloc() related API
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- RE: [PATCH bpf-next v4 10/11] selftests/bpf: Add TX side to xdp_hw_metadata
- From: "Song, Yoong Siang" <yoong.siang.song@xxxxxxxxx>
- Re: [PATCH bpf-next v3 4/7] selftests/bpf: tests with delayed read/precision makrs in loop body
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH] bpf, docs: Add additional ABI working draft base text
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next v3 5/7] bpf: correct loop detection for iterators convergence
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 4/7] selftests/bpf: tests with delayed read/precision makrs in loop body
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 6/7] selftests/bpf: test if state loops are detected in a tricky case
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 7/7] bpf: print full verifier states on infinite loop detection
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 3/7] bpf: exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 1/7] bpf: move explored_state() closer to the beginning of verifier.c
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 2/7] bpf: extract same_callsites() as utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 0/7] exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 4/4] selftests/bpf: Add tests exercising aggregate type BTF field search
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, tcx: Get rid of tcx_link_const
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v4 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v4 bpf-next 0/9] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Re: [Bpf] ISA RFC compliance question
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH v1 bpf-next 3/4] btf: Descend into structs and arrays during special field search
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 4/4] selftests/bpf: Add tests exercising aggregate type BTF field search
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 2/4] bpf: Refactor btf_find_field with btf_field_info_search
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 1/4] bpf: Fix btf_get_field_type to fail for multiple bpf_refcount fields
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- Re: [PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next] bpf, tcx: Get rid of tcx_link_const
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v2 13/13] perf machine thread: Remove exited threads by default
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 00/11] xsk: TX metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 11/11] xsk: Document tx_metadata_len layout
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 03/11] tools: ynl: Print xsk-features from the sample
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH bpf-next v3 7/7] selftests/bpf: Add selftests for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 5/7] bpftool: Extend net dump with netkit progs
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 6/7] selftests/bpf: Add netlink helper library
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/7] tools: Sync if_link uapi header
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 4/7] bpftool: Implement link show support for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 0/7] Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 3/7] libbpf: Add link-based API for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH] samples: bpf: fix syscall_tp openat argument
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] Incorrect backtracking for load/store or atomic ops
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Need help in bpf exec hook for execsnoop command
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Unifying signed and unsigned min/max tracking
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 5/7] bpf: correct loop detection for iterators convergence
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v3 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v3 bpf-next 0/9] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Paul Chaignon <paul@xxxxxxxxxxxxx>
- Re: [Bpf] ISA RFC compliance question
- From: Will Hawkins <hawkinsw@xxxxxx>
- Re: [PATCH bpf-next v2 5/7] bpf: correct loop detection for iterators convergence
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v2 4/7] bpftool: Implement link show support for netkit
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/7] bpftool: Implement link show support for netkit
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v2 13/13] perf machine thread: Remove exited threads by default
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 3/7] bpf: exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Unifying signed and unsigned min/max tracking
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- [PATCH v4 net-next] xsk: avoid starving the xsk further down the list
- From: Albert Huang <huangjie.albert@xxxxxxxxxxxxx>
- [syzbot] [net?] Internal error in fib6_node_lookup
- From: syzbot <syzbot+1a41112f0c2c178b8b47@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 net-next] xsk: avoid starving the xsk further down the list
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- [PATCH v3 net-next] xsk: avoid starving the xsk further down the list
- From: Albert Huang <huangjie.albert@xxxxxxxxxxxxx>
- Re: [PATCH v2 net-next] xsk: Avoid starving xsk at the end of the list
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH] Incorrect backtracking for load/store or atomic ops
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH bpf-next v6 06/18] ice: Support RX hash XDP hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH v4 dwarves 5/5] pahole: add --btf_features_strict to reject unknown BTF features
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 dwarves 2/5] dwarves: move ARRAY_SIZE() to dwarves.h
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 dwarves 4/5] pahole: add --supported_btf_features
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 dwarves 1/5] btf_encoder, pahole: move btf encoding options into conf_load
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 dwarves 3/5] pahole: add --btf_features support
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 00/11] xsk: TX metadata
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH bpf-next v6 07/18] ice: Support XDP hints in AF_XDP ZC mode
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH v2 net-next] xsk: Avoid starving xsk at the end of the list
- From: 黄杰 <huangjie.albert@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: Hitting verifier backtracking bug on 6.5.5 kernel
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 11/11] xsk: Document tx_metadata_len layout
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH v1 1/4] perf parse-events: Remove BPF event support
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH net-next v1 15/19] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH v2 bpf-next 9/9] selftests/bpf: Add test that use fsverity and xattr to sign a file
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
- From: Song Liu <song@xxxxxxxxxx>
- Need help in bpf exec hook for execsnoop command
- From: sunil hasbe <sunilhasbe@xxxxxxxxx>
- Re: [PATCH v2 2/5] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v5 00/12] x86/bugs: Add a separate config for each mitigation
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH v4 bpf-next 1/7] bpf: improve JEQ/JNE branch taken logic
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: Hitting verifier backtracking bug on 6.5.5 kernel
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [bpf-next PATCH v2 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
- From: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>
- Re: [PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
- From: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>
- Re: [PATCH v2 2/5] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v4 bpf-next 5/7] bpf: try harder to deduce register bounds from different numeric domains
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 6/7] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 4/7] bpf: improve deduction of 64-bit bounds from 32-bit bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 0/7] BPF register bounds logic and testing improvements
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 1/7] bpf: improve JEQ/JNE branch taken logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Relax allowlist for css_task iter
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Relax allowlist for css_task iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] strstarts: avoid calling strlen() if first char does not match
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] strstarts: avoid calling strlen() if first char does not match
- From: James Tirta Halim <tirtajames45@xxxxxxxxx>
- Re: [PATCH v2 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v2 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops().
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops().
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 09/10] bpf: export btf_ctx_access to modules.
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 08/10] libbpf: Find correct module BTFs for struct_ops maps and progs.
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 04/10] bpf: hold module for bpf_struct_ops_map.
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 05/10] bpf: validate value_type
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 03/10] bpf: add struct_ops_tab to btf.
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 02/10] bpf, net: introduce bpf_struct_ops_desc.
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 01/10] bpf: refactory struct_ops type initialization to a function.
- From: thinker.li@xxxxxxxxx
- [PATCH bpf-next v6 00/10] Registrating struct_ops types from modules
- From: thinker.li@xxxxxxxxx
- Re: [PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH] Incorrect backtracking for load/store or atomic ops
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/7] BPF register bounds logic and testing improvements
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 7/7] bpf: print full verifier states on infinite loop detection
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 5/7] bpf: correct loop detection for iterators convergence
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 3/7] bpf: exact states comparison for iterator convergence checks
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 6/7] selftests/bpf: test if state loops are detected in a tricky case
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v2 4/7] selftests/bpf: tests with delayed read/precision makrs in loop body
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf-next v2 5/7] bpf: correct loop detection for iterators convergence
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 7/7] bpf: print full verifier states on infinite loop detection
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 6/7] selftests/bpf: test if state loops are detected in a tricky case
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 2/7] bpf: extract same_callsites() as utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 4/7] selftests/bpf: tests with delayed read/precision makrs in loop body
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 3/7] bpf: exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 1/7] bpf: move explored_state() closer to the beginning of verifier.c
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH v2] bpf, docs: Add additional ABI working draft base text
- From: Will Hawkins <hawkinsw@xxxxxx>
- Re: [PATCH] bpf, docs: Add additional ABI working draft base text
- From: Will Hawkins <hawkinsw@xxxxxx>
- Re: [PATCH bpf-next 1/5] bpf: exact states comparison for iterator convergence checks
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/5] selftests/bpf: test if state loops are detected in a tricky case
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next 2/5] selftests/bpf: tests with delayed read/precision makrs in loop body
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- RE: [PATCH v2 bpf-next 0/7] BPF register bounds logic and testing improvements
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH] bpf: hide cgroup functions for configs without cgroups
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH bpf-next] bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/7] netkit, bpf: Add bpf programmable net device
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/7] netkit, bpf: Add bpf programmable net device
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 03/11] tools: ynl: Print xsk-features from the sample
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next 3/5] bpf: correct loop detection for iterators convergence
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 5/5] bpf: print full verifier states on infinite loop detection
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 4/5] selftests/bpf: test if state loops are detected in a tricky case
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 1/5] bpf: exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 2/5] selftests/bpf: tests with delayed read/precision makrs in loop body
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 0/5] exact states comparison for iterator convergence checks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/7] netkit, bpf: Add bpf programmable net device
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v1 1/4] perf parse-events: Remove BPF event support
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH bpf-next v5 3/9] bpf: hold module for bpf_struct_ops_map.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/7] netkit, bpf: Add bpf programmable net device
- From: Andrew Lunn <andrew@xxxxxxx>
- [PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH bpf-next v5 3/9] bpf: hold module for bpf_struct_ops_map.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 13/13] perf machine thread: Remove exited threads by default
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v3 3/3] perf lock contention: Use per-cpu array map for spinlocks
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH v3 2/3] perf lock contention: Check race in tstamp elem creation
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH v3 1/3] perf lock contention: Clear lock addr after use
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules.
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/4] perf parse-events: Remove BPF event support
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH] bpf: hide cgroup functions for configs without cgroups
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 2030579113a1b1b5bfd7ff24c0852847836d8fd1
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 6/9] bpf, net: switch to dynamic registration
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Srinivas Narayana Ganapathy <sn624@xxxxxxxxxxxxxx>
- Incorrect atomic_exchg verification
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH bpf-next v3 0/7] bpf: Fixes for per-cpu kptr
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] bpf: hide cgroup functions for configs without cgroups
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Make linked_list failure test more robust
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: Hitting verifier backtracking bug on 6.5.5 kernel
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Make linked_list failure test more robust
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH] Incorrect backtracking for load/store or atomic ops
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH bpf-next v6 07/18] ice: Support XDP hints in AF_XDP ZC mode
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v6 06/18] ice: Support RX hash XDP hint
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v5 6/9] bpf, net: switch to dynamic registration
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: Check map->usercnt again after timer->timer is assigned
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v10 22/24] selftests/bpf: Add BPF linked list API tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Make linked_list failure test more robust
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [RESEND PATCH bpf-next v6 8/8] selftests/bpf: Add tests for open-coded task and css iter
- From: Chuyi Zhou <zhouchuyi@xxxxxxxxxxxxx>
- Re: [PATCH v6 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- RE: [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
- From: "Song, Yoong Siang" <yoong.siang.song@xxxxxxxxx>
- RE: [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
- From: "Song, Yoong Siang" <yoong.siang.song@xxxxxxxxx>
- [PATCH v7 1/5] powerpc/code-patching: introduce patch_instructions()
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH v7 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH v7 3/5] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH v7 4/5] powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH v7 2/5] powerpc/bpf: implement bpf_arch_text_copy
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH v7 0/5] powerpc/bpf: use BPF prog pack allocator
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- Re: [PATCH bpf v2 2/2] selftests/bpf: Test race between map uref release and bpf timer init
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 4/7] bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 1/7] mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 7/7] selftests/bpf: Add more test cases for bpf memory allocator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 6/7] bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 5/7] bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 3/7] bpf: Re-enable unit_size checking for global per-cpu allocator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 0/7] bpf: Fixes for per-cpu kptr
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH] bpf: hide cgroup functions for configs without cgroups
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
- From: Lorenz Bauer <lorenz.bauer@xxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- [syzbot] [kernel?] possible deadlock in __schedule (2)
- From: syzbot <syzbot+39a85bc0224f82336405@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH net-next v12 5/5] net: veth: use newly added page pool API for veth with xdp
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v12 4/5] page_pool: update document about fragment API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v12 0/5] introduce page_pool_alloc() related API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH net-next v1 12/19] virtio_net: xsk: tx: support wakeup
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] bpf: Check map->usercnt again after timer->timer is assigned
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/7] mm/percpu.c: introduce pcpu_alloc_size()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 18/19] virtio_net: update tx timeout record
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 15/19] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 14/19] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check xsk buffer
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 12/19] virtio_net: xsk: tx: support wakeup
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 10/19] virtio_net: xsk: prevent disable tx napi
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCHv2 0/2] tools/build: Fix -s detection code for new make
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
[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]