messages from 2026-09-01 14:19:30 to 2026-09-02 15:04:07 UTC [more...]
[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-09-02 15:04 UTC (25+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()
` [PATCH v2 03/13] arm: "
` [PATCH v2 04/13] arm64: "
` [PATCH v2 05/13] csky: "
` [PATCH v2 06/13] microblaze: "
` [PATCH v2 07/13] mips: "
` [PATCH v2 08/13] openrisc: "
` [PATCH v2 09/13] parisc: "
` [PATCH v2 10/13] sh: "
` [PATCH v2 11/13] sparc64: "
` [PATCH v2 12/13] um: "
` [PATCH v2 13/13] xtensa: "
[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
2026-09-02 15:11 UTC (9+ messages)
` [PATCH bpf-next 1/7] bpf: Allow BPF LSM programs to attach to more hooks
[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-09-02 14:14 UTC (6+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "
[PATCH bpf 1/2] bpf: backtrack_insn(): handle ld_{abs,ind} subprog exit edge
2026-09-02 14:10 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: precision tracking across BPF_ABS subprog exit
[PATCH bpf-next v2] bpftool: Scale multiplexed perf counters
2026-09-02 13:53 UTC
[PATCH v2 00/15] BPF interface for applying Landlock rulesets
2026-09-02 13:05 UTC (6+ messages)
` [PATCH v2 01/15] lsm: Add the LSM policy object lifetime hooks
` [PATCH v2 14/15] selftests/bpf: Test the LSM policy object kfuncs with Landlock
[PATCH net v3] xsk: set network header on skb at generic transmit
2026-09-02 12:10 UTC
[PATCH net v2] xsk: set network header on skb at generic transmit
2026-09-02 11:55 UTC (3+ messages)
[PATCH net] net/ipv6: don't route packets with unknown source address
2026-09-02 11:51 UTC (5+ messages)
` [syzbot ci] "
[PATCH v2 dwarves 0/6] Encoding of inline functions using BTF
2026-09-02 11:38 UTC (7+ messages)
` [PATCH v2 dwarves 1/6] dwarf_loader: Add parameter list to inlined expansions
` [PATCH v2 dwarves 2/6] dwarf_loader: Resolve inline expansion names during recoding
` [PATCH v2 dwarves 3/6] dwarf_loader: Collect inline expansion location data
` [PATCH v2 dwarves 4/6] pahole: Support inline BTF location encoding
` [PATCH v2 dwarves 5/6] btf_loader: Add "inline" annotation for inlined functions
` [PATCH v2 dwarves 6/6] tests: Validate inline BTF encoding
[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
2026-09-02 10:15 UTC (7+ messages)
[PATCH mptcp-next 0/2] selftests: mptcp: convert iptables to nftables
2026-09-02 10:00 UTC (7+ messages)
` [PATCH mptcp-next 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh
` [PATCH mptcp-next 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh
[PATCH bpf-next v4 2/3] bpf, arena: fix range_tree_set inconsistency on kmalloc_nolock failure
2026-09-02 9:53 UTC (6+ messages)
` [PATCH bpf-next v5 0/3] bpf, arena: fix range_tree consistency on allocation failure
` [PATCH bpf-next v5 1/3] bpf, arena: fix range_tree_clear inconsistency on kmalloc_nolock failure
` [PATCH bpf-next v5 2/3] bpf, arena: fix range_tree_set "
` [PATCH bpf-next v5 3/3] bpf, arena: handle range_tree_set failures in alloc/free paths
[PATCH] bpf: cgroup: fix null-ptr-deref in __cgroup_bpf_attach
2026-09-02 9:52 UTC (3+ messages)
[PATCH bpf-next] libbpf: Reject oversized unknown BTF type records
2026-09-02 9:23 UTC (2+ messages)
[PATCH net-next v2] net: mana: remove unreachable dead code in mana_bpf()
2026-09-02 9:10 UTC
[PATCH bpf] selftests/bpf: Add tests to assert that netfilter progs cannot write to skb
2026-09-02 9:00 UTC (3+ messages)
[PATCH bpf v3 2/2] selftests/bpf: Cover strparser self-pass forward allocation
2026-09-02 8:40 UTC (3+ messages)
[PATCH bpf v2] bpf: Enforce cgroup storage map consistency for freplace attach
2026-09-02 8:31 UTC (2+ messages)
[PATCH bpf-next 0/5] bpf: Fix arena memory incoherence
2026-09-02 8:20 UTC (12+ messages)
` [PATCH bpf-next 1/5] bpf: Update is_range_tree_set to work for consecutive ranges
` [PATCH bpf-next 2/5] bpf: Track availability information for ranges in range tree
` [PATCH bpf-next 3/5] bpf: Fix arena race between page free and alloc leading to incoherency
` [PATCH bpf-next 4/5] bpf: Atomically update PTE and range tree in arena VM fault handler
` [PATCH bpf-next 5/5] selftests/bpf: Add arena allocation race tests
[PATCH bpf-next v5] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
2026-09-02 8:19 UTC (3+ messages)
[RFC PATCH bpf-next 0/6] bpf: Add UHMUL and SHMUL instructions
2026-09-02 8:09 UTC (9+ messages)
` [RFC PATCH bpf-next 1/6] "
` [RFC PATCH bpf-next 2/6] bpf, x86: JIT UHMUL and SHMUL on x86-64
` [RFC PATCH bpf-next 3/6] bpf: Reject UHMUL/SHMUL in unsupported JITs
` [RFC PATCH bpf-next 4/6] bpf: Refactor ALU instruction variant validation
` [RFC PATCH bpf-next 5/6] bpf: Add verifier support for UHMUL and SHMUL
` [RFC PATCH bpf-next 6/6] selftests/bpf: Add bytecode tests "
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-02 7:46 UTC (4+ messages)
[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
2026-09-02 7:44 UTC (5+ messages)
[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
2026-09-02 7:15 UTC (2+ messages)
[PATCH bpf v2] bpf, riscv: Make arena support depend on ZACAS
2026-09-02 7:00 UTC (2+ messages)
[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-02 6:57 UTC (4+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
[PATCH v3 0/2] sched_ext: document and enforce vtime ordering constraints
2026-09-02 6:42 UTC (5+ messages)
` [PATCH v3 1/2] sched_ext: document the rolling-cursor requirement for dsq_vtime
` [PATCH v3 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe
[PATCH bpf-next 0/5] bpf: Introduce LOADER_LOAD_FD
2026-09-02 3:35 UTC (3+ messages)
[PATCH bpf v1 RESEND] bpf: Fix timer_lockup deadlock using atomic_fetch_inc()
2026-09-02 2:42 UTC (4+ messages)
[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
2026-09-02 2:52 UTC (2+ messages)
[PATCH bpf-next] bpf, riscv: Register extable entries at probe insn call sites
2026-09-02 2:26 UTC (3+ messages)
[PATCH v11 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-02 1:55 UTC
[PATCH v10 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
2026-09-02 1:39 UTC (2+ messages)
[PATCH v2 0/2] sched_ext: document and enforce vtime ordering constraints
2026-09-02 1:21 UTC (7+ messages)
` [PATCH v2 1/2] sched_ext: document the rolling-cursor requirement for dsq_vtime
` [PATCH v2 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe
[PATCH bpf-next] bpftool: Print average cycles per program run in profiler
2026-09-02 0:07 UTC (5+ messages)
[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-09-01 (i40e)
2026-09-01 21:17 UTC (5+ messages)
` [PATCH net-next 1/4] i40e: prepare for XDP metadata ops support
` [PATCH net-next 2/4] i40e: add support for bpf_xdp_metadata_rx_hash()
` [PATCH net-next 3/4] i40e: add support for bpf_xdp_metadata_rx_vlan_tag()
` [PATCH net-next 4/4] i40e: Avoid repeating RX filter warning
[PATCH bpf] bpf: Fix non-linear SRH access in bpf_update_srh_state()
2026-09-01 18:55 UTC (2+ messages)
[PATCH bpf-next v8 1/8] bpf: mark instructions accessing program stack
2026-09-01 18:35 UTC (3+ messages)
[PATCH v2 bpf-next 00/18] Support inline functions in BTF
2026-09-01 18:14 UTC (42+ messages)
` [PATCH v2 bpf-next 01/18] btf: Extend UAPI to support BTF location (inline site) info
` [PATCH v2 bpf-next 02/18] libbpf: Add support for BTF kinds LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 03/18] libbpf: Support moving permuted BTF types into split BTF
` [PATCH v2 bpf-next 04/18] selftests/bpf: Test helper support for BTF_KIND_LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 05/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to field iter tests
` [PATCH v2 bpf-next 06/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to dedup split tests
` [PATCH v2 bpf-next 07/18] selftests/bpf: BTF distill tests to ensure LOC[_PARAM|_PROTO] add to split BTF
` [PATCH v2 bpf-next 08/18] selftests/bpf: Validate that btf__permute transfer works
` [PATCH v2 bpf-next 09/18] bpftool: Handle multi-split BTF by supporting multiple base BTFs
` [PATCH v2 bpf-next 10/18] bpftool: Document support for multi-split BTF
` [PATCH v2 bpf-next 11/18] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [PATCH v2 bpf-next 12/18] resolve_btfids: Extract inline BTF
` [PATCH v2 bpf-next 13/18] kbuild: Add support for BTF inline information
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf
` [PATCH v2 bpf-next 15/18] btf: Support CONFIG_DEBUG_INFO_BTF_INLINE=m
` [PATCH v2 bpf-next 16/18] btf: Relocate inline BTF for modules with distilled base BTF
` [PATCH v2 bpf-next 17/18] selftests/bpf: Test BTF sysfs inline representations
` [PATCH v2 bpf-next 18/18] selftests/bpf: Add a test verifying inline information
[PATCH bpf-next v8 4/8] bpf, x86: emit KASAN checks in x86 JITed programs
2026-09-01 17:58 UTC (3+ messages)
[PATCH bpf-next v3 1/2] bpf: Allow terminal gotox instructions
2026-09-01 17:55 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test "
[BUG] bpf: x86 timed may_goto corrupts private-stack JIT state
2026-09-01 17:42 UTC (5+ messages)
[PATCH 1/4] bpf: Cancel special fields in resizable hashtab on recycle
2026-09-01 17:10 UTC (6+ messages)
` [PATCH bpf-next v3 0/4] "
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] bpf: Fix use-after-free of program BTF in mem-alloc destructor
[PATCHv5 net-next] tcp: Add TCP ROCCET congestion control module
2026-09-01 17:04 UTC (2+ messages)
[PATCH net-next v9 0/2] Explicit TSO segment count
2026-09-01 16:52 UTC (3+ messages)
` [PATCH net-next v9 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls
[PATCH] selftests/bpf: Fix map_lookup_percpu_elem on sparse CPU IDs
2026-09-01 16:42 UTC (4+ messages)
[PATCH bpf-next v2 2/2] selftests/bpf: Test terminal gotox instructions
2026-09-01 16:21 UTC (4+ messages)
[PATCH bpf v3] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
2026-09-01 15:55 UTC (2+ messages)
[PATCH v2 0/6] Fix locking issues in rc core
2026-09-01 14:24 UTC (2+ messages)
` [PATCH v2 5/6] media: rc: Fix race between bpf(BPG_PROG_ATTACH) and device unregister
[PATCH v2 0/3] HID: bpf: fix 7.3-rc0 bpf breakage
2026-09-01 14:22 UTC (2+ 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