messages from 2026-08-06 14:04:36 to 2026-08-07 07:18:38 UTC [more...]
[RFC PATCH v1 0/8] perf/core, perf/tools: Add PERF_SAMPLE_BUILD_ID_OFFSET support
2026-08-07 7:18 UTC (7+ messages)
` [RFC PATCH v1 1/8] perf event: Factor build_id out into its own top-level struct
` [RFC PATCH v1 2/8] perf/core: Add BUILD_ID_OFFSET to UAPI
` [RFC PATCH v1 3/8] perf/core: Implement BUILD_ID_OFFSET sample type
` [RFC PATCH v1 4/8] perf: Refactor thread map and symbol APIs to take perf_sample
` [RFC PATCH v1 5/8] perf tools: Internal support for BUILD_ID_OFFSET
` [RFC PATCH v1 6/8] perf inject: Extend perf inject to support bid_offset conversion
[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-07 7:17 UTC (10+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-07 7:09 UTC (5+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
2026-08-07 7:04 UTC (5+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement
` [PATCH bpf-next 3/4] selftests/bpf: add thread_wq cgroup test
` [PATCH bpf-next 4/4] selftests/bpf: add memcg async reclaim test for bpf_wq/bpf_thread_wq
[PATCH] tools: Use fputc() calls in some functions
2026-08-07 6:33 UTC (3+ messages)
` "
[PATCH v2 net 0/2] Fix wrong transport_header when sending VLAN-tagged frames
2026-08-07 6:34 UTC (3+ messages)
` [PATCH v2 net 1/2] net: packet: fix wrong transport_header when sending VLAN-tagged frame
` [PATCH v2 net 2/2] net: tap: "
[PATCH bpf-next v3 0/6] resolve_btfids: Implement BTF tags emission for kfuncs
2026-08-07 5:10 UTC (10+ messages)
` [PATCH bpf-next v3 1/6] resolve_btfids: Deduplicate BTF after btf2btf transformations
` [PATCH bpf-next v3 2/6] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v3 3/6] selftests/bpf: Verify arena type tags in resolve_btfids test
` [PATCH bpf-next v3 4/6] resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
` [PATCH bpf-next v3 5/6] selftests/bpf: Verify decl tags emission in resolve_btfids test
` [PATCH bpf-next v3 6/6] docs, resolve_btfids: Document kfunc BTF annotation emission
[PATCH bpf-next v4 00/13] Add arena argument support to kfuncs and struct_ops
2026-08-07 4:51 UTC (23+ messages)
` [PATCH bpf-next v4 01/13] bpf: Rename 'early' BTF checking as a preparation phase
` [PATCH bpf-next v4 02/13] bpf: Split subprogram and kfunc collection
` [PATCH bpf-next v4 03/13] bpf: Collect kfuncs after resolving program resources
` [PATCH bpf-next v4 04/13] bpf: Support __arena and __arena__nullable kfunc argument suffixes
` [PATCH bpf-next v4 05/13] bpf: Support __arena and __arena__nullable on struct_ops arguments
` [PATCH bpf-next v4 07/13] bpf, x86: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v4 08/13] selftests/bpf: Add kfunc __arena and __arena__nullable argument tests
` [PATCH bpf-next v4 09/13] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v4 13/13] bpf: Reject tracing progs for struct_ops with arena args
[PATCH] riscv: ftrace: Fix ftrace_modify_call failure on kprobed functions
2026-08-07 3:41 UTC (4+ messages)
[PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-08-07 3:21 UTC (3+ messages)
[PATCH bpf-next v4 0/5] Introduce bpf_ksock
2026-08-07 3:08 UTC (9+ messages)
` [PATCH bpf-next v4 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v4 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v4 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v4 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
` [PATCH bpf-next v4 5/5] selftests/bpf: Add ksock test for async callback guard
[PATCH net-next v3 00/15] gve: AdminQ mode related refactors
2026-08-07 2:41 UTC (10+ messages)
` [PATCH net-next v3 04/15] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v3 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v3 09/15] gve: simplify reset logic
[PATCH bpf-next v11 00/10] bpf: Introduce global percpu data
2026-08-07 2:36 UTC (15+ messages)
` [PATCH bpf-next v11 01/10] bpf: Drop duplicate blank lines in kernel/bpf/
` [PATCH bpf-next v11 02/10] bpf: Factor out check_map_mem_read helper in verifier
` [PATCH bpf-next v11 03/10] bpf: Introduce global percpu data
` [PATCH bpf-next v11 04/10] libbpf: Probe percpu data feature
` [PATCH bpf-next v11 05/10] libbpf: Add support for global percpu data
` [PATCH bpf-next v11 06/10] bpftool: Generate skeleton "
` [PATCH bpf-next v11 07/10] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v11 08/10] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v11 09/10] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v11 10/10] selftests/bpf: Verify bpf_iter "
[PATCH net 0/2] net: fix skb->protocol not updated after VLAN network header adjustment
2026-08-07 2:21 UTC (7+ messages)
` [PATCH net 2/2] net: tap: "
[PATCH bpf 0/2] bpf: Fix queue/stack map u32 index overflow
2026-08-07 2:15 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Add regression test for queue/stack map size limit
[PATCH bpf-next v2 0/3] bpf: Fix UAF in bpf_trampoline_multi_attach/detach on update failure
2026-08-07 2:00 UTC (3+ messages)
[PATCH] MAINTAINERS, mailmap: update email address for JP Kobryn
2026-08-07 1:18 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: Compare iterator types during state pruning
2026-08-07 0:43 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Test RCU iterator "
[PATCH net-next v3] selftests: net: reuseport_bpf_numa: consider cpuless numa node
2026-08-07 0:24 UTC
[PATCH bpf v1] rqspinlock: Reset tail when preserving queue on deadlock
2026-08-06 23:40 UTC (2+ messages)
[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
2026-08-06 23:34 UTC (3+ messages)
` [PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support (resend)
[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
2026-08-06 22:18 UTC (9+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
[PATCH bpf-next v1 0/2] Fix sleepable context checks in verifier
2026-08-06 22:17 UTC (10+ messages)
` [PATCH bpf-next v1 1/2] bpf: Fix sleepable context checks and remove in_sleepable helper
` [PATCH bpf-next v1 2/2] selftests/bpf: Test sleepable context distinctions
[PATCH bpf-next] selftests/bpf: Sanitize traffic monitor log file names
2026-08-06 21:57 UTC (5+ messages)
BPF CI is not running due to github outage
2026-08-06 21:43 UTC
[PATCH net-next 10/15] i40e: prepare for XDP metadata ops support
2026-08-06 21:36 UTC (2+ messages)
[PATCH bpf-next v2 0/6] resolve_btfids: Implement BTF tags emission for kfuncs
2026-08-06 21:19 UTC (27+ messages)
` [PATCH bpf-next v2 1/6] resolve_btfids: Deduplicate BTF after btf2btf transformations
` [PATCH bpf-next v2 2/6] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v2 3/6] selftests/bpf: Verify arena type tags in resolve_btfids test
` [PATCH bpf-next v2 4/6] resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
` [PATCH bpf-next v2 5/6] selftests/bpf: Verify decl tags emission in resolve_btfids test
` [PATCH bpf-next v2 6/6] docs, resolve_btfids: Document kfunc BTF annotation emission
[PATCH bpf-next 0/2] bpf: Track overlapping RCU protection
2026-08-06 21:13 UTC (5+ messages)
[PATCH 7.1.y] selftests/bpf: Add tests for sleepable tracepoint programs
2026-08-06 21:04 UTC (3+ messages)
[PATCH net v3] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-08-06 20:47 UTC
[PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
2026-08-06 20:47 UTC (9+ messages)
` [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
` [PATCH 2/3] selftests/bpf: Route libarena build artifacts "
` [PATCH 3/3] selftests/bpf: Route test_kmods "
[PATCH bpf-next v2 1/6] bpf: Reject load-acquire from pointers requiring fault protection
2026-08-06 20:41 UTC (8+ messages)
` [PATCH bpf-next v2 2/6] bpf, riscv: Add and use bpf_atomic_is_load_acq() helper
` [PATCH bpf-next v2 3/6] bpf, x86: Fix exception table metadata for arena load-acquire
` [PATCH bpf-next v2 4/6] bpf, arm64: "
` [PATCH bpf-next v2 5/6] selftests/bpf: Add arena fault test for load-acquire
` [PATCH bpf-next v2 6/6] selftests/bpf: Add load-acquire test for probe-memory pointer types
[PATCH bpf-next 1/6] bpf: Reject load-acquire from pointers requiring fault protection
2026-08-06 20:09 UTC (12+ messages)
` [PATCH bpf-next 2/6] bpf, riscv: Add and use bpf_atomic_is_load_acq() helper
` [PATCH bpf-next 3/6] bpf, x86: Fix exception table metadata for arena load-acquire
` [PATCH bpf-next 4/6] bpf, arm64: "
` [PATCH bpf-next 5/6] selftests/bpf: Add arena fault test for load-acquire
` [PATCH bpf-next 6/6] selftests/bpf: Add load-acquire test for probe-memory pointer types
[PATCH bpf-next v3 0/5] Introduce bpf_ksock
2026-08-06 20:04 UTC (9+ messages)
` [PATCH bpf-next v3 1/5] net: Add __sys_connect_socket() helper
` [PATCH bpf-next v3 2/5] bpf: Add ksock kfuncs
[PATCH net-next v3] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
2026-08-06 19:40 UTC (2+ messages)
[PATCH v2] libbpf: poison unresolved weak kfuncs in light skeletons
2026-08-06 19:09 UTC (3+ messages)
[PATCH bpf v2] selftests/bpf: keep polling connection that is still in progress
2026-08-06 18:56 UTC (2+ messages)
[RFC PATCH bpf-next v5 0/8] selftests/bpf: restructure the Makefile as a layered build
2026-08-06 18:30 UTC (4+ messages)
` [RFC PATCH bpf-next v5 8/8] selftests/bpf: build each test runner instance in its own sub-make
[bpf-next 0/4] selftest related fixes
2026-08-06 18:02 UTC (8+ messages)
` [bpf-next 1/4] selftests/bpf: map_kptr: force BPF_STX for the scalar store to kptr
[PATCH] bpf: Fix infinite loop in pcpu_freelist push with one possible CPU
2026-08-06 17:56 UTC
[PATCH bpf] bpf: Fix sanitize_err() register selection for BPF_K
2026-08-06 17:52 UTC (3+ messages)
[PATCH v10 1/8] powerpc/bpf: fix alignment of long branch trampoline address
2026-08-06 17:27 UTC (15+ messages)
` [PATCH v10 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v10 3/8] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v10 4/8] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v10 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v10 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v10 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
[PATCH net 0/1] xdp: reject clones that overrun skb_shared_info tailroom
2026-08-06 16:00 UTC (2+ messages)
[PATCH net v2] selftests: net: reuseport_bpf_numa: consider cpuless numa node
2026-08-06 15:52 UTC (3+ messages)
[PATCH bpf] bpf: roll back stream capacity when allocation fails
2026-08-06 15:49 UTC (4+ messages)
` [PATCH bpf-next v2] "
[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-06 15:31 UTC (4+ messages)
` [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[syzbot] [net?] [bpf?] KASAN: slab-use-after-free Read in xsk_bind
2026-08-06 15:25 UTC
[PATCH net v2 1/1] ip: orphan prefetched skbs before multicast forwarding
2026-08-06 15:18 UTC
[PATCH v3 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-08-06 14:08 UTC (4+ messages)
` [PATCH v3 3/6] srcu: Make call_srcu() safe to call "
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