messages from 2026-08-06 04:27:05 to 2026-08-07 01:14:56 UTC [more...]
[PATCH] riscv: ftrace: Fix ftrace_modify_call failure on kprobed functions
2026-08-07 1:14 UTC (2+ messages)
[PATCH] MAINTAINERS, mailmap: update email address for JP Kobryn
2026-08-07 1:02 UTC
[PATCH bpf-next v4 00/13] Add arena argument support to kfuncs and struct_ops
2026-08-07 0:51 UTC (15+ 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
[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-07 0:51 UTC (9+ 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 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 net-next v3 00/15] gve: AdminQ mode related refactors
2026-08-07 0:18 UTC (8+ 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 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)
[PATCH] tools: Use fputc() calls in some functions
2026-08-06 21:50 UTC (2+ 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 v4 0/5] Introduce bpf_ksock
2026-08-06 20:09 UTC (7+ 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 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 (5+ 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 (10+ messages)
` [RFC PATCH bpf-next v5 2/8] selftests/bpf: drop stale and no-op lines
` [RFC PATCH bpf-next v5 7/8] selftests/bpf: move shared build definitions into Makefile.buildvars
` [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 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-08-06 17:34 UTC (2+ 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 bpf-next v11 00/10] bpf: Introduce global percpu data
2026-08-06 17:05 UTC (13+ 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/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 net 0/2] net: fix skb->protocol not updated after VLAN network header adjustment
2026-08-06 14:12 UTC (9+ messages)
` [PATCH net 1/2] net: packet: "
` [PATCH net 2/2] net: tap: "
[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 "
[PATCH v6 0/3] perf/core: sched_task() dispatch and branch entry fixes
2026-08-06 13:52 UTC (4+ messages)
` [PATCH v6 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v6 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v6 3/3] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
[PATCH net] veth: fix queue index used to wake the peer txq in veth_poll
2026-08-06 13:45 UTC
[PATCH net v3 1/1] net: cap advertised IP tunnel headroom
2026-08-06 13:21 UTC
[PATCH bpf] bpf: Fix pending_pos walk on 32-bit ring position wrap
2026-08-06 13:20 UTC (2+ messages)
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-06 13:03 UTC (15+ messages)
` [PATCH v5 3/4] perf/arm64: "
[PATCH v4 0/4] LoongArch bpf kptr xchg inline support
2026-08-06 12:46 UTC (4+ messages)
` [PATCH v4 4/4] selftests/bpf: Add kptr-xchg benchmark
[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
2026-08-06 12:22 UTC (2+ messages)
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-06 11:47 UTC (3+ messages)
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path
[PATCH bpf-next v3 0/9] Fixes for bpf_jit_free
2026-08-06 9:19 UTC (3+ messages)
[PATCH bpf-next v2 0/3] bpf: Allow selected kfuncs under bpf_spin_lock
2026-08-06 9:10 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: Invalidate RCU pointers after final spin unlock
2026-08-06 9:02 UTC (5+ messages)
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-06 9:01 UTC (13+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 4/9] mm: use hw_pte_t for generic PTE table storage
` [PATCH 5/9] mm: convert PTE table entries in ptep_get()
` [PATCH 6/9] mm: convert PTE table entry to pte
` [PATCH 7/9] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH 8/9] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH 9/9] xen: "
[PATCH bpf-next 0/6] workqueue: introduce BPF iterators for workqueues, worker pools and pending work
2026-08-06 8:41 UTC (3+ messages)
[RFC PATCH bpf-next 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-06 8:39 UTC (7+ messages)
` [RFC PATCH bpf-next 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section
` [RFC PATCH bpf-next 2/2] selftests/bpf: add tests for selective kmod BTF loading
[PATCH bpf-next v2 0/3] bpf: Fix UAF in bpf_trampoline_multi_attach/detach on update failure
2026-08-06 8:25 UTC (2+ messages)
[PATCH] bpf: disable lockdep while running BPF on lock_release
2026-08-06 4:26 UTC (9+ 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