messages from 2026-07-28 03:41:49 to 2026-07-28 17:57:24 UTC [more...]
[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
2026-07-28 17:57 UTC (6+ messages)
` [PATCH bpf-next v2 05/18] bpf: Check helper and kfunc mem+size arguments identically
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-07-28 17:31 UTC (2+ messages)
[PATCH] libbpf: don't preserve ownership during install
2026-07-28 16:40 UTC (4+ messages)
[PATCH bpf-next v3 0/6] bpf: Inline the numeric open-coded iterator kfuncs
2026-07-28 16:34 UTC (10+ messages)
` [PATCH bpf-next v3 6/6] selftests/bpf: Add bpf_for() benchmark
[PATCH net 0/6] xsk: harden TX metadata validation against races
2026-07-28 16:20 UTC (11+ messages)
` [PATCH net 1/6] xsk: require at least 16 bytes of TX metadata
` [PATCH net 2/6] xsk: pass TX metadata pointer by reference
` [PATCH net 3/6] xsk: clear metadata pointer when no timestamp is requested
` [PATCH net 4/6] xsk: validate launch-time metadata size
` [PATCH net 6/6] xsk: validate metadata when processing requests
[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
2026-07-28 16:10 UTC
[PATCH 5.10.y/5.15.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
2026-07-28 16:10 UTC (2+ messages)
[PATCH 6.1.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
2026-07-28 16:09 UTC (2+ messages)
[PATCH 6.1.y 0/6] cBPF JIT spray hardening
2026-07-28 16:09 UTC (2+ messages)
[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
2026-07-28 15:58 UTC (4+ messages)
[RFC PATCH bpf-next 0/6] bpf: Optimize string kfuncs
2026-07-28 15:46 UTC (8+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Optimize string scan kfuncs
` [RFC PATCH bpf-next 2/6] bpf: Optimize string comparison kfuncs
` [RFC PATCH bpf-next 3/6] bpf: Optimize string span kfuncs
` [RFC PATCH bpf-next 4/6] bpf: Optimize string substring kfuncs
` [RFC PATCH bpf-next 5/6] selftests/bpf: Exercise word-at-a-time string kfuncs
` [RFC PATCH bpf-next 6/6] selftests/bpf: Benchmark "
[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
2026-07-28 15:46 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH v5 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
2026-07-28 15:24 UTC
[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
2026-07-28 14:48 UTC (4+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
[PATCH bpf v2] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
2026-07-28 14:10 UTC (4+ messages)
[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
2026-07-28 13:48 UTC
[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
2026-07-28 13:40 UTC (2+ messages)
[PATCH bpf] bpf, cgroup: Fix potential UAF in __cgroup_bpf_attach
2026-07-28 13:37 UTC (2+ messages)
[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
2026-07-28 13:30 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned
[PATCH bpf v4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
2026-07-28 13:30 UTC
[PATCH bpf v6 0/4] Fixes for bpf link update
2026-07-28 13:17 UTC (10+ messages)
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
` [PATCH bpf v6 4/4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
[PATCH bpf-next v2 0/2] bpf: Eliminate unnecessary clone/restore due to constants blinding
2026-07-28 20:25 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Eliminate dup/restore of insn_aux_data
` [PATCH bpf-next v2 2/2] bpf: Remove unnecessary dup/restore subprog_starts and prog clone
[PATCH net-next v3] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
2026-07-28 11:50 UTC
[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-07-28 11:36 UTC (3+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()
[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-07-28 11:32 UTC (4+ messages)
[PATCH net v1] bpf: lwt: Fix dst reference leak on reroute failure
2026-07-28 11:30 UTC (2+ messages)
[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
2026-07-28 10:43 UTC (3+ messages)
[PATCH net-next v2] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
2026-07-28 9:59 UTC (2+ messages)
[PATCH bpf-next v3] bpf: log error code on trampoline unlink failure
2026-07-28 8:08 UTC (3+ messages)
[PATCH bpf v4] bpf: Fix UAF when reading prog type in bpf_mprog_link
2026-07-28 7:42 UTC
[PATCH bpf-next 0/6] workqueue: introduce BPF iterators for workqueues, worker pools and pending work
2026-07-28 6:55 UTC (7+ messages)
` [PATCH bpf-next 1/6] workqueue: introduce a BPF open-coded iterator for traversing workqueues list
` [PATCH bpf-next 2/6] workqueue: introduce a seq_file form for the workqueue iterator
` [PATCH bpf-next 3/6] workqueue: introduce open-coded BPF iterator for worker pools
` [PATCH bpf-next 4/6] workqueue: introduce seq_file form of the worker_pool iterator
` [PATCH bpf-next 5/6] workqueue: introduce BPF iterator for pending work items
` [PATCH bpf-next 6/6] selftests/bpf: add tests for the workqueue BPF iterators
[PATCH bpf-next] bpf: arena: fix mmap_lock deadlock on arena lock failure
2026-07-28 6:32 UTC (3+ messages)
[PATCH net-next] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
2026-07-28 5:59 UTC (3+ messages)
[PATCH bpf-next v4 0/3] bpf: Fix trampoline handling of 128-bit values
2026-07-28 5:06 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: Reject >8 byte return values on return-reading trampoline paths
` [PATCH bpf-next v4 2/3] bpf, x86: Fix trampoline stack size for 128-bit arguments
` [PATCH bpf-next v4 3/3] selftests/bpf: Add tests for >8 byte return value and "
[PATCH bpf] lwt_bpf: account for aligned neigh header length
2026-07-28 5:02 UTC (2+ messages)
[PATCH v1 0/2] Refine move_imm() and optimize memory load
2026-07-28 3:41 UTC (3+ messages)
` [PATCH v1 2/2] LoongArch: BPF: Eliminate zero-extension for memory load operations
page: | 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