bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-27 04:43:07 to 2023-10-30 02:32:15 UTC [more...]

[RESEND PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-30  2:32 UTC  (4+ messages)
` [RESEND PATCH bpf-next v6 2/8] bpf: Introduce css_task open-coded iterator kfuncs

[RFC bpf-next 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-10-29 23:22 UTC  (12+ messages)
` [RFC bpf-next 1/6] bpf: xfrm: "
` [RFC bpf-next 2/6] bpf: selftests: test_tunnel: Use ping -6 over ping6
` [RFC bpf-next 3/6] bpf: selftests: test_tunnel: Mount bpffs if necessary
` [RFC bpf-next 4/6] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [RFC bpf-next 5/6] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [RFC bpf-next 6/6] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH] tracing/kprobes: Fix symbol counting logic by looking at modules as well
 2023-10-29 17:09 UTC  (6+ messages)

[PATCH bpf-next v3 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
 2023-10-29 17:07 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
` [PATCH bpf-next v3 2/2] selftests/bpf: Add malloc failure checks "

[PATCH bpf-next] selftests/bpf: fix test_maps' use of bpf_map_create_opts
 2023-10-29 16:37 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-10-29  9:32 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-29  6:14 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/11] cgroup: Remove unnecessary list_empty()
` [PATCH v3 bpf-next 02/11] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v3 bpf-next 03/11] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [PATCH v3 bpf-next 04/11] cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
` [PATCH v3 bpf-next 05/11] cgroup: Add a new helper for cgroup1 hierarchy
` [PATCH v3 bpf-next 06/11] bpf: Add a new kfunc "
` [PATCH v3 bpf-next 07/11] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH v3 bpf-next 08/11] selftests/bpf: Add parallel support for classid
` [PATCH v3 bpf-next 09/11] selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
` [PATCH v3 bpf-next 11/11] selftests/bpf: Add selftests for cgroup1 hierarchy

[PATCH bpf-next v6 00/10] Registrating struct_ops types from modules
 2023-10-29  2:34 UTC  (12+ messages)
` [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops()

size_t :0 doesn't always work with llvm-16
 2023-10-29  1:42 UTC  (3+ messages)

bpf: incorrect passing infinate loop causing rcu detected stall during bpf_prog_run()
 2023-10-29  0:34 UTC  (2+ messages)

[PATCH net] veth: Fix RX stats for bpf_redirect_peer() traffic
 2023-10-28 23:11 UTC  (4+ messages)

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-28 19:55 UTC  (5+ messages)
` [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition

[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
 2023-10-28 16:50 UTC  (4+ messages)

[PATCH net-next v3 0/3] ethtool: Add ethtool_puts()
 2023-10-28 15:06 UTC  (8+ messages)
` [PATCH net-next v3 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v3 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v3 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields
 2023-10-28 14:52 UTC  (3+ messages)
` [PATCH v1 bpf-next 2/4] bpf: Refactor btf_find_field with btf_field_info_search

[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-10-28 13:36 UTC  (12+ messages)
` [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule

[PATCH bpf-next v6 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-28  9:59 UTC  (4+ messages)

[PATCH bpf-next v7 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-28 10:05 UTC  (8+ messages)
` [PATCH bpf-next v7 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
` [PATCH bpf-next v7 2/7] selftests/bpf: Add txmsg permanently test for sockmap
` [PATCH bpf-next v7 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v7 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v7 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v7 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v7 7/7] selftests/bpf: add tests for verdict skmsg to closed socket

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-10-28  7:33 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock

[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
 2023-10-28  3:34 UTC 

[PATCH bpf-next] selftests/bpf: fix test_bpffs
 2023-10-28  2:06 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
 2023-10-28  1:16 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
 2023-10-28  0:56 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: consolidate VIRTIO/9P configs in the generic config file
 2023-10-28  0:53 UTC  (5+ messages)

[PATCH net-next] net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()
 2023-10-27 23:00 UTC  (3+ messages)

[PATCH net-next] Use xdp_set_features_flag instead of direct assignment
 2023-10-27 22:40 UTC  (2+ messages)

[PATCH next v2 0/3] ethtool: Add ethtool_puts()
 2023-10-27 21:57 UTC  (12+ messages)
` [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
` [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules

[PATCH bpf-next v7 00/10] Registrating struct_ops types from modules
 2023-10-27 21:23 UTC  (12+ messages)
` [PATCH bpf-next v7 01/10] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v7 02/10] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v7 03/10] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v7 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v7 05/10] bpf: validate value_type
` [PATCH bpf-next v7 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v7 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v7 08/10] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v7 09/10] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v7 10/10] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH bpf-next v7 00/10] Registrating struct_ops types from modules
 2023-10-27 21:17 UTC  (11+ messages)
` [PATCH bpf-next v7 01/10] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v7 02/10] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v7 03/10] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v7 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v7 05/10] bpf: validate value_type
` [PATCH bpf-next v7 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v7 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v7 08/10] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v7 09/10] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v7 10/10] selftests/bpf: test case for register_bpf_struct_ops()

Unifying signed and unsigned min/max tracking
 2023-10-27 20:49 UTC  (6+ messages)

experiencing very odd behavior with TCP traffic with TC hook
 2023-10-27 20:24 UTC  (2+ messages)

[PATCH bpf-next] net, xdp: allow metadata > 32
 2023-10-27 20:09 UTC  (2+ messages)

[PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
 2023-10-27 19:54 UTC  (10+ messages)
            ` RCU stall issues in bpf-next (was: Re: [PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features)

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-27 18:29 UTC  (11+ messages)

[PATCH] Accept program in priv mode when returning from subprog with r10 marked as precise
 2023-10-27 18:20 UTC  (4+ messages)

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-10-27 18:13 UTC  (24+ messages)
` [PATCH v5 bpf-next 01/23] selftests/bpf: fix RELEASE=1 build for tc_opts
` [PATCH v5 bpf-next 02/23] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH v5 bpf-next 03/23] bpf: derive smin/smax from umin/max bounds
` [PATCH v5 bpf-next 04/23] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v5 bpf-next 05/23] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v5 bpf-next 06/23] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v5 bpf-next 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v5 bpf-next 08/23] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v5 bpf-next 09/23] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v5 bpf-next 10/23] selftests/bpf: BPF register range bounds tester
` [PATCH v5 bpf-next 11/23] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v5 bpf-next 12/23] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v5 bpf-next 13/23] bpf: move is_branch_taken() down
` [PATCH v5 bpf-next 14/23] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v5 bpf-next 15/23] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v5 bpf-next 16/23] bpf: prepare reg_set_min_max for second set of registers
` [PATCH v5 bpf-next 17/23] bpf: generalize reg_set_min_max() to handle two sets of two registers
` [PATCH v5 bpf-next 18/23] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v5 bpf-next 20/23] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
` [PATCH v5 bpf-next 21/23] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
` [PATCH v5 bpf-next 22/23] selftests/bpf: add range x range test to reg_bounds
` [PATCH v5 bpf-next 23/23] selftests/bpf: add iter test requiring range x range logic

bpf: shift-out-of-bounds in tnum_rshift()
 2023-10-27 17:51 UTC  (3+ messages)

BPF: bpf_d_path() can be invoked on "struct path" not holding proper references, resulting in kernel memory corruption
 2023-10-27 17:12 UTC 

[PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-10-27 17:02 UTC  (6+ messages)

[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-10-27 14:29 UTC  (10+ messages)
` [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link

[PATCH v7 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-27  9:59 UTC  (2+ messages)

[PATCH] arch: powerpc: net: bpf_jit_comp32.c: Fixed 'instead' typo
 2023-10-27  9:59 UTC  (2+ messages)

[PATCH bpf-next 0/8] bpf: Support cpu v4 instructions for LoongArch
 2023-10-27  9:46 UTC  (14+ messages)
` [PATCH bpf-next 1/8] LoongArch: Add more instruction opcodes and emit_* helpers
` [PATCH bpf-next 2/8] LoongArch: BPF: Support sign-extension load instructions
` [PATCH bpf-next 3/8] LoongArch: BPF: Support sign-extension mov instructions
` [PATCH bpf-next 4/8] LoongArch: BPF: Support unconditional bswap instructions
` [PATCH bpf-next 5/8] LoongArch: BPF: Support 32-bit offset jmp instructions
` [PATCH bpf-next 6/8] LoongArch: BPF: Support signed div instructions
` [PATCH bpf-next 7/8] LoongArch: BPF: Support signed mod instructions
` [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch

[PATCH v4 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-27  8:16 UTC  (5+ messages)
` [PATCH v4 bpf-next 3/7] bpf: enhance subregister bounds deduction logic

[PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
 2023-10-27  8:01 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm

pull-request: bpf-next 2023-10-26
 2023-10-27  5:19 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-27  4:42 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).