messages from 2026-02-14 04:36:49 to 2026-02-17 22:01:02 UTC [more...]
[PATCH bpf-next 0/2] bpf: Add multi-level pointer parameter support for trampolines
2026-02-17 21:45 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Support multi-level pointer params via PTR_TO_MEM "
` [PATCH bpf-next 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage
[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
2026-02-17 21:14 UTC (2+ messages)
` [f2fs-dev] "
[PATCH bpf v3 0/2] libbpf: Fix perm errors for LDIMM_64_FULL_RANGE_OFF
2026-02-17 20:43 UTC (3+ messages)
` [PATCH bpf v3 1/2] libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
` [PATCH bpf v3 2/2] libbpf: Delay feature gate check until object prepare time
[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
2026-02-17 20:42 UTC (4+ messages)
` [PATCH bpf-next v1 04/14] selftests/bpf: Refactor bpf_get_ksyms() trace helper
[PATCH bpf 0/2] libbpf: Fix perm errors for LDIMM_64_FULL_RANGE_OFF use
2026-02-17 20:25 UTC (8+ messages)
` [PATCH bpf v2 1/2] libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
` [PATCH bpf v2 2/2] libbpf: Delay feature gate check until object prepare time
[PATCH bpf v3] tools: bpftool: fix truncated netlink dumps
2026-02-17 19:41 UTC
[PATCH 0/2] bpf/s390: Implement get_preempt_count()
2026-02-17 19:32 UTC (5+ messages)
` [PATCH 1/2] s390: Introduce bpf_get_lowcore() kfunc
` [PATCH 2/2] bpf/s390: Implement get_preempt_count()
[PATCH bpf 0/4] Fix invariant violation for single-value tnums
2026-02-17 18:58 UTC (7+ messages)
` [PATCH bpf 1/4] bpf: Introduce tnum_step to step through tnum's members
` [PATCH bpf 2/4] bpf: Improve bounds when tnum has a single possible value
` [PATCH bpf 3/4] selftests/bpf: Test refinement of single-value tnum
` [PATCH bpf 4/4] selftests/bpf: Avoid simplification of crafted bounds test
[PATCH v5] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
2026-02-17 18:08 UTC (3+ messages)
[PATCH net] net/mlx5e: XSK, Fix unintended ICOSQ change
2026-02-17 16:48 UTC (2+ messages)
[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
2026-02-17 16:19 UTC (16+ messages)
` [PATCH bpf v3 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v3 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v3 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v3 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v3 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v3 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v3 7/9] libeth, idpf: use truesize "
` [PATCH bpf v3 8/9] net: enetc: "
` [PATCH bpf v3 9/9] xdp: produce a warning when calculated tailroom is negative
[PATCH] s390/bpf: Do not increment tailcall count when prog is NULL
2026-02-17 16:10 UTC
[PATCH 1/2] xdp: propagate queue_index through xdp_frame
2026-02-17 15:08 UTC (3+ messages)
` [PATCH 2/2] bpf: report queue_index to xdp_rxq_info in cpumap and devmap
[PATCH bpf-next v2 0/2] selftests/bpf: fix flaky build_id test
2026-02-17 14:32 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: align build_id test mapping to 64K page size
[PATCH 0/2] xdp: propagate rx queue_index through xdp_frame
2026-02-17 14:32 UTC
[PATCH io_uring-7.1 v6 0/5] BPF controlled io_uring
2026-02-17 13:14 UTC (7+ messages)
` [PATCH v6 1/5] io_uring: introduce callback driven main loop
[PATCH bpf] bpf: fix selftest/xsk single test selection
2026-02-17 13:03 UTC (4+ messages)
[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
2026-02-17 12:53 UTC (5+ messages)
[PATCH bpf] selftests/bpf: Remove hexdump dependency
2026-02-17 12:17 UTC (4+ messages)
[PATCH v8 0/5] BPF controlled io_uring
2026-02-17 11:33 UTC (6+ messages)
` [PATCH v8 1/5] io_uring: introduce callback driven main loop
` [PATCH v8 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v8 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v8 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v8 5/5] selftests/io_uring: add a bpf io_uring selftest
[PATCH v7 0/5] BPF controlled io_uring
2026-02-17 11:05 UTC (8+ messages)
` [PATCH v7 1/5] io_uring: introduce callback driven main loop
` [PATCH v7 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v7 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v7 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v7 5/5] selftests/io_uring: add a bpf io_uring selftest
LSF/MM/BPF: 2026: Call for Proposals
2026-02-17 10:37 UTC (5+ messages)
[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-17 9:17 UTC (7+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v3 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v3 3/5] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v3 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v3 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
[PATCH bpf v3 0/2] bpf: cpumap/devmap: fix per-CPU bulk queue races on PREEMPT_RT
2026-02-17 7:43 UTC (4+ messages)
` [PATCH bpf v3 2/2] bpf: devmap: fix race in bq_xmit_all "
[PATCH 1/2] powerpc64/bpf: Implement JIT support for private stack
2026-02-17 1:49 UTC (5+ messages)
` [PATCH 2/2] selftests/bpf: Enable private stack tests for powerpc64
[PATCH v2 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-02-17 0:35 UTC (8+ messages)
` [PATCH v2 bpf/net 1/6] sockmap: Annotate sk->sk_data_ready() "
` [PATCH v2 bpf/net 2/6] sockmap: Annotate sk->sk_write_space() "
` [PATCH v2 bpf/net 3/6] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH v2 bpf/net 4/6] sockmap: Pass gfp_t flag to sk_psock_skb_ingress()
` [PATCH v2 bpf/net 5/6] sockmap: Consolidate sk_psock_skb_ingress_self()
` [PATCH v2 bpf/net 6/6] sockmap: Fix broken memory accounting for UDP
[PATCH bpf-next v2] bpf: Fix special fields mem leak for non-prealloc maps
2026-02-16 22:55 UTC (3+ messages)
[RFC PATCH 0/7] k[v]free_rcu() improvements
2026-02-16 21:32 UTC (4+ messages)
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()
[PATCH v1 bpf] bpf: devmap: fix stack-out-of-bounds write in get_upper_ifindexes()
2026-02-16 20:13 UTC
[LSF/MM/BPF TOPIC] adding KASAN support to JIted programs
2026-02-16 19:52 UTC
[PATCH bpf-next 0/2] selftests/bpf: fix flaky build_id test
2026-02-16 19:48 UTC (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: align build_id test mapping to 64K page size
[PATCH bpf-next v2] bpf: Bump maximum runtime call stack depth to 16
2026-02-16 19:04 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-02-16 18:30 UTC (3+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg
[PATCH net-next v4 0/5] net: sched: refactor qdisc drop reasons into dedicated tracepoint
2026-02-16 15:30 UTC (6+ messages)
` [PATCH net-next v4 1/5] net: sched: introduce qdisc-specific drop reason tracing
` [PATCH net-next v4 2/5] net: sched: sfq: convert to qdisc drop reasons
` [PATCH net-next v4 3/5] net: sched: rename QDISC_DROP_FQ_* to generic names
` [PATCH net-next v4 4/5] net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTION
` [PATCH net-next v4 5/5] net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue drops
[PATCH bpf v2 0/9] Address XDP frags having negative tailroom
2026-02-16 15:17 UTC (6+ messages)
` [PATCH bpf v2 7/9] idpf: use truesize as XDP RxQ info frag_size
[PATCH bpf-next v11 0/8] bpf: Extend BPF syscall with common attributes support
2026-02-16 15:04 UTC (9+ messages)
` [PATCH bpf-next v11 1/8] "
` [PATCH bpf-next v11 2/8] libbpf: Add support for extended BPF syscall
` [PATCH bpf-next v11 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v11 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v11 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v11 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v11 7/8] libbpf: "
` [PATCH bpf-next v11 8/8] selftests/bpf: Add tests to verify map create failure log
[PATCH] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
2026-02-16 15:06 UTC
[PATCH] bpf: devmap: hoist loop-invariant xdp buff pointer setup
2026-02-16 14:53 UTC
[LSF/MM/BPF TOPIC] eBPF isolation with pkeys
2026-02-16 14:27 UTC (11+ messages)
[PATCH net] eth: fbnic: Add validation for MTU changes
2026-02-16 12:18 UTC (2+ messages)
[PATCH 1/3] powerpc64/bpf: Implement fsession support
2026-02-16 15:53 UTC (3+ messages)
` [PATCH 2/3] selftest/bpf: Enable get_func_args and get_func_ip tests on powerpc64
` [PATCH 3/3] powerpc32/bpf: Add fsession support
[PATCH bpf v2] tools: bpftool: fix truncated netlink dumps
2026-02-16 9:58 UTC (3+ messages)
[PATCH 0/5] powerpc64/bpf: various fixes
2026-02-16 8:36 UTC (9+ messages)
` [PATCH 1/5] powerpc64/bpf: do not increment tailcall count when prog is NULL
` [PATCH 2/5] powerpc64/bpf: fix the address returned by bpf_get_func_ip
` [PATCH 3/5] powerpc64/bpf: use consistent tailcall offset in trampoline
` [PATCH 4/5] powerpc64/bpf: remove BPF redzone protection in trampoline stack
` [PATCH 5/5] powerpc64/bpf: fix handling of BPF stack in exception callback
[PATCH bpf-next v3 0/3] Separate tests that need error injection
2026-02-16 7:46 UTC (9+ messages)
[PATCH v1 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-02-16 5:18 UTC (14+ messages)
` [PATCH v1 bpf/net 1/6] sockmap: Annotate sk->sk_data_ready() "
` [PATCH v1 bpf/net 2/6] sockmap: Annotate sk->sk_write_space() "
` [PATCH v1 bpf/net 3/6] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH v1 bpf/net 4/6] sockmap: Pass gfp_t flag to sk_psock_skb_ingress()
` [PATCH v1 bpf/net 5/6] sockmap: Consolidate sk_psock_skb_ingress_self()
` [PATCH v1 bpf/net 6/6] sockmap: Fix broken memory accounting for UDP
[syzbot] [net?] [bpf?] KCSAN: data-race in __udp_enqueue_schedule_skb / sk_psock_drop
2026-02-15 20:21 UTC
[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in sk_msg_recvmsg
2026-02-15 20:21 UTC
[PATCH] bpf: expose original requested max_entries in bpf_map_info
2026-02-15 1:51 UTC (3+ messages)
[PATCH 2/2] bnxt_en: Implement XDP RSS hash metadata extraction
2026-02-14 22:37 UTC (3+ messages)
[PATCH RESEND v7 0/5] bpf: Expand the usage scenarios of bpf_kptr_xchg
2026-02-14 13:09 UTC (7+ messages)
` [PATCH RESEND v7 1/5] bpf: allow calling bpf_kptr_xchg while holding a lock
` [PATCH RESEND v7 2/5] bpf: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH RESEND v7 3/5] selftests/bpf: Add supplementary tests for bpf_kptr_xchg
` [PATCH RESEND v7 4/5] bpf: allow using bpf_kptr_xchg even if the MEM_RCU flag is set
` [PATCH RESEND v7 5/5] selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount and kptr fields
[PATCH v9 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-02-14 11:31 UTC (5+ messages)
` [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
[RFC PATCH bpf-next 0/1] Upgrading uprobe and kprobe to their `multi` counterparts
2026-02-14 5:25 UTC (5+ messages)
` [RFC PATCH bpf-next 1/1] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
[PATCH v7 4/5] bpf: allow using bpf_kptr_xchg even if the MEM_RCU flag is set
2026-02-14 5:08 UTC (3+ messages)
` [PATCH v7 5/5] selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount and kptr fields
[PATCH v7 0/5] bpf: Expand the usage scenarios of bpf_kptr_xchg
2026-02-14 4:36 UTC (4+ messages)
` [PATCH v7 1/5] bpf: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v7 2/5] bpf: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH v7 3/5] selftests/bpf: Add supplementary tests for bpf_kptr_xchg
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