messages from 2026-04-14 14:38:51 to 2026-04-15 20:04:06 UTC [more...]
[PATCH bpf-next v4 0/2] bpf: copy BPF token from main program to subprograms
2026-04-15 20:03 UTC
[PATCH bpf-next 0/2] selftests/bpf: Use local types for kfunc declarations
2026-04-15 20:00 UTC (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtable
` [PATCH bpf-next 2/2] selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kern
[PATCH bpf-next v3 0/2] bpf: copy BPF token from main program to subprograms
2026-04-15 19:32 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: verify kallsyms entries for token-loaded subprograms
[PATCH bpf-next v14 0/5] emit ENDBR/BTI instructions for indirect
2026-04-15 19:22 UTC (6+ messages)
` [PATCH bpf-next v14 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v14 2/5] bpf: Pass bpf_verifier_env to JIT
[PATCH bpf-next v2 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
2026-04-15 19:20 UTC (6+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Remove redundant bpf_flush_icache() "
` [PATCH bpf-next v2 2/2] bpf, riscv: "
[PATCH bpf-next v1 0/3] Fix garbage data in task local data
2026-04-15 19:20 UTC (2+ messages)
[PATCH bpf 1/2] bpf, arm64, insn: Reject out-of-range B.cond targets
2026-04-15 19:20 UTC (3+ messages)
` [PATCH bpf 2/2] bpf, arm64: Fix off-by-one in check_imm signed range check
[PATCH bpf-next] bpf: Fix use-after-free in arena_vm_close on fork
2026-04-15 19:20 UTC (2+ messages)
[PATCH bpf v4 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-04-15 19:18 UTC (9+ messages)
` [PATCH bpf v4 3/5] selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
` [PATCH bpf v4 4/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
` [PATCH bpf v4 5/5] bpf, sockmap: Take state lock for af_unix iter
[PATCH bpf-next 0/2] Detect and prune dead branches using intersection checks
2026-04-15 19:02 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf/verifier: Use intersection checks when simulating to detect dead branches
` [PATCH bpf-next 2/2] selftests/bpf: Test for empty intersection of tnum and u64
[PATCH bpf] bpf,tcp: avoid infinite recursion in BPF_SOCK_OPS_HDR_OPT_LEN_CB
2026-04-15 18:55 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf: copy BPF token from main program to subprograms
2026-04-15 18:30 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: verify kallsyms entries for token-loaded subprograms
[PATCH 1/2] bpf: deduce_bounds_64_from_32 tightening with circular range logic
2026-04-15 18:12 UTC (8+ messages)
[PATCH bpf-next 0/2] bpf: tcp: Reject TCP_NODELAY from BPF hdr opt callbacks
2026-04-15 17:31 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
[PATCH 0/1] xskmap: reject TX-only AF_XDP sockets
2026-04-15 17:22 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH bpf-next 0/6] btf: Extend vlen, kind in struct btf_type
2026-04-15 16:03 UTC (19+ messages)
` [PATCH bpf-next 1/6] bpf: Extend BTF UAPI vlen, kinds to use unused bits
` [PATCH bpf-next 2/6] libbpf: Adjust btf_vlen() to return a __u32
` [PATCH bpf-next 3/6] libbpf: Add feature for kernel extended vlen/kind support
` [PATCH bpf-next 4/6] bpftool: Support 24-bit vlen
` [PATCH bpf-next 5/6] selftests/bpf: Test BTF sanitization rejection for invalid vlen
` [PATCH bpf-next 6/6] selftests/bpf: Fix up btf/invalid test for extended kind
[PATCH bpf-next v2 0/2] bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
2026-04-15 16:00 UTC (2+ messages)
[PATCH] kbuild/btf: Remove broken module relinking exclusion
2026-04-15 15:47 UTC (5+ messages)
[PATCH bpf-next] selftests/bpf: Fix timer_start_deadlock failure due to hrtimer change
2026-04-15 15:30 UTC (3+ messages)
[PATCH bpf-next v10 0/6] bpf: Add support for sleepable tracepoint programs
2026-04-15 14:49 UTC (7+ messages)
` [PATCH bpf-next v10 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v10 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v10 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v10 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v10 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v10 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH v2 0/4] Firmware LSM hook
2026-04-15 13:47 UTC (17+ messages)
[PATCHv2 bpf] libbpf: Prevent double close of btf objects
2026-04-15 13:41 UTC (5+ messages)
[PATCH RFC net-next v4 00/14] xsk: batch xmit in copy mode
2026-04-15 13:19 UTC (28+ messages)
` [PATCH RFC net-next v4 01/14] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH RFC net-next v4 02/14] xsk: extend xsk_build_skb() to support passing an already allocated skb
` [PATCH RFC net-next v4 03/14] xsk: add xsk_alloc_batch_skb() to build skbs in batch
` [PATCH RFC net-next v4 04/14] xsk: cache data buffers to avoid frequently calling kmalloc_reserve
` [PATCH RFC net-next v4 05/14] xsk: add direct xmit in batch function
` [PATCH RFC net-next v4 06/14] xsk: support dynamic xmit.more control for batch xmit
` [PATCH RFC net-next v4 07/14] xsk: try to skip validating skb list in xmit path
` [PATCH RFC net-next v4 08/14] xsk: rename nb_pkts to nb_descs in xsk_tx_peek_release_desc_batch
` [PATCH RFC net-next v4 09/14] xsk: extend xskq_cons_read_desc_batch to count nb_pkts
` [PATCH RFC net-next v4 10/14] xsk: extend xsk_cq_reserve_locked() to reserve n slots
` [PATCH RFC net-next v4 11/14] xsk: support batch xmit main logic
` [PATCH RFC net-next v4 12/14] xsk: separate read-mostly and write-heavy fields in xsk_buff_pool
` [PATCH RFC net-next v4 13/14] xsk: retire old xmit path in copy mode
` [PATCH RFC net-next v4 14/14] xsk: optimize xsk_build_skb for batch copy-mode fast path
[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
2026-04-15 11:15 UTC (18+ messages)
` [PATCH RFC bpf-next v2 01/18] bpf: Register rhash map
` [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 11/18] libbpf: Support resizable hashtable
` [PATCH RFC bpf-next v2 17/18] bpftool: Add rhash map documentation
[PATCH bpf v2 0/2] bpf: allow UTF-8 literals in bpf_bprintf_prepare()
2026-04-15 10:49 UTC (7+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: cover UTF-8 trace_printk output
[PATCH bpf 1/2] libbpf: Fix btf object leak in load_module_btfs
2026-04-15 8:23 UTC (6+ messages)
` [PATCH bpf 2/2] libbpf: Prevent double close of btf objects
[GIT pull] timers/core for v7.1-rc1
2026-04-15 6:08 UTC (8+ messages)
[PATCH bpf-next v2 2/3] bpf: Use kmalloc_nolock() universally in local storage
2026-04-15 4:11 UTC (4+ messages)
[GIT PULL] BPF changes for 7.1
2026-04-15 3:46 UTC (3+ messages)
[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-15 2:27 UTC (9+ messages)
` [PATCH v3 1/5] LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR
` [PATCH v3 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v3 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v3 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch
[PATCH net-next v2 1/2] net: add missing syncookie statistics for BPF custom syncookies
2026-04-15 2:22 UTC (8+ messages)
` [PATCH net-next v2 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie
[PATCH bpf-next v4 0/8] bpf: Introduce global percpu data
2026-04-15 2:21 UTC (4+ messages)
` [PATCH bpf-next v4 5/8] bpf: Update per-CPU maps using BPF_F_ALL_CPUS flag
[PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
2026-04-15 2:19 UTC (4+ messages)
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-15 0:48 UTC (4+ messages)
[PATCH bpf 0/2] bpf: copy BPF token from main program to subprograms
2026-04-15 0:23 UTC (5+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: verify kallsyms entries for token-loaded subprograms
[PATCH bpf-next] selftests/bpf: Add BPF struct_ops + livepatch integration test
2026-04-14 22:33 UTC (9+ messages)
[PATCH bpf-next v4 8/8] selftests/bpf: Add a test to verify bpf_iter for global percpu data
2026-04-14 22:08 UTC (2+ messages)
[PATCH bpf-next v4 7/8] selftests/bpf: Add tests to verify global percpu data
2026-04-14 21:45 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
2026-04-14 21:38 UTC (15+ messages)
[PATCH bpf-next v4 6/8] bpftool: Generate skeleton for global percpu data
2026-04-14 21:26 UTC (2+ messages)
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-04-14 20:44 UTC (14+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
[PATCH bpf] bpf: allow UTF-8 literals in bpf_bprintf_prepare()
2026-04-14 19:32 UTC (3+ messages)
[PATCH bpf-next v3 1/1] bpf: Refactor dynptr mutability tracking
2026-04-14 19:10 UTC
[PATCH v10 00/12] VMSCAPE optimization for BHI variant
2026-04-14 18:05 UTC (3+ messages)
` [PATCH v10 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
[PATCH bpf-next v4 00/18] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-14 17:51 UTC (6+ messages)
` [PATCH bpf-next v4 15/18] bpf,x86: Implement JIT support for stack arguments
[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-14 16:00 UTC (4+ messages)
[PATCH net-next 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
2026-04-14 15:13 UTC (3+ messages)
` [PATCH net-next 1/2] net: mana: Use per-queue allocation for tx_qp to reduce allocation size
` [PATCH net-next 2/2] net: mana: Use kvmalloc for large RX queue and buffer allocations
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