messages from 2026-05-29 09:02:56 to 2026-06-01 00:50:19 UTC [more...]
[PATCH bpf-next] bpf: MAINTAINERS: Update bpf maintainers
2026-06-01 0:50 UTC (7+ messages)
[PATCH bpf-next 1/3] libbpf: Drop redundant self-loop in emit_check_err
2026-06-01 0:50 UTC (8+ messages)
` [PATCH bpf-next 2/3] libbpf: Skip hash computation when loader generation failed
` [PATCH bpf-next 3/3] libbpf: Also reset {insn,data}_cur on realloc failure
[PATCH bpf-next 0/2] bpf, arm64: Stack argument fixes
2026-06-01 0:50 UTC (2+ messages)
[PATCH bpf v2 0/4] bpf: Update transport_header when encapsulating UDP tunnel in lwt
2026-06-01 0:44 UTC (10+ messages)
` [PATCH bpf v2 1/4] bpf: Fix TOCTOU issue "
` [PATCH bpf v2 2/4] bpf: Add check iph->ihl < 5 "
` [PATCH bpf v2 3/4] bpf: Update transport_header when encapsulating UDP tunnel "
` [PATCH bpf v2 4/4] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "
[PATCH bpf-next] selftests/bpf: Add arena invalid node id test
2026-06-01 0:23 UTC (2+ messages)
[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-06-01 0:16 UTC (10+ messages)
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
[PATCH bpf-next] bpf: Overwrite scratch PTE when allocating arena pages
2026-05-31 17:35 UTC (3+ messages)
[PATCH bpf-next v3 0/2] bpf: Align syscall writeback behavior with user-declared size
2026-05-31 16:20 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat
` [PATCH bpf-next v3 2/2] selftests/bpf: add verification for BPF_PROG_QUERY attr size boundaries
[PATCH net v5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
2026-05-31 5:00 UTC (3+ messages)
[PATCH bpf 1/1] bpf: devmap: reject cloning fragmented xdp frames
2026-05-31 4:52 UTC
[PATCH bpf-next v2 0/2] bpf: Align syscall writeback behavior with user-declared size
2026-05-31 3:12 UTC (9+ messages)
` [PATCH bpf-next v2 1/2] bpf: reject BPF_PROG_QUERY with short uattr size
` [PATCH bpf-next v2 2/2] selftests/bpf: add verification for BPF_PROG_QUERY attr size boundaries
[PATCH v1] tools build: Fix feature checks to touch target files on success
2026-05-31 1:09 UTC
[PATCH v1] bpftool build: Restrict feature tests during bootstrap compilation
2026-05-31 1:07 UTC
[PATCH v2 bpf-next 0/4] bpf,slab: Introduce bpf_arena_alloc() kfuncs
2026-05-31 0:14 UTC (11+ messages)
` [PATCH v2 bpf-next 1/4] slab: Introduce kmem_cache_alloc_arena_nolock and kfree_arena_nolock
` [PATCH v2 bpf-next 2/4] slub: Pass kmem_cache to alloc_slab_page()
` [PATCH v2 bpf-next 3/4] bpf,slab: Add slub-backed allocator for bpf_arena
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add tests for arena slub-backed allocator
[PATCH v2 2/2] perf build: compile BPF skeletons with -mcpu=v3
2026-05-30 22:39 UTC (2+ messages)
[PATCH v2 RESEND] perf/lock: enable end-timestamp accounting for cgroup aggregation
2026-05-30 20:41 UTC (2+ messages)
[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
2026-05-30 19:52 UTC
[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
2026-05-30 19:21 UTC (7+ messages)
[PATCH bpf 0/3] Add validation for bpf_set_retval helper
2026-05-30 11:11 UTC (6+ messages)
` [PATCH bpf v3 1/3] bpf: Add validation for bpf_set_retval argument
` [PATCH bpf v3 2/3] selftests/bpf: Fix cgroup bpf tests broken by bpf_set_retval validation
` [PATCH bpf v3 3/3] selftests/bpf: Add tests for "
[PATCH bpf v2 0/3] Add validation for bpf_set_retval helper
2026-05-30 9:36 UTC (7+ messages)
` [PATCH bpf v2 1/3] bpf: Add validation for bpf_set_retval argument
` [PATCH bpf v2 2/3] selftests/bpf: Fix cgroup bpf tests broken by bpf_set_retval validation
` [PATCH bpf v2 3/3] selftests/bpf: Add tests for "
[PATCH RFC bpf-next v3 0/6] bpf: better error reporting when verifier hits 1M instructions limit
2026-05-30 9:34 UTC (5+ messages)
` [PATCH RFC bpf-next v3 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
[PATCH net-next v10 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-05-30 9:13 UTC (4+ messages)
` [PATCH net-next v10 1/2] "
` [PATCH net-next v10 2/2] selftests: net: add local ECMP rehash test
[PATCH bpf-next v2 0/5] bpf: Minimize annotations for arena programs
2026-05-30 5:03 UTC (9+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: libarena: Add "arena" BTF type tag to __arena qualifier
` [PATCH bpf-next v2 2/5] verifier: parse BTF type tags for function arguments
` [PATCH bpf-next v2 3/5] bpf: Allow subprogs to return arena pointers
` [PATCH bpf-next v2 4/5] selftests/bpf: Remove __arg_arena from the codebase
` [PATCH bpf-next v2 5/5] selftests/bpf: libarena: Directly return arena pointers from functions
[PATCH RFC] bpf: add DAG fast-path in verifier to skip redundant state pruning
2026-05-30 2:12 UTC (3+ messages)
[PATCH net-next 09/12] gpio: tc956x: add TC956x/QPS615 support
2026-05-30 2:04 UTC (3+ messages)
[PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
2026-05-30 2:04 UTC (3+ messages)
[PATCH net-next 07/12] net: stmmac: dwxgmac2: export symbols for XGMAC 3.01a DMA
2026-05-30 2:04 UTC (3+ messages)
[PATCH net-next 04/12] net: stmmac: dma: create a separate dma_device pointer
2026-05-30 2:04 UTC (3+ messages)
[PATCH net-next 03/12] net: pcs: pcs-xpcs: Preserve BMCR_ANENBLE during link up
2026-05-30 2:04 UTC (3+ messages)
[PATCH net-next 02/12] net: pcs: pcs-xpcs: select operating mode for 10G-baseR capable PCS
2026-05-30 2:04 UTC (3+ messages)
[PATCH net-next 01/12] net: pcs: pcs-xpcs-regmap: support XPCS memory-mapped MDIO bus via regmap
2026-05-30 2:04 UTC (3+ messages)
[PAHOLE Patch v2 1/2] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
2026-05-30 1:31 UTC (7+ messages)
` [PAHOLE Patch v2 2/2] Add support for DW_TAG_GNU_annotation
[PATCH] bpf: defer bpffs symlink inode freeing until RCU grace period
2026-05-30 1:30 UTC
[PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
2026-05-30 0:50 UTC (3+ messages)
[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
2026-05-30 0:50 UTC (2+ messages)
[PATCH net 1/1] bpf: sockmap: fix tail fragment offset in bpf_msg_push_data
2026-05-30 0:49 UTC (3+ messages)
[PATCH net-next v9 2/2] selftests: net: add local ECMP rehash test
2026-05-30 0:49 UTC (2+ messages)
[PATCH net-next v9 1/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-05-30 0:49 UTC (2+ messages)
[PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port
2026-05-30 0:47 UTC (2+ messages)
[PATCH net v3 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
2026-05-30 0:47 UTC (2+ messages)
[PATCH net v2 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
2026-05-30 0:46 UTC (2+ messages)
[PATCH net-next v2 6/6] selftests/bpf: Add RX latency tests for bpf timestamping
2026-05-30 0:46 UTC (2+ messages)
[PATCH net-next v2 3/6] bpf: support bpf_setsockopt for bpf timestamping rx feature
2026-05-30 0:46 UTC (2+ messages)
[PATCH net-next v2 4/6] bpf: add BPF_SOCK_OPS_TSTAMP_RCV_CB callback
2026-05-30 0:46 UTC (2+ messages)
[PATCH net-next v2 2/6] net: export sock_disable_timestamp() declaration
2026-05-30 0:46 UTC (2+ messages)
[PATCH net v2 2/2] selftests: net: add kTLS async split record regression
2026-05-30 0:45 UTC (2+ messages)
[PATCH net-next v3 2/6] atm: convert to getsockopt_iter
2026-05-30 0:45 UTC (2+ messages)
[PATCH net-next v3 1/6] af_iucv: convert to getsockopt_iter
2026-05-30 0:45 UTC (2+ messages)
[PATCH net-next v5 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v5 10/13] net: lan966x: add PCIe FDMA MTU change support
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v5 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v5 04/13] net: lan966x: add FDMA LLP register write helper
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v5 09/13] net: lan966x: add PCIe FDMA support
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v5 03/13] net: microchip: fdma: add PCIe ATU support
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v5 05/13] net: lan966x: export FDMA helpers for reuse
2026-05-30 0:44 UTC (2+ messages)
[PATCH net-next v7 2/2] selftests: net: add local ECMP rehash test
2026-05-30 0:44 UTC (2+ messages)
[PATCH net v4 5/5] selftests/xsk: drain CQ to wait for TX completion
2026-05-30 0:44 UTC (2+ messages)
[PATCH net v4 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()
2026-05-30 0:44 UTC (2+ messages)
[PATCH net v4 4/5] xsk: drain continuation descs on invalid descriptor in __xsk_generic_xmit()
2026-05-30 0:44 UTC (2+ messages)
[PATCH net v4 1/5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
2026-05-30 0:44 UTC (2+ messages)
[PATCH bpf 0/2] bpf: fork state when comparing sign crossing ranges with zero
2026-05-30 0:23 UTC (13+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: test fork on zero comparison with wrapping ranges
[PATCH bpf-next 0/4] bpf,slab: Introduce bpf_arena_alloc() kfuncs
2026-05-30 0:13 UTC (11+ messages)
` [PATCH bpf-next 1/4] slab: Introduce kmem_cache_alloc_nolock()
` [PATCH bpf-next 2/4] slub: Pass kmem_cache to alloc_slab_page()
` [PATCH bpf-next 3/4] bpf,slab: Add slub-backed allocator for bpf_arena
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for arena slub-backed allocator
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
2026-05-29 23:42 UTC (9+ messages)
[PATCH vfs-7.2.xattr v2] bpf: Add simple xattr support to bpffs
2026-05-29 22:52 UTC (2+ messages)
[syzbot] [bpf?] KMSAN: uninit-value in __arg_track_join
2026-05-29 20:02 UTC
[PATCH bpf] bpf, lpm_trie: Allow lookups from sleepable BPF programs
2026-05-29 19:30 UTC (4+ messages)
[PATCH bpf-next] bpf: Take mmap_lock in zap_pages()
2026-05-29 18:32 UTC (4+ messages)
[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
2026-05-29 17:57 UTC (5+ messages)
[PATCH bpf-next v5 04/11] bpf: Implement iteration ops for resizable hashtab
2026-05-29 17:53 UTC (3+ messages)
[PATCH bpf-next v5 03/11] bpf: Implement resizable hashmap basic functions
2026-05-29 17:08 UTC (3+ messages)
[PATCH bpf-next] libbpf: Skip endianness swap when loader generation failed
2026-05-29 17:01 UTC (2+ messages)
[PATCH bpf-next v5 02/11] rhashtable: Add selftest for rhashtable_next_key()
2026-05-29 16:53 UTC (3+ messages)
[PATCH v2 0/3] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
2026-05-29 16:45 UTC (3+ messages)
[PATCH bpf-next v5 01/11] rhashtable: Add rhashtable_next_key() API
2026-05-29 16:43 UTC (3+ messages)
[PATCH bpf-next v7 0/7] bpf: add icmp_send kfunc
2026-05-29 16:38 UTC (8+ messages)
` [PATCH bpf-next v7 3/7] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v7 4/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
[PATCH bpf v3 0/2] gen_loader fixes
2026-05-29 15:01 UTC (5+ messages)
` [PATCH bpf v3 2/2] bpf, libbpf: reject non-exclusive metadata maps in the signed loader
[mainline] selftests/bpf: struct_ops_assoc test hangs indefinitely on PowerPC
2026-05-29 13:52 UTC
improve the kmem_cache_alloc_bulk API v2
2026-05-29 13:50 UTC (4+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
[mainline]selftests/bpf: task_local_data_race test crashes on PowerPC
2026-05-29 13:45 UTC
[PATCH bpf-next v2 0/3] bpf, arm64: Support stack arguments
2026-05-29 13:36 UTC (5+ messages)
` [PATCH bpf-next v2 2/3] bpf, arm64: Add JIT support for "
[PATCH v2] unwind: Add sframe_(un)register() system calls
2026-05-29 13:31 UTC (3+ messages)
[PATCH v4 0/3] libbpf: support STRUCT_OPS in light skeletons
2026-05-29 10:31 UTC (3+ 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