messages from 2026-08-12 10:23:02 to 2026-08-12 23:41:47 UTC [more...]
[PATCH bpf-next v4 00/16] Redesign Verification Errors
2026-08-12 23:41 UTC (18+ messages)
` [PATCH bpf-next v4 01/16] bpf: Add verifier diagnostics report helpers
` [PATCH bpf-next v4 02/16] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v4 03/16] bpf: Add verifier diagnostic event log
` [PATCH bpf-next v4 04/16] bpf: Prune verifier diagnostics when switching paths
` [PATCH bpf-next v4 05/16] bpf: Track verifier register diagnostic events
` [PATCH bpf-next v4 06/16] bpf: Track verifier reference "
` [PATCH bpf-next v4 07/16] bpf: Track verifier context "
` [PATCH bpf-next v4 08/16] bpf: Report Register Type Safety errors
` [PATCH bpf-next v4 09/16] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v4 10/16] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v4 11/16] bpf: Report Call Type Safety argument errors
` [PATCH bpf-next v4 12/16] bpf: Report Execution Context Safety errors
` [PATCH bpf-next v4 13/16] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v4 14/16] bpf: Report Policy helper and kfunc errors
` [PATCH bpf-next v4 15/16] bpf: Report Verifier Limit errors
` [PATCH bpf-next v4 16/16] bpf: Gate verifier diagnostics on log level
[PATCH bpf-next v1] bpf: Fix func_info_aux desync after dead code elimination
2026-08-12 23:29 UTC (2+ messages)
[PATCH bpf-next v4 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
2026-08-12 23:29 UTC (4+ messages)
[PATCH bpf-next v4 0/2] bpf: htab: Reduce memory use of hash maps
2026-08-12 23:19 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH bpf-next v4 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes
[PATCH bpf-next] bpf: Fix arm64 KASAN false positive after bpf_throw
2026-08-12 23:16 UTC (2+ messages)
[PATCH bpf-next v4 00/13] bpf: Support aggregate return values up to 16 bytes
2026-08-12 23:15 UTC (33+ messages)
` [PATCH bpf-next v4 02/13] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v4 03/13] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v4 04/13] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v4 05/13] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v4 06/13] bpf: Reject callbacks returning more than 8 bytes
` [PATCH bpf-next v4 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v4 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [PATCH bpf-next v4 09/13] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v4 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
[PATCH bpf-next v8 0/6] Improve stack depth verification stats output
2026-08-12 23:14 UTC (11+ messages)
` [PATCH bpf-next v8 1/6] bpf: Track verifier instruction stats for each subprogram
` [PATCH bpf-next v8 2/6] bpf: Attribute async callback instructions to verification roots
` [PATCH bpf-next v8 3/6] bpf: Show more useful info in stack depth stats
` [PATCH bpf-next v8 4/6] selftests/bpf: Adjust veristat stack depth parsing
` [PATCH bpf-next v8 5/6] selftests/bpf: Test stack depth stats without BTF subprog names
` [PATCH bpf-next v8 6/6] selftests/bpf: Test subprogram instruction statistics
[PATCH v5 bpf-next] bpf: Populate mmap-able array map memory lazily
2026-08-12 23:02 UTC
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-12 22:59 UTC (9+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path
[PATCH bpf-next] selftests/bpf: Fix flaky refcount asserts in map_kptr_race
2026-08-12 22:51 UTC (2+ messages)
[PATCH bpf-next v2 0/2] Add resolve_btfids support for __arena kfunc suffix
2026-08-12 22:39 UTC (6+ messages)
` [PATCH bpf-next v2 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
` [PATCH bpf-next v2 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
[PATCH bpf-next v4 12/13] selftests/bpf: Add tests for callbacks returning more than 8 bytes
2026-08-12 21:22 UTC (3+ messages)
[PATCH v2 1/2] x86/shstk: support via prctl
2026-08-12 19:34 UTC (8+ messages)
` [PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
[PATCH] sched_ext: Gate cid kfuncs behind the SCX struct_ops check
2026-08-12 19:20 UTC (2+ messages)
[PATCH bpf-next v3 00/15] bpf: A common way to attach struct_ops to a cgroup
2026-08-12 18:58 UTC (10+ messages)
` [PATCH bpf-next v3 09/15] bpf: Add infrastructure to support attaching struct_ops to cgroups
` [PATCH bpf-next v3 11/15] bpf: tcp: Support selected sock_ops callbacks as struct_ops
` [PATCH bpf-next v3 12/15] bpf: tcp: Support parse/len/write header option hooks in bpf_tcp_ops
[PATCH bpf v3 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
2026-08-12 18:46 UTC (5+ messages)
` [PATCH bpf v3 1/2] selftests/bpf: keep polling connection that is still in progress
[PATCH bpf-next 0/3] bpf: Add user memory access kfuncs for linux_binprm
2026-08-12 18:42 UTC (9+ messages)
` [PATCH bpf-next 1/3] mm: Add copy_remote_mm_str()
` [PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
` [PATCH bpf-next 3/3] selftests/bpf: Test linux_binprm user memory kfuncs
[PATCH bpf-next v2 0/4] selftest related fixes
2026-08-12 18:36 UTC (2+ messages)
[PATCH net] net/sched: add get_fill_size callbacks for actions missing them
2026-08-12 17:53 UTC (3+ messages)
[PATCH bpf-next v3 1/6] bpf: Derive the atomic load register in one place
2026-08-12 17:40 UTC (4+ messages)
` [PATCH bpf-next v3 4/6] bpf, arm64: Clear fetch destination on faulting arena atomic
[PATCH bpf-next v6 0/5] Introduce bpf_ksock
2026-08-12 17:39 UTC (13+ messages)
` [PATCH bpf-next v6 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v6 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v6 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v6 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
` [PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
[PATCH bpf-next] bpf: Trim special_kfunc_list in verifier
2026-08-12 16:48 UTC
[PATCH net v3 0/1] ip: orphan prefetched skbs before multicast forwarding
2026-08-12 16:36 UTC (2+ messages)
` [PATCH net v3 1/1] "
[PATCH] cachefiles,netfs: sunset ondemand mode
2026-08-12 15:10 UTC (4+ messages)
[PATCH] netdevsim: update rxq->napi pointer during queue reset
2026-08-12 14:02 UTC (2+ messages)
[PATCH 1/5] Docs: changes.rst: rename file and references and add links
2026-08-12 13:15 UTC (4+ messages)
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-08-12 13:13 UTC (4+ messages)
[PATCH bpf-next v7 0/6] bpf: decap flags and GSO state updates
2026-08-12 12:30 UTC (13+ messages)
` [PATCH bpf-next v7 4/6] bpf: allow new DECAP flags and add guard rails
` [PATCH bpf-next v7 5/6] bpf: clear decap state on skb_adjust_room shrink path
` [PATCH bpf-next v7 6/6] selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state
[PATCH net-next 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
2026-08-12 11:05 UTC (3+ messages)
` [PATCH net-next 2/3] xsk: honor XDP_TX_METADATA in zero-copy path
[PATCH bpf-next v5 0/5] Introduce bpf_ksock
2026-08-12 10:54 UTC (9+ messages)
` [PATCH bpf-next v5 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v5 2/5] bpf: Add ksock kfuncs
[PATCH] perf/bpf: Fix data race in __perf_event_overflow
2026-08-12 10:35 UTC (2+ messages)
[PATCH bpf-next v7 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
2026-08-12 10:33 UTC (2+ messages)
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