messages from 2026-05-08 02:28:28 to 2026-05-10 17:11:28 UTC [more...]
[PATCH bpf-next v2 12/23] bpf: Enable r11 based insns
2026-05-10 17:11 UTC (3+ messages)
[PATCH bpf-next v2 11/23] bpf: Prepare architecture JIT support for stack arguments
2026-05-10 17:05 UTC (3+ messages)
[PATCH bpf-next v2 10/23] bpf: Reject stack arguments in non-JITed programs
2026-05-10 16:59 UTC (3+ messages)
[PATCH bpf-next v2 09/23] bpf: Extend liveness analysis to track stack argument slots
2026-05-10 16:47 UTC (5+ messages)
[PATCH bpf-next v2 07/23] bpf: Add precision marking and backtracking for stack argument slots
2026-05-10 16:41 UTC (5+ messages)
[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
2026-05-10 15:56 UTC (13+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction
[GIT PULL] BPF fixes for 7.1-rc3
2026-05-10 15:54 UTC (2+ messages)
[bpf-next v3 1/2] bpf: Offload kptr destructors that run from NMI
2026-05-10 15:13 UTC (3+ messages)
[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
2026-05-10 6:47 UTC (3+ messages)
[PATCH V2 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
2026-05-10 3:37 UTC (2+ messages)
[PATCH V2 2/2] kernel/bpf/verifier: Support module kfunc resolution via instruction offset
2026-05-10 3:37 UTC (2+ messages)
[PATCH V2 0/2] Enable module kfuncs to override vmlinux kfuncs
2026-05-10 3:01 UTC
[PATCH net-next 00/12] net: enable TC956x support
2026-05-10 2:25 UTC (22+ messages)
` [PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
` [PATCH net-next 10/12] net: stmmac: tc956x: add TC956x/QPS615 support
` [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy
[PATCH net 0/4] xsk: fix meta and publish of cq issues
2026-05-10 1:23 UTC (5+ messages)
` [PATCH net 1/4] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
` [PATCH net 2/4] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH net 4/4] xsk: drain continuation descs on invalid descriptor in __xsk_generic_xmit()
[PATCH bpf v2] bpf: Fix off-by-one boundary validation in arena direct-value access
2026-05-09 23:20 UTC (2+ messages)
[PATCH bpf v4] xskmap: reject TX-only AF_XDP sockets
2026-05-09 23:20 UTC (4+ messages)
[PATCH bpf] bpf: Don't run arg-tracking analysis twice on main subprog
2026-05-09 23:16 UTC (4+ messages)
[PATCH bpf-next v2 00/23] bpf: Support stack arguments for BPF functions and kfuncs
2026-05-09 13:44 UTC (11+ messages)
` [PATCH bpf-next v2 05/23] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v2 21/23] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
[PATCH bpf-next v2 04/23] bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
2026-05-09 13:05 UTC (3+ messages)
[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
2026-05-09 8:48 UTC (5+ messages)
` [PATCH RFC net-next 1/4] xdp: add mixed page_pool/page_shared memory type
` [PATCH RFC net-next 2/4] xdp: return status from generic_xdp_tx()
` [PATCH RFC net-next 3/4] xdp: split generic XDP skb handling
` [PATCH RFC net-next 4/4] veth: use generic skb XDP handling
[PATCH net-next v4 00/13] net: lan966x: add support for PCIe FDMA
2026-05-09 8:27 UTC (20+ messages)
` [PATCH net-next v4 01/13] MAINTAINERS: add FDMA library to Sparx5 SoC entry
` [PATCH net-next v4 02/13] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next v4 03/13] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v4 04/13] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v4 05/13] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v4 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v4 07/13] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v4 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v4 09/13] net: lan966x: add PCIe FDMA support
` [PATCH net-next v4 10/13] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v4 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v4 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v4 13/13] misc: lan966x-pci: dts: add fdma interrupt to overlay
[PATCH bpf-next v2 15/23] bpf,x86: Implement JIT support for stack arguments
2026-05-09 2:21 UTC (2+ messages)
[PATCH bpf-next v2 22/23] bpf, arm64: Add JIT support for stack arguments
2026-05-09 2:15 UTC (2+ messages)
[PATCH bpf 1/2] uprobes/x86: Fix red zone clobbering in nop5 optimization
2026-05-09 2:12 UTC (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add tests for uprobe nop5 red zone clobbering
[PATCH bpf-next v2 20/23] selftests/bpf: Add precision backtracking test for stack arguments
2026-05-09 1:52 UTC (2+ messages)
[PATCH bpf-next v2 14/23] bpf: Reject stack arguments if tail call reachable
2026-05-09 1:42 UTC (2+ messages)
[PATCH bpf-next v2 18/23] selftests/bpf: Add BTF fixup for __naked subprog parameter names
2026-05-09 1:40 UTC (2+ messages)
[PATCH bpf-next v2 19/23] selftests/bpf: Add verifier tests for stack argument validation
2026-05-09 1:38 UTC (2+ messages)
[PATCH bpf-next v2 17/23] selftests/bpf: Add tests for stack argument validation
2026-05-09 1:30 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: Use both hrtimer enqueue helpers in vmlinux test
2026-05-09 0:57 UTC
[PATCH bpf-next v2 00/16] bpf: Reduce the use of migrate_{disable|enable}()
2026-05-08 23:32 UTC (4+ messages)
` [PATCH bpf-next v2 01/16] bpf: Remove migrate_{disable|enable} from LPM trie
[PATCH v14 07/19] unwind_user/sframe: Wire up unwind_user to sframe
2026-05-08 23:07 UTC (4+ messages)
[PATCH v14 06/19] unwind_user/sframe: Detect .sframe sections in executables
2026-05-08 23:05 UTC (5+ messages)
[PATCH v14 00/19] unwind_deferred: Implement sframe handling
2026-05-08 23:04 UTC (11+ messages)
` [PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v14 12/19] unwind_user/sframe: Add .sframe validation option
[PATCH net-next v3 0/8] net: devmem: support devmem with netkit devices
2026-05-08 23:03 UTC (25+ messages)
` [PATCH net-next v3 1/8] net: convert netmem_tx flag to enum
` [PATCH net-next v3 2/8] net: netkit: declare NETMEM_TX_NO_DMA mode
` [PATCH net-next v3 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v3 4/8] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v3 5/8] selftests: drv-net: make attr _nk_guest_ifname public
` [PATCH net-next v3 6/8] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v3 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v3 8/8] selftests: drv-net: add netkit devmem tests
[PATCH v14 02/19] unwind_user/sframe: Add support for reading .sframe headers
2026-05-08 23:02 UTC (4+ messages)
[PATCH v2 0/4] mm: introduce mthp_ext via cgroup-bpf to make mTHP more transparent
2026-05-08 22:52 UTC (20+ messages)
` [PATCH v2 1/4] psi: add psi_group_flush_stats() function
` [PATCH v2 2/4] bpf: add bpf_cgroup_{flush_stats,stall} function
` [PATCH v2 3/4] mm: introduce bpf_mthp_ops struct ops
` [PATCH v2 4/4] samples: bpf: add mthp_ext
[PATCH v1 bpf-next 0/8] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
2026-05-08 22:47 UTC (27+ messages)
` [PATCH v1 bpf-next 1/8] selftest: bpf: Use BPF_SOCK_OPS_ALL_CB_FLAGS + 1 for bad_cb_test_rv
` [PATCH v1 bpf-next 2/8] bpf: tcp: Introduce BPF_SOCK_OPS_RCVLOWAT_CB
` [PATCH v1 bpf-next 3/8] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVLOWAT_CB
` [PATCH v1 bpf-next 4/8] tcp: Split out __tcp_set_rcvlowat()
` [PATCH v1 bpf-next 5/8] bpf: tcp: Add kfunc to adjust sk->sk_rcvlowat
` [PATCH v1 bpf-next 6/8] bpf: tcp: Factorise bpf_skops_established()
` [PATCH v1 bpf-next 7/8] bpf: tcp: Add SOCK_OPS rcvlowat hook
` [PATCH v1 bpf-next 8/8] selftest: bpf: Add test for BPF_SOCK_OPS_RCVLOWAT_CB
[PATCH v3 1/2] bpf: render CGROUP_LSM_NUM configurable as a KConfig
2026-05-08 22:16 UTC (4+ messages)
[PATCH v2 bpf] bpf: Free reuseport cBPF prog after RCU grace period
2026-05-08 22:13 UTC (4+ messages)
[PATCH net-next,v9 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-05-08 21:35 UTC (4+ messages)
` [PATCH net-next,v9 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next,v9 2/2] net: mana: force full-page RX buffers via ethtool private flag
[PATCH v8 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-05-08 21:16 UTC (4+ messages)
` [PATCH v8 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
[PATCH v11 00/12] VMSCAPE optimization for BHI variant
2026-05-08 21:05 UTC (3+ messages)
` [PATCH v11 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH v2 bpf 0/6] bpf: tcp: Fix type confusion in bpf helper functions
2026-05-08 19:10 UTC (2+ messages)
[PATCH] sched_ext: Add scx_ai_numa scheduler example for AI workloads
2026-05-08 19:08 UTC (5+ messages)
[PATCH v7 00/10] Reintroduce Hornet LSM
2026-05-08 18:40 UTC (4+ messages)
` [PATCH v7 10/10] ipe: Add BPF program load policy enforcement via Hornet integration
[v6 00/10] Reintroduce Hornet LSM
2026-05-08 18:03 UTC (3+ messages)
[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
2026-05-08 17:33 UTC (5+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions
[PATCH bpf-next v3 00/10] bpf: Introduce resizable hash map
2026-05-08 14:22 UTC (6+ messages)
` [PATCH bpf-next v3 02/10] rhashtable: Add rhashtable_walk_enter_from()
[PATCH bpf-next v4 00/14] bpf: static stack liveness data flow analysis
2026-05-08 13:46 UTC (4+ messages)
` [PATCH bpf-next v4 10/14] bpf: change logging scheme for live stack analysis
[PATCH net-next v7 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-05-08 10:48 UTC (2+ messages)
[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-05-08 8:32 UTC (8+ messages)
` [PATCH v11 01/14] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-05-08 8:18 UTC (2+ messages)
[PATCH net v7] net: Validate protocol in skb_steal_sock() for BPF-assigned sockets
2026-05-08 7:44 UTC (2+ messages)
[PATCH v7 09/10] selftests/hornet: Add a selftest for the Hornet LSM
2026-05-08 2:58 UTC (2+ messages)
[PATCH v7 08/10] hornet: Add a light skeleton data extractor scripts
2026-05-08 2:35 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