messages from 2026-09-02 14:58:12 to 2026-09-03 15:54:35 UTC [more...]
[PATCH bpf v1 00/10] Misc bug fixes - part 1
2026-09-03 15:54 UTC (22+ 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-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 net v2] net/ipv6: don't route packets with unknown source address
2026-09-03 14:56 UTC (2+ messages)
[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-next v2] bpftool: Scale multiplexed perf counters
2026-09-03 14:33 UTC (4+ messages)
[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 (15+ messages)
` [PATCH bpf-next 1/7] bpf: Allow BPF LSM programs to attach to more hooks
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-03 13:02 UTC (6+ 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: Fix u32 overflow issue in map batch operations
2026-09-03 12:31 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[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
[PATCHv2 bpf-next 0/3] bpf, x86: Add jit dry run mode
2026-09-03 10:28 UTC (7+ messages)
` [PATCHv2 bpf-next 1/3] bpf, x86: Split x86_call_depth_emit_accounting in two functions
` [PATCHv2 bpf-next 2/3] bpf, x86: Introduce JIT emission context
` [PATCHv2 bpf-next 3/3] bpf, x86: Add support for jit dry run
[PATCH v2 bpf] selftests/bpf: Add tests to assert that netfilter progs cannot write to skb
2026-09-03 10:27 UTC (2+ messages)
[PATCH net-next V3 00/15] net/mlx5e: Add support for HW-GRO to PSP
2026-09-03 10:26 UTC (17+ messages)
` [PATCH net-next V3 01/15] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
` [PATCH net-next V3 02/15] net/mlx5e: ipsec: Block TC offload when IPsec is enabled
` [PATCH net-next V3 03/15] net/mlx5e: psp: Block TC offload when PSP "
` [PATCH net-next V3 04/15] net/mlx5e: macsec: Block TC offload when MACsec "
` [PATCH net-next V3 05/15] net/mlx5e: psp: Move RX marker from ft_metadata to flow_tag
` [PATCH net-next V3 06/15] net/mlx5e: ipsec: "
` [PATCH net-next V3 07/15] net/mlx5e: macsec: "
` [PATCH net-next V3 08/15] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets
` [PATCH net-next V3 09/15] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next V3 10/15] net/mlx5e: shampo: Flush session on PSP mismatch
` [PATCH net-next V3 11/15] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
` [PATCH net-next V3 12/15] selftests: drv-net: psp: Extract shared helpers into psp_lib.py
` [PATCH net-next V3 13/15] selftests: drv-net: gro: Extract shared helpers into gro_lib.py
` [PATCH net-next V3 14/15] selftests: net: gro: Add PSP encapsulation and encryption
` [PATCH net-next V3 15/15] selftests: drv-net: Add PSP HW GRO conformance tests
[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
2026-09-03 10:09 UTC
[PATCH bpf-next 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
2026-09-03 9:32 UTC (6+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: Add assertions for bpf_program__{add,clear}_flags()
` [PATCH bpf-next 3/4] selftests/bpf: Adopt bpf_program__add_flags() helper
` [PATCH bpf-next 4/4] bpftool: "
[PATCH net-next v2] net: mana: remove unreachable dead code in mana_bpf()
2026-09-03 9:10 UTC (2+ messages)
[PATCH] tools libbpf: Fix signed shift UB in btf_type_info()
2026-09-03 9:05 UTC (3+ messages)
[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-09-03 8:22 UTC (20+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 03/13] arm: pass pt_regs to audit_syscall_entry()
` [PATCH v2 04/13] arm64: "
` [PATCH v2 05/13] csky: "
` [PATCH v2 08/13] openrisc: "
` [PATCH v2 09/13] parisc: "
` [PATCH v2 11/13] sparc64: "
` [PATCH v2 12/13] um: "
` [PATCH v2 13/13] xtensa: "
[PATCH bpf-next v3 0/4] libbpf: Move section-defined program flags to prog_flags
2026-09-03 7:53 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] bpftool: Set BPF_F_XDP_DEV_BOUND_ONLY flag non-destructively
[PATCH bpf-next] exec: Drop bprm loader before closing bprm->file
2026-09-03 7:24 UTC (2+ messages)
[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
2026-09-03 6:07 UTC (6+ messages)
` [RFC bpf-next 4/6] selftests/bpf: cover low-32 subreg-equal link for zero-extending movs
[PATCH] selftests/bpf: Fix map_lookup_percpu_elem on sparse CPU IDs
2026-09-03 5:29 UTC (3+ messages)
[PATCH v12 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-03 2:33 UTC
[PATCH v11 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-03 2:29 UTC (3+ messages)
[PATCH mptcp-next 0/2] selftests: mptcp: convert iptables to nftables
2026-09-03 2:15 UTC (4+ messages)
` [PATCH mptcp-next 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh
[PATCH mptcp-next v2 0/2] selftests: mptcp: convert iptables to nftables
2026-09-03 1:19 UTC (4+ messages)
` [PATCH mptcp-next v2 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh
` [PATCH mptcp-next v2 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh
[PATCH bpf 1/2] bpf: reject BPF_PSEUDO_FUNC reference to the main program
2026-09-03 0:50 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: "
[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
2026-09-03 0:48 UTC (10+ messages)
[PATCH bpf-next] libbpf: Reject oversized unknown BTF type records
2026-09-03 0:40 UTC (2+ messages)
[PATCH] libbpf: Fix debian kernel version information parsing
2026-09-03 0:30 UTC (2+ messages)
[PATCH bpf-next v3 3/4] libbpf: Move section-defined program flags to prog_flags
2026-09-03 0:22 UTC (3+ messages)
[PATCH bpf v5 0/2] bpf: Fix queue/stack map u32 index overflow
2026-09-02 23:30 UTC (2+ messages)
[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
2026-09-02 23:10 UTC (3+ messages)
[PATCH bpf v3 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
2026-09-02 23:06 UTC (8+ messages)
` [PATCH bpf v3 1/2] bpf: Unconditionally take socket references in lookup helpers
` [PATCH bpf v3 2/2] bpf: Fix reference leak in bpf_sk_assign()
[BUG] bpf: x86 timed may_goto corrupts private-stack JIT state
2026-09-02 22:59 UTC (6+ messages)
[PATCH net v3 0/4] net: stmmac: re-apply taprio offload in __stmmac_open() and stmmac_resume()
2026-09-02 22:24 UTC (9+ messages)
` [PATCH net v3 1/4] net: stmmac: propagate PTP init failures in stmmac_setup_ptp()
` [PATCH net v3 2/4] net: stmmac: embed struct stmmac_est in stmmac_priv struct
` [PATCH net v3 3/4] net: stmmac: pass the desired EST enable state to est_configure()
` [PATCH net v3 4/4] net: stmmac: re-apply taprio offload in __stmmac_open() and stmmac_resume()
[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-09-01 (i40e)
2026-09-02 21:18 UTC (3+ messages)
` [PATCH net-next 4/4] i40e: Avoid repeating RX filter warning
LLVM regression in memcpy struct bpf_sock_ops->remote_ip6 to struct in6_addr
2026-09-02 20:18 UTC (3+ messages)
[PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note
2026-09-02 19:37 UTC
[PATCH v2 00/15] BPF interface for applying Landlock rulesets
2026-09-02 18:28 UTC (5+ messages)
` [PATCH v2 01/15] lsm: Add the LSM policy object lifetime hooks
[PATCH bpf 1/2] bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks
2026-09-02 18:20 UTC (2+ messages)
[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-02 18:14 UTC (5+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
[PATCH v2] sched_ext: don't deliver duplicate ops.cgroup_set_idle() for same value
2026-09-02 17:48 UTC (2+ messages)
[PATCH bpf-next v4 1/2] bpf: Allow terminal gotox instructions
2026-09-02 17:54 UTC (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test "
[PATCH bpf-next v3 1/2] bpf: Allow terminal gotox instructions
2026-09-02 15:45 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test "
[PATCH bpf-next 1/2] bpf: Only check nmi_uaccess_okay() when signalling current
2026-09-02 15:18 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_send_signal_task() from kernel thread context
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