messages from 2023-10-27 18:16:54 to 2023-10-31 01:09:40 UTC [more...]
[PATCH bpf-next v8 00/10] Registrating struct_ops types from modules
2023-10-31 1:09 UTC (12+ messages)
` [PATCH bpf-next v8 01/10] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v8 02/10] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v8 03/10] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v8 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v8 05/10] bpf: validate value_type
` [PATCH bpf-next v8 06/10] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v8 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v8 08/10] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v8 09/10] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v8 10/10] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH bpf-next v3 0/3] Relax allowlist for open-coded css_task iter
2023-10-31 0:20 UTC (7+ messages)
` [PATCH bpf-next v3 1/3] bpf: Relax allowlist for "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add tests for css_task iter combining with cgroup iter
` [PATCH bpf-next v3 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs
[PATCH net] veth: Fix RX stats for bpf_redirect_peer() traffic
2023-10-30 21:51 UTC (6+ messages)
[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
2023-10-30 21:17 UTC (6+ messages)
` [PATCH bpf-next 3/6] "
` [PATCH bpf-next 6/6] bpftool: Add support to display uprobe_multi links
[PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields
2023-10-30 21:10 UTC (12+ messages)
` [PATCH v1 bpf-next 1/4] bpf: Fix btf_get_field_type to fail for multiple bpf_refcount fields
` [PATCH v1 bpf-next 2/4] bpf: Refactor btf_find_field with btf_field_info_search
` [PATCH v1 bpf-next 3/4] btf: Descend into structs and arrays during special field search
` [PATCH v1 bpf-next 4/4] selftests/bpf: Add tests exercising aggregate type BTF "
[PATCH v1 bpf-next] bpf: Add __bpf_kfunc_{start,end}_defs macros
2023-10-30 21:06 UTC
[linux-next:master] BUILD REGRESSION c503e3eec382ac708ee7adf874add37b77c5d312
2023-10-30 20:35 UTC
[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
2023-10-30 19:52 UTC (19+ messages)
` [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 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [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 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 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
[PATCH bpf-next v3 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
2023-10-30 19:39 UTC (7+ 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 v7 0/5] powerpc/bpf: use BPF prog pack allocator
2023-10-30 18:56 UTC (4+ messages)
` [PATCH v7 1/5] powerpc/code-patching: introduce patch_instructions()
bpf: incorrect passing infinate loop causing rcu detected stall during bpf_prog_run()
2023-10-30 18:16 UTC (4+ messages)
[RFC bpf 0/2] bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
2023-10-30 17:17 UTC (6+ messages)
` [RFC bpf 1/2] "
` [RFC bpf 2/2] selftests/bpf: precision tracking test "
BPF: bpf_d_path() can be invoked on "struct path" not holding proper references, resulting in kernel memory corruption
2023-10-30 17:11 UTC (2+ messages)
Hitting verifier backtracking bug on 6.5.5 kernel
2023-10-30 14:44 UTC (9+ messages)
[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
2023-10-30 14:37 UTC (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
2023-10-30 14:11 UTC
[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
2023-10-30 13:59 UTC (15+ 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
kfunc use newbie question
2023-10-30 13:45 UTC (5+ messages)
[PATCH bpf-next v7 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-10-30 9:12 UTC (10+ 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 v3 00/13] mm: jit/text allocator
2023-10-30 7:00 UTC (6+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
[PATCH bpf-next v3] bpf: Check map->usercnt after timer->timer is assigned
2023-10-30 6:36 UTC
[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] 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 (3+ messages)
[PATCH bpf-next v6 00/10] Registrating struct_ops types from modules
2023-10-29 2:34 UTC (9+ 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)
[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()
[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 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
2023-10-28 7:33 UTC (3+ messages)
[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 (9+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox