messages from 2026-09-03 10:09:54 to 2026-09-04 06:09:45 UTC [more...]
[PATCH bpf-next 00/12] bpf: Support by-value struct and __int128 arguments
2026-09-04 6:09 UTC (21+ messages)
` [PATCH bpf-next 01/12] selftests/bpf: Add a test for an __int128 by-value argument
` [PATCH bpf-next 02/12] bpf: Index global function arguments by argument slot
` [PATCH bpf-next 03/12] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next 04/12] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next 05/12] bpf: Support by-value struct and __int128 kfunc arguments
` [PATCH bpf-next 06/12] bpf: Add a JIT helper for the outgoing stack of kfunc calls
` [PATCH bpf-next 07/12] bpf, x86: Place kfunc arguments per the SysV calling convention
` [PATCH bpf-next 08/12] bpf: Record a 16-byte argument alignment in the function model
` [PATCH bpf-next 09/12] bpf, arm64: Place kfunc arguments per AAPCS64
` [PATCH bpf-next 10/12] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
` [PATCH bpf-next 11/12] selftests/bpf: Add inline-asm tests for by-value arguments
` [PATCH bpf-next 12/12] selftests/bpf: Add tests for by-value kfunc arguments
[PATCH bpf-next 1/2] selftests/bpf: Move verifier failure tests out of test_global_percpu_data
2026-09-04 6:07 UTC (5+ messages)
` [PATCH bpf-next 2/2] bpftool: Reject non-autoload programs for light skeletons
[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
2026-09-04 5:41 UTC (2+ messages)
[PATCH v2 bpf] selftests/bpf: Add tests to assert that netfilter progs cannot write to skb
2026-09-04 4:50 UTC (3+ messages)
[PATCH v2] bpf: Fix u32 overflow issue in map batch operations
2026-09-04 4:45 UTC (5+ messages)
` [PATCH v3] "
[PATCH net-next v3] selftests/bpf: Track test_xdp_features DUT processes
2026-09-04 4:44 UTC
[PATCHv2 bpf-next 0/3] bpf, x86: Add jit dry run mode
2026-09-04 4:40 UTC (4+ messages)
` [PATCHv2 bpf-next 3/3] bpf, x86: Add support for jit dry run
[PATCH net v2] xsk: set network header on skb at generic transmit
2026-09-04 4:10 UTC (4+ messages)
[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
2026-09-04 3:33 UTC (10+ messages)
` [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC]
` Mailer snafu (was Re: [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC])
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-04 3:30 UTC (7+ messages)
[PATCH bpf v2 1/2] bpf: bound resizable hash map iteration
2026-09-04 3:16 UTC (3+ messages)
[PATCH v13 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-04 3:15 UTC
[PATCH v12 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-04 3:12 UTC (3+ messages)
[PATCH] bpf, sockmap: Fix self-redirect copied_seq double-counting
2026-09-04 3:03 UTC
[PATCH v7 0/3] perf/core: sched_task() dispatch and branch entry fixes
2026-09-04 2:45 UTC (2+ messages)
[PATCH bpf v1 0/8] Misc bug fixes - part 2
2026-09-04 2:30 UTC (19+ messages)
` [PATCH bpf v1 1/8] bpf: Check ancestor frames for rbtree callbacks
` [PATCH bpf v1 2/8] selftests/bpf: Check rbtree callback restrictions in subprogs
` [PATCH bpf v1 3/8] bpf: Mark bpf_btf_find_by_name_kind() as sleepable
` [PATCH bpf v1 4/8] selftests/bpf: Test btf lookup helper sleepability
` [PATCH bpf v1 5/8] bpf: Mark faultable stack helpers as sleepable
` [PATCH bpf v1 6/8] selftests/bpf: Check faultable stack helper contexts
` [PATCH bpf v1 7/8] bpf: Reject legacy packet loads from callbacks
` [PATCH bpf v1 8/8] selftests/bpf: "
[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
2026-09-04 2:18 UTC (12+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH RFC 5/8] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH RFC 6/8] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH RFC 7/8] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust
[PATCH bpf 1/2] bpf: don't rewrite bpf_fastcall patterns entered by a jump
2026-09-04 2:00 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: "
[PATCH bpf 1/3] bpf: zero extend the result of an arena 32-bit cmpxchg
2026-09-04 2:00 UTC (6+ messages)
` [PATCH bpf 2/3] bpf: update disasm.c to print BPF_PROBE_ATOMIC as atomics
` [PATCH bpf 3/3] selftests/bpf: check zero extension of an arena 32-bit cmpxchg
[PATCH net v3] xsk: set network header on skb at generic transmit
2026-09-04 1:23 UTC (2+ messages)
[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
2026-09-03 23:25 UTC (4+ messages)
` [RFC bpf-next 2/2] bpf, mips: Add support for BPF_MOVSX in "
[PATCH net v2] net/ipv6: don't route packets with unknown source address
2026-09-03 22:38 UTC (3+ messages)
[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
2026-09-03 22:33 UTC (4+ messages)
[PATCH 6.12.y] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
2026-09-03 22:27 UTC (2+ messages)
[PATCH net-next v5 00/12] gve: AdminQ mode related refactors
2026-09-03 21:56 UTC (13+ messages)
` [PATCH net-next v5 01/12] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v5 02/12] gve: introduce control plane operations structure
` [PATCH net-next v5 03/12] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v5 04/12] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v5 05/12] gve: refactor gve_init_priv for reset path
` [PATCH net-next v5 06/12] gve: simplify reset logic
` [PATCH net-next v5 07/12] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v5 08/12] gve: split up notify block allocation and setup paths
` [PATCH net-next v5 09/12] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v5 10/12] gve: setup and teardown management interrupts
` [PATCH net-next v5 11/12] gve: add ctrl ops to for queue operations
` [PATCH net-next v5 12/12] gve: add link status/speed ctrl ops
[PATCH net v3 0/4] net: stmmac: re-apply taprio offload in __stmmac_open() and stmmac_resume()
2026-09-03 20:18 UTC (5+ messages)
` [PATCH net v3 1/4] net: stmmac: propagate PTP init failures in stmmac_setup_ptp()
` [PATCH net v3 4/4] net: stmmac: re-apply taprio offload in __stmmac_open() and stmmac_resume()
[PATCH net-next v9 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls
2026-09-03 19:57 UTC (2+ messages)
` [net-next,v9,2/2] "
[PATCH net-next v9 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
2026-09-03 19:57 UTC (2+ messages)
` [net-next,v9,1/2] "
[PATCH v10 net-next 2/2] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-03 19:15 UTC (2+ messages)
` [v10,net-next,2/2] "
[PATCH v10 net-next 1/2] net/sched: mqprio: pass qdisc handle to offload drivers
2026-09-03 19:15 UTC (2+ messages)
` [v10,net-next,1/2] "
[PATCH] selftests/bpf: Fix map_lookup_percpu_elem on sparse CPU IDs
2026-09-03 16:57 UTC (5+ messages)
[PATCH bpf v1 00/10] Misc bug fixes - part 1
2026-09-03 16:50 UTC (24+ messages)
` [PATCH bpf v1 01/10] bpf: Mark signal tracepoint siginfo arguments as scalar
` [PATCH bpf v1 02/10] selftests/bpf: Cover signal tracepoint siginfo sentinels
` [PATCH bpf v1 03/10] bpf: Reject tail calls directly from callback frames
` [PATCH bpf v1 04/10] selftests/bpf: Test direct tail calls from callbacks
` [PATCH bpf v1 05/10] bpf: Reject resilient lock operations in rbtree callbacks
` [PATCH bpf v1 06/10] selftests/bpf: Reject resilient unlock in rbtree callback
` [PATCH bpf v1 07/10] bpf: Mark sched_process_wait argument as nullable
` [PATCH bpf v1 08/10] selftests/bpf: Test sched_process_wait nullable argument
` [PATCH bpf v1 09/10] bpf: Mark syscall helpers as sleepable
` [PATCH bpf v1 10/10] selftests/bpf: Check syscall helpers in timer callbacks
[PATCH bpf v4 0/5] bpf: Fix NULL-ptr-derefs when showing a void BTF type
2026-09-03 16:40 UTC (2+ messages)
[PATCH bpf-next v2] bpftool: Scale multiplexed perf counters
2026-09-03 16:15 UTC (5+ messages)
[PATCH bpf-next v9 0/8] bpf: add support for KASAN checks in JITed programs
2026-09-03 15:18 UTC (12+ messages)
` [PATCH bpf-next v9 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v9 2/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v9 3/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v9 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v9 5/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v9 6/8] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v9 7/8] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v9 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
2026-09-03 15:03 UTC
[PATCH bpf 1/2] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()
2026-09-03 14:34 UTC (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test bpf_sock_destroy() on a TIME_WAIT sock
[PATCH] bpf: disasm: guard print_bpf_insn against BPF_MEMSX | BPF_DW
2026-09-03 14:30 UTC (4+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2026-09-03 14:10 UTC
[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
2026-09-03 13:44 UTC (7+ messages)
[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
2026-09-03 13:23 UTC (5+ messages)
[PATCH bpf-next v6 0/2] libbpf: Improve BPF load performance by selectively loading module BTFs
2026-09-03 12:52 UTC (7+ messages)
` [PATCH bpf-next v6 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v6 2/2] selftests/bpf: add tests for selective module BTF loading
[PATCH] bpf: say why a module BTF mismatch keeps the module from loading
2026-09-03 11:46 UTC (2+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-03 10:48 UTC (17+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
` [PATCH v2 4/8] mm: convert PTE table entries in ptep_get()
` [PATCH v2 5/8] mm: convert PTE table entry to pte
` [PATCH v2 6/8] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH v2 7/8] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH v2 8/8] xen: "
[PATCH bpf-next] bpf: Use kvfree() in xdp_test_run_teardown()
2026-09-03 10:43 UTC
[PATCH net-next V3 00/15] net/mlx5e: Add support for HW-GRO to PSP
2026-09-03 10:26 UTC (3+ messages)
` [PATCH net-next V3 14/15] selftests: net: gro: Add PSP encapsulation and encryption
[PATCHv2 bpf-next 2/3] bpf, x86: Introduce JIT emission context
2026-09-03 10:14 UTC (2+ messages)
[PATCHv2 bpf-next 1/3] bpf, x86: Split x86_call_depth_emit_accounting in two functions
2026-09-03 10:14 UTC (2+ messages)
[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
2026-09-03 10:09 UTC
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;
as well as URLs for NNTP newsgroup(s).