messages from 2026-02-12 03:36:40 to 2026-02-15 21:21:38 UTC [more...]
[PATCH v1 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-02-15 21:21 UTC (8+ 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 bpf v2] tools: bpftool: fix truncated netlink dumps
2026-02-15 0:31 UTC (2+ messages)
[PATCH 0/2] bnxt_en: Add XDP RSS hash metadata
2026-02-14 22:37 UTC (7+ messages)
` [PATCH 1/2] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH 2/2] bnxt_en: Implement XDP RSS hash metadata extraction
[PATCH bpf 0/2] libbpf: Fix perm errors for LDIMM_64_FULL_RANGE_OFF use
2026-02-14 20:20 UTC (4+ 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 net] eth: fbnic: Add validation for MTU changes
2026-02-14 17:19 UTC
[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
[PATCH bpf] bpf: Add a map/btf from a fd array more consistently
2026-02-14 0:00 UTC (2+ messages)
[PATCH v2] selftests/bpf: Add powerpc support for get_preempt_count() in selftest
2026-02-13 23:50 UTC (5+ messages)
[PATCH bpf-next v2 0/4] bpf: consolidate pointer offset tracking in var_off
2026-02-13 23:50 UTC (6+ messages)
` [PATCH bpf-next v2 1/4] bpf: split check_reg_sane_offset() in two parts
` [PATCH bpf-next v2 2/4] bpf: use reg->var_off instead of reg->off for pointers
` [PATCH bpf-next v2 3/4] nfp: bpf: remove references to bpf_reg_state->off "
` [PATCH bpf-next v2 4/4] bpf: rename bpf_reg_state->off to bpf_reg_state->delta
[PATCH mm-hotfixes-stable] procfs: fix possible double mmput() in do_procmap_query()
2026-02-13 23:45 UTC (2+ messages)
[PATCH bpf-next v3 0/3] Separate tests that need error injection
2026-02-13 23:13 UTC (8+ messages)
[LSF/MM/BPF TOPIC] eBPF isolation with pkeys
2026-02-13 21:37 UTC (9+ messages)
[PATCH bpf v2 0/9] Address XDP frags having negative tailroom
2026-02-13 20:34 UTC (18+ messages)
` [PATCH bpf v2 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v2 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v2 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v2 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [Intel-wired-lan] "
` [PATCH bpf v2 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v2 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [Intel-wired-lan] "
` [PATCH bpf v2 7/9] idpf: use truesize "
` [PATCH bpf v2 8/9] net: enetc: "
` [PATCH bpf v2 9/9] xdp: produce a warning when calculated tailroom is negative
[PATCH bpf-next v1] bpf: Fix special fields mem leak for non-prealloc maps
2026-02-13 19:21 UTC (2+ messages)
[PATCH v1] selftests/sched_ext: Fix rt_stall flaky failure
2026-02-13 19:12 UTC (3+ messages)
[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
2026-02-13 18:35 UTC (43+ messages)
` [PATCH bpf-next v1 01/14] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
` [PATCH bpf-next v1 02/14] resolve_btfids: Fix memory leaks reported by ASAN
` [PATCH bpf-next v1 04/14] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf-next v1 05/14] selftests/bpf: Fix memory leaks in tests
` [PATCH bpf-next v1 06/14] selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
` [PATCH bpf-next v1 07/14] veristat: Fix a memory leak for preset ENUMERATOR
` [PATCH bpf-next v1 08/14] selftests/bpf: Fix use-after-free in xdp_metadata test
` [PATCH bpf-next v1 09/14] selftests/bpf: Fix double thread join in uprobe_multi_test
` [PATCH bpf-next v1 10/14] selftests/bpf: Fix resource leaks caused by missing cleanups
` [PATCH bpf-next v1 11/14] selftests/bpf: Free bpf_object in test_sysctl
` [PATCH bpf-next v1 12/14] selftests/bpf: Fix array bounds warning in jit_disasm_helpers
` [PATCH bpf-next v1 13/14] selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
` [PATCH bpf-next v1 14/14] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
[PATCH bpf 0/2] libbpf: Fix perm errors for LDIMM_64_FULL_RANGE_OFF use
2026-02-13 18:17 UTC (3+ messages)
` [PATCH bpf 1/2] libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
` [PATCH bpf 2/2] libbpf: Delay feature gate check until object prepare time
[PATCH net-next v3 0/6] net: sched: refactor qdisc drop reasons into dedicated tracepoint
2026-02-13 17:50 UTC (5+ messages)
` [PATCH net-next v3 1/6] net: sched: introduce qdisc-specific drop reason tracing
[PATCH bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-13 16:00 UTC (9+ messages)
` [PATCH bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v2 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v2 3/5] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v2 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v2 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
[PATCH bpf-next 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-13 15:22 UTC (7+ messages)
` [PATCH bpf-next 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [Intel-wired-lan] "
[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-13 15:19 UTC (10+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
[PATCH v3 0/5] tools/rtla: Consolidate nr_cpus usage
2026-02-13 13:54 UTC (7+ messages)
` [PATCH v3 1/5] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v3 2/5] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v3 3/5] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v3 4/5] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
` [PATCH v3 5/5] tools/rtla: Remove unneeded cpus parameter from timerlat BPF functions
[RFC] adding KASAN support to JIT compiler(s)
2026-02-13 13:31 UTC (7+ messages)
[RFC PATCH 0/7] k[v]free_rcu() improvements
2026-02-13 11:55 UTC (9+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [RFC PATCH 7/7] mm/slab: make kfree_rcu_nolock() work with sheaves
[bug report] bpf: Fix a potential use-after-free of BTF object
2026-02-13 10:29 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-02-13 7:56 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg
` [PATCH bpf-next v2 2/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value
` [PATCH bpf-next v2 3/3] bpf: selftests: Skip kmem test when cgroup.memory=nokmem is set
[PATCH bpf-next 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-02-13 7:29 UTC (10+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value
` [PATCH bpf-next 2/3] mm/memcontrol: Return error when accessing kmem with nokmem
` [PATCH bpf-next 3/3] selftests/bpf: Skip test_kmem when cgroup.memory=nokmem
[ANN] bpf development stats for 7.0
2026-02-13 6:15 UTC
[PATCH bpf v3 0/2] bpf: cpumap/devmap: fix per-CPU bulk queue races on PREEMPT_RT
2026-02-13 3:40 UTC (3+ messages)
` [PATCH bpf v3 1/2] bpf: cpumap: fix race in bq_flush_to_queue "
` [PATCH bpf v3 2/2] bpf: devmap: fix race in bq_xmit_all "
[PATCH v6 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
2026-02-13 2:44 UTC (3+ messages)
` [PATCH v6 bpf-next 1/2] bpf: "
` [PATCH v6 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap
[PATCH bpf v2] bpf: cpumap: fix race in bq_flush_to_queue on PREEMPT_RT
2026-02-13 1:37 UTC (3+ messages)
bpf: Race condition in bpf_trampoline_unlink_cgroup_shim during concurrent cgroup LSM link release
2026-02-12 19:51 UTC (3+ messages)
` [PATCH] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
[PATCH bpf-next 0/2] libbpf: Add bpf_prog_clone for individual program loading
2026-02-12 16:22 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Use bpf_prog_clone() in veristat
[PATCHv3 bpf-next 0/5] libbpf: Make optimized uprobes backward compatible
2026-02-12 14:10 UTC (13+ messages)
` [PATCHv3 bpf-next 2/5] libbpf: Add uprobe syscall feature detection
` [PATCHv3 bpf-next 3/5] libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
` [PATCHv3 bpf-next 4/5] selftests/bpf: Add test for checking correct nop of optimized usdt
` [PATCHv3 bpf-next 5/5] selftests/bpf: Add usdt trigger bench
[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
2026-02-12 11:02 UTC (8+ messages)
` [Lsf-pc] "
[PATCH bpf-next 3/3] bpf: rename bpf_reg_state->off to bpf_reg_state->delta
2026-02-12 8:15 UTC (3+ messages)
Mainline BPF selftests failure due to rcu_tasks_trace and do_filp_open changes
2026-02-12 6:18 UTC (5+ messages)
[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
2026-02-12 5:50 UTC (7+ messages)
` [PATCH bpf-next v10 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support "
[PATCH bpf-next 0/3] bpf: consolidate pointer offset tracking in var_off
2026-02-12 5:06 UTC (4+ messages)
` [PATCH bpf-next 2/3] bpf: use reg->var_off instead of reg->off for pointers
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