public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 20:02:18 to 2026-04-08 19:21:25 UTC [more...]

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-08 19:21 UTC  (23+ messages)
` [RFC PATCH 04/20] selftests/landlock: Cover LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 05/20] landlock: Make ruleset deferred free RCU safe
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
` [RFC PATCH 07/20] bpf: arraymap: Implement Landlock ruleset map
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type
` [RFC PATCH 09/20] bpf: syscall: Handle Landlock ruleset maps
` [RFC PATCH 10/20] bpf: verifier: Add Landlock ruleset map support
` [RFC PATCH 11/20] selftests/bpf: Add Landlock kfunc declarations
` [RFC PATCH 12/20] selftests/landlock: Rename gettid wrapper for BPF reuse
` [RFC PATCH 13/20] selftests/bpf: Enable Landlock in selftests kernel
` [RFC PATCH 14/20] selftests/bpf: Add Landlock kfunc test program
` [RFC PATCH 15/20] selftests/bpf: Add Landlock kfunc test runner
` [RFC PATCH 16/20] landlock: Bump ABI version
` [RFC PATCH 17/20] tools: bpftool: Add documentation for landlock_ruleset
` [RFC PATCH 18/20] landlock: Document LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 19/20] bpf: Document BPF_MAP_TYPE_LANDLOCK_RULESET
` [RFC PATCH 20/20] MAINTAINERS: update entry for the Landlock subsystem

[PATCH bpf-next v2 1/4] bpf: Propagate error from visit_tailcall_insn
 2026-04-08 19:12 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
` [PATCH bpf-next v2 3/4] bpf: Remove static qualifier from local subprog pointer
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogs

[PATCH bpf-next v5 0/2] Reject sleepable kprobe_multi programs at attach time
 2026-04-08 19:01 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable

[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
 2026-04-08 18:56 UTC  (10+ messages)
` [PATCH net-next v3 1/4] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next v3 2/4] net: call getsockopt_iter if available
` [PATCH net-next v3 3/4] af_packet: convert to getsockopt_iter
` [PATCH net-next v3 4/4] can: raw: "

[PATCH bpf-next v4 0/2] Reject sleepable kprobe_multi programs at attach time
 2026-04-08 18:47 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] bpf: "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable

[PATCH bpf-next 1/4] bpf: Propagate error from visit_tailcall_insn
 2026-04-08 18:47 UTC  (9+ messages)
` [PATCH bpf-next 2/4] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
` [PATCH bpf-next 3/4] bpf: Remove static qualifier from local subprog pointer
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogs

[RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
 2026-04-08 18:19 UTC  (16+ messages)

[PATCH net-next v2 0/4] bpf-timestamp: convert to push-level granularity
 2026-04-08 18:12 UTC  (12+ messages)
` [PATCH net-next v2 3/4] bpf-timestamp: keep track of the skb when wait_for_space occurs

[PATCH bpf-next v3 05/11] bpf: Support stack arguments for kfunc calls
 2026-04-08 18:07 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Add BPF struct_ops + livepatch integration test
 2026-04-08 17:52 UTC 

[PATCH v3 bpf-next 0/2] selftests/bpf: Test BTF sanitization
 2026-04-08 16:57 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: Allow use of feature cache for non-token cases
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add BTF sanitize test covering BTF layout

[PATCH bpf-next v2 0/3] bpf: add the missing fsession
 2026-04-08 15:57 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: add missing fsession to the verifier log
` [PATCH bpf-next v2 2/3] docs/bpf: add missing fsession attach type to docs
` [PATCH bpf-next v2 3/3] bpftool: add missing fsession to the usage and docs of bpftool

[PATCH bpf-next v2 0/6] Add support to emit verifier warnings
 2026-04-08 15:46 UTC  (12+ messages)
` [PATCH bpf-next v2 1/6] bpf: Add support for verifier warning messages
` [PATCH bpf-next v2 2/6] bpf: Extract bpf_get_linfo_file_line
` [PATCH bpf-next v2 3/6] bpf: Make find_linfo widely available
` [PATCH bpf-next v2 4/6] bpf: Use KF_DEPRECATED to emit verifier warnings
` [PATCH bpf-next v2 5/6] bpf: Add __bpf_kfunc_replacement() annotation
` [PATCH bpf-next v2 6/6] libbpf: Flush verifier warning messages by default

[PATCH bpf v6 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-04-08 15:45 UTC  (4+ messages)
` [PATCH bpf v6 1/3] bpf: fix mm lifecycle in "
` [PATCH bpf v6 2/3] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [PATCH bpf v6 3/3] bpf: return VMA snapshot from task_vma iterator

[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
 2026-04-08 15:10 UTC  (19+ messages)
` [PATCH RFC bpf-next v2 01/18] bpf: Register rhash map
` [PATCH RFC bpf-next v2 02/18] bpf: Add resizable hashtab skeleton
` [PATCH RFC bpf-next v2 03/18] bpf: Implement lookup, delete, update for resizable hashtab
` [PATCH RFC bpf-next v2 04/18] rhashtable: Add rhashtable_walk_enter_from()
` [PATCH RFC bpf-next v2 05/18] bpf: Implement get_next_key and free_internal_structs for resizable hashtab
` [PATCH RFC bpf-next v2 06/18] bpf: Implement bpf_each_rhash_elem() using walk API
` [PATCH RFC bpf-next v2 07/18] bpf: Implement batch ops for resizable hashtab
` [PATCH RFC bpf-next v2 08/18] bpf: Implement iterator APIs "
` [PATCH RFC bpf-next v2 09/18] bpf: Implement alloc and free "
` [PATCH RFC bpf-next v2 10/18] bpf: Allow timers, workqueues and task_work in "
` [PATCH RFC bpf-next v2 11/18] libbpf: Support resizable hashtable
` [PATCH RFC bpf-next v2 12/18] selftests/bpf: Add basic tests for resizable hash map
` [PATCH RFC bpf-next v2 13/18] selftests/bpf: Support resizable hashtab in test_maps
` [PATCH RFC bpf-next v2 14/18] selftests/bpf: Resizable hashtab BPF_F_LOCK tests
` [PATCH RFC bpf-next v2 15/18] selftests/bpf: Add stress tests for resizable hash get_next_key
` [PATCH RFC bpf-next v2 16/18] selftests/bpf: Add BPF iterator tests for resizable hash map
` [PATCH RFC bpf-next v2 17/18] bpftool: Add rhash map documentation
` [PATCH RFC bpf-next v2 18/18] selftests/bpf: Add resizable hashmap to benchmarks

[PATCH bpf-next v3 0/6] bpf: decap flags and GSO state updates
 2026-04-08 15:10 UTC  (3+ messages)
` [PATCH bpf-next v3 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room

[PATCH bpf v1] bpf: Avoid faultable build ID reads under mm locks
 2026-04-08 13:49 UTC  (4+ messages)

[PATCH] kbuild/btf: Avoid relinking modules when only vmlinux changes
 2026-04-08 13:43 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] selftests/bpf: Test BTF sanitization
 2026-04-08 13:37 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: Allow use of feature cache for non-token cases
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add BTF sanitize test covering BTF layout

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-08 12:25 UTC  (15+ messages)
` [PATCH v11 01/14] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v11 02/14] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v11 03/14] arm64/delay: move some constants out to a separate header
` [PATCH v11 04/14] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v11 05/14] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v11 06/14] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v11 07/14] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v11 08/14] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v11 09/14] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v11 10/14] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v11 11/14] sched: add need-resched timed wait interface
` [PATCH v11 12/14] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v11 13/14] kunit: enable testing smp_cond_load_relaxed_timeout()
` [PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()

[PATCH v2 1/4] perf/arm_pmuv3: Fix NULL pointer dereference in armv8pmu_sched_task()
 2026-04-08 12:23 UTC  (2+ messages)

[PATCH bpf] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-08 12:16 UTC  (3+ messages)

[PATCH bpf] bpf: Fix out-of-bounds read in bpf_obj_memcpy
 2026-04-08 10:52 UTC  (2+ messages)

[PATCH bpf] bpf: Fix use-after-free in offloaded map/prog info fill
 2026-04-08 10:47 UTC 

[PATCH bpf-next 0/3] bpf: add the missing fsession
 2026-04-08 10:39 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: add missing fsession to the verifier log
` [PATCH bpf-next 2/3] docs/bpf: add missing fsession attach type to docs
` [PATCH bpf-next 3/3] bpftool: add missing fsession to the usage and docs of bpftool

[PATCH bpf] selftests/bpf: Run test_perf_branches more than 1 time
 2026-04-08  9:57 UTC 

[PATCH net-next 00/10] net: lan966x: add support for PCIe FDMA
 2026-04-08  9:51 UTC  (9+ messages)

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-04-08  9:09 UTC  (4+ messages)
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response

bpf/selftests: test_access_variable_array breaks due to sched_domain::span removal
 2026-04-08  8:36 UTC  (5+ messages)

[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
 2026-04-08  6:51 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-04-08  6:48 UTC  (10+ messages)

[PATCH 2/2] perf build: Add -Wno-missing-declarations for GEN_VMLINUX_H=1
 2026-04-08  5:52 UTC 

Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-08  5:52 UTC 

[PATCH v2 net 0/6] Fix short frame transmission in enetc
 2026-04-08  5:17 UTC  (11+ messages)
` [PATCH v2 net 1/6] net: enetc: increment error counter in enetc_xdp_xmit() on DMA mapping errors
` [PATCH v2 net 2/6] net: enetc: linearize PTP event packets with one-step TX timestamping
` [PATCH v2 net 3/6] net: enetc: ensure enetc_xdp_xmit() calls enetc_update_tx_ring_tail()
` [PATCH v2 net 4/6] net: enetc: fix bogus TX ring consumer index after reinitialization
` [PATCH v2 net 5/6] net: enetc: pad short frames in software

[PATCH bpf-next v3 08/11] bpf,x86: Implement JIT support for stack arguments
 2026-04-08  4:42 UTC  (4+ messages)

[PATCH bpf-next v3 03/11] bpf: Support stack arguments for bpf functions
 2026-04-08  4:38 UTC  (3+ messages)

[PATCH v7 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v3 1/2] powerpc64/bpf: Implement fsession support
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v3 0/4] powerpc/bpf: Add support for instruction array and indirect jump
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH bpf v6 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-04-08  4:25 UTC  (5+ messages)
` [PATCH bpf v6 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()

[PATCH bpf v4 0/2] bpf: fix short IPv4/IPv6 handling in test_run_skb
 2026-04-08  3:46 UTC  (3+ messages)
` [PATCH bpf v4 1/2] bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
` [PATCH bpf v4 2/2] selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room

[PATCH] powerpc32/bpf: fix loading fsession func metadata using PPC_LI32
 2026-04-08  5:53 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] Allow referenced dynptr to be overwritten when siblings exists
 2026-04-08  1:30 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow overwriting referenced dynptr when refcnt > 1

[PATCH bpf-next 1/4] bpf: Fix linked reg delta tracking when src_reg == dst_reg
 2026-04-08  1:20 UTC  (2+ messages)

[PATCH bpf-next v7 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-08  1:20 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [PATCH bpf-next v7 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-08  0:47 UTC  (16+ messages)

[PATCH bpf-next] selftests/bpf: add test for nullable PTR_TO_BUF access
 2026-04-07 23:00 UTC  (2+ messages)

[net-next v9 06/10] net: bnxt: Add boilerplate GSO code
 2026-04-07 22:03 UTC 

[PATCH bpf-next v1] bpf: Retire rcu_trace_implies_rcu_gp()
 2026-04-07 21:01 UTC  (2+ messages)

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-07 19:59 UTC  (3+ messages)
` [PATCH net-next v6 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v6 2/2] net: mana: force full-page RX buffers via ethtool private flag


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox