messages from 2026-03-26 13:54:55 to 2026-03-27 18:20:02 UTC [more...]
[PATCH net-next v8 0/5] net: stmmac: Add PCI driver support for BCM8958x
2026-03-27 18:17 UTC (7+ messages)
` [PATCH net-next v8 4/6] "
` [PATCH net-next v8 5/6] Fix error handling in probe function
[PATCH v3 0/9] Reintrodce Hornet LSM
2026-03-27 17:54 UTC (4+ messages)
` [PATCH v3 4/9] lsm: framework for BPF integrity verification
[RFC 0/2] block: Introduce a BPF-based I/O scheduler
2026-03-27 17:45 UTC (6+ messages)
` [RFC 1/2] block: Introduce the UFQ "
` [RFC 2/2] tools/ufq_iosched: add BPF example scheduler and build scaffolding
[PATCH bpf-next v4 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
2026-03-27 17:06 UTC (6+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants
[PATCH bpf-next v1 0/3] Task local data bug fixes and improvement
2026-03-27 16:56 UTC (10+ messages)
` [PATCH bpf-next v1 1/3] selftests/bpf: Fix task_local_data data allocation size
` [PATCH bpf-next v1 2/3] selftests/bpf: Simplify task_local_data memory allocation
` [PATCH bpf-next v1 3/3] selftests/bpf: Make sure TLD_DEFINE_KEY runs first
[PATCH] kbuild: fix decl_tag_kfuncs gating to require pahole v1.27
2026-03-27 16:53 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: enable x86 fentry on tail-called programs
2026-03-27 16:30 UTC (11+ messages)
` [PATCH bpf-next 1/2] bpf, x86: patch tail-call fentry slot on non-IBT JITs
` [PATCH bpf-next 2/2] selftests/bpf: cover fentry on tailcalled programs
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
2026-03-27 16:24 UTC (12+ messages)
` [REGRESSION] "
[PATCH RESEND v2 0/2] bpf: classify block device hooks and add selftests
2026-03-27 16:10 UTC (4+ messages)
` [PATCH RESEND v2 1/2] bpf: classify block device hooks appropriately
` [PATCH RESEND v2 2/2] selftests/bpf: add block device management selftests
[BUG] bpf: use-after-free in hashtab BPF_F_LOCK in-place update path
2026-03-27 16:09 UTC (12+ messages)
[PATCH dwarves v4 00/11] pahole: Encode true signatures in kernel BTF
2026-03-27 16:02 UTC (2+ messages)
[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-27 15:54 UTC (6+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH 0/2] bpf: Migrate bpf_task_work and file dynptr to kmalloc_nolock
2026-03-27 14:46 UTC (7+ messages)
` [PATCH 1/2] bpf: Migrate bpf_task_work "
` [PATCH 2/2] bpf: Migrate dynptr file "
[PATCH v3 net 0/8] xsk: tailroom reservation and MTU validation
2026-03-27 14:20 UTC (3+ messages)
[PATCH net-next v2 3/5] ice: migrate to netdev ops lock
2026-03-27 13:57 UTC (2+ messages)
[PATCH net] net/sched: Mark qdisc for deletion if graft cannot delete
2026-03-27 13:58 UTC (11+ messages)
[PATCH bpf v3 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-03-27 13:38 UTC (3+ messages)
` [PATCH bpf v3 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v3 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()
[PATCH] bpf: add bpf_real_inode() kfunc
2026-03-27 12:19 UTC (5+ messages)
[PATCH bpf-next v6 0/6] bpf: Add support for sleepable tracepoint programs
2026-03-27 12:18 UTC (16+ messages)
` [PATCH bpf-next v6 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v6 2/6] bpf: Rename bpf_prog_run_array_uprobe() to bpf_prog_run_array_sleepable()
` [PATCH bpf-next v6 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v6 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v6 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v6 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH net-next v10 00/14] netkit: Support for io_uring zero-copy and AF_XDP
2026-03-27 12:10 UTC (15+ messages)
` [PATCH net-next v10 01/14] net: Add queue-create operation
` [PATCH net-next v10 02/14] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v10 03/14] net: Add lease info to queue-get response
` [PATCH net-next v10 04/14] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v10 05/14] net: Slightly simplify net_mp_{open,close}_rxq
` [PATCH net-next v10 06/14] net: Proxy netif_mp_{open,close}_rxq for leased queues
` [PATCH net-next v10 07/14] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v10 08/14] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v10 09/14] xsk: Proxy pool management for leased queues
` [PATCH net-next v10 10/14] netkit: Add single device mode for netkit
` [PATCH net-next v10 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v10 12/14] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v10 13/14] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v10 14/14] selftests/net: Add queue leasing tests with netkit
[PATCH net-next 00/10] net: lan966x: add support for PCIe FDMA
2026-03-27 11:07 UTC (8+ messages)
[PATCH v2 0/5] bpf: skb_adjust_room helper refactor and tunnel decap flags
2026-03-27 10:55 UTC (9+ messages)
` [PATCH v2 3/5] bpf: add helper masks for ADJ_ROOM flags and encap validation
` [PATCH v2 4/5] bpf: allow new DECAP flags and add guard rails
[PATCH bpf v5 0/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
2026-03-27 9:55 UTC (8+ messages)
` [PATCH bpf v5 1/3] bpf: Reject bpf-to-bpf call with large offset in interpreter
` [PATCH bpf v5 3/3] bpf: Fix incorrect subprog ID in dumped bpf_pseudo_call instructions
[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
2026-03-27 9:29 UTC (22+ messages)
` [Lsf-pc] "
[PATCH bpf-next 0/3] bpf: Enhance freplace compatibility
2026-03-27 6:42 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: Disallow freplace on XDP with mismatched xdp_has_frags values
[PATCHv4 bpf-next 09/25] bpf: Add bpf_trampoline_multi_attach/detach functions
2026-03-27 4:18 UTC (2+ messages)
[PATCH v2 net] ptr_ring: disable KCSAN warnings
2026-03-27 3:43 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Upstreaming cache_ext: Custom Page Cache Eviction with eBPF
2026-03-27 3:39 UTC (2+ messages)
[PATCH net-next] virtio_net: sync RX buffer before reading the header
2026-03-27 3:20 UTC (5+ messages)
[PATCH net-next v4 0/2] e1000e: add XDP support
2026-03-27 2:39 UTC (7+ messages)
` [PATCH net-next v4 1/2] e1000e: add basic "
` [Intel-wired-lan] "
` [PATCH net-next v4 2/2] e1000e: add XDP_REDIRECT support
` [Intel-wired-lan] "
[PATCH bpf v2 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-03-27 1:52 UTC (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()
[PATCH] docs: Document pahole v1.26 requirement for KF_IMPLICIT_ARGS kfuncs
2026-03-27 0:28 UTC (5+ messages)
[PATCH bpf-next v3 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
2026-03-27 0:16 UTC (7+ messages)
[net-next v6 07/12] net: bnxt: Add boilerplate GSO code
2026-03-26 23:52 UTC
[PATCH 0/4] selftests/bpf: impose global ordering for test decl_tags
2026-03-26 23:30 UTC (10+ messages)
` [PATCH 1/4] selftests/bpf: fix __jited_unpriv tag name
` [PATCH 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix
` [PATCH 3/4] selftests/bpf: impose global ordering for test decl_tags
` [PATCH 4/4] selftests/bpf: inline TEST_TAG constants in test_loader.c
[PATCH v4 net 00/11] xsk: tailroom reservation and MTU validation
2026-03-26 23:04 UTC (8+ messages)
` [PATCH v4 net 03/11] xsk: fix XDP_UMEM_SG_FLAG issues
` [PATCH v4 net 04/11] xsk: validate MTU against usable frame size on bind
` [PATCH v4 net 11/11] gve: remove home-grown xsk's frame size validation
[PATCH] btf: don't fallback to searching /boot/vmlinux-*
2026-03-26 21:30 UTC
[PATCH] libbpf: resolve versioned kfuncs by exact name before essential-name lookup
2026-03-26 21:29 UTC (3+ messages)
[PATCH v16 bpf-next 0/9] Add BTF layout to BTF
2026-03-26 21:20 UTC (12+ messages)
` [PATCH v16 bpf-next 1/9] btf: Add BTF kind layout encoding to UAPI
` [PATCH v16 bpf-next 2/9] libbpf: Support layout section handling in BTF
` [PATCH v16 bpf-next 3/9] libbpf: Use layout to compute an unknown kind size
` [PATCH v16 bpf-next 4/9] libbpf: Add layout encoding support
` [PATCH v16 bpf-next 5/9] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v16 bpf-next 6/9] libbpf: Support sanitization of BTF layout for older kernels
` [PATCH v16 bpf-next 7/9] btf: support kernel parsing of BTF with layout info
` [PATCH v16 bpf-next 8/9] selftests/bpf: Test kind encoding/decoding
` [PATCH v16 bpf-next 9/9] kbuild, bpf: Specify "layout" optional feature
[PATCH bpf-next] bpf/tests: Exhaustive test coverage for signed division and modulo
2026-03-26 20:50 UTC
[PATCH v8 00/10] VMSCAPE optimization for BHI variant
2026-03-26 20:29 UTC (9+ messages)
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
2026-03-26 20:06 UTC (2+ messages)
[PATCH v2] rcu: Use an intermediate irq_work to start process_srcu()
2026-03-26 19:12 UTC (2+ messages)
[GIT PULL] RCU fixes for v7.0 (part 2)
2026-03-26 19:12 UTC (2+ messages)
[PATCH RFC bpf-next 0/4] bpf: implement __reg_deduce_bounds() using wrapped intervals
2026-03-26 17:50 UTC (6+ messages)
` [PATCH RFC bpf-next v1 1/4] bpf: representation and basic operations on circular numbers
[PATCH v2 0/2] Support BPF traversal of wakeup sources
2026-03-26 16:30 UTC (6+ messages)
[PATCH 09/11 net-next v5] bpf: remove ipv6_bpf_stub completely and use direct function calls
2026-03-26 16:27 UTC (6+ messages)
[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-03-26 15:39 UTC (11+ messages)
[RESEND PATCH bpf v5 0/3] bpf: fix and improve open-coded task_vma iterator
2026-03-26 15:11 UTC (4+ messages)
` [RESEND PATCH bpf v5 1/3] bpf: fix mm lifecycle in "
` [RESEND PATCH bpf v5 2/3] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [RESEND PATCH bpf v5 3/3] bpf: return VMA snapshot from task_vma iterator
[PATCH bpf-next v2 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
2026-03-26 14:17 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse
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