messages from 2026-03-13 21:41:29 to 2026-03-16 18:57:54 UTC [more...]
[PATCH bpf v4 0/3] bpf: fix and improve open-coded task_vma iterator
2026-03-16 18:57 UTC (2+ messages)
` [PATCH bpf v4 1/3] bpf: fix mm lifecycle in "
[PATCH bpf-next v6 0/2] bpf: Relax 8 frame limitation for global subprogs
2026-03-16 18:30 UTC (6+ messages)
` [PATCH bpf-next v6 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
` [PATCH bpf-next v6 2/2] selftests/bpf: Add deep call stack selftests
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-03-16 18:04 UTC (3+ messages)
[PATCH net 0/6] xsk: tailroom reservation and MTU validation
2026-03-16 17:45 UTC (7+ messages)
` [PATCH net 1/6] xsk: respect tailroom for ZC setups
` [PATCH net 2/6] ice: do not round up result of dbuff calculation for xsk pool
` [PATCH net 3/6] i40e: "
` [PATCH net 4/6] xsk: validate MTU against usable frame size on bind
` [PATCH net 5/6] selftests: bpf: fix pkt grow tests
` [PATCH net 6/6] selftests: bpf: have a separate variable for drop test
[PATCH bpf-next 0/4] Fix invariant violations and improve branch detection
2026-03-16 17:09 UTC (10+ messages)
` [PATCH bpf-next 1/4] bpf: Refactor reg_bounds_sanity_check
` [PATCH bpf-next 2/4] bpf: Simulate branches to prune based on range violations
` [PATCH bpf-next 3/4] selftests/bpf: Cover invariant violation cases from syzbot
` [PATCH bpf-next 4/4] selftests/bpf: Remove invariant violation flags
[PATCH bpf-next] libbpf: Start v1.8 development cycle
2026-03-16 16:39 UTC
[PATCH] s390/bpf: Zero-extend bpf prog return values and kfunc arguments
2026-03-16 16:30 UTC (3+ messages)
[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-16 16:22 UTC (10+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v2 2/3] vmalloc: Optimize vfree
` [PATCH v2 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH bpf v3] bpf: do not use kmalloc_nolock when !HAVE_CMPXCHG_DOUBLE
2026-03-16 15:46 UTC (3+ messages)
[PATCH v2 bpf-next] xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processing
2026-03-16 15:40 UTC (2+ messages)
[PATCH net-next 3/5] ice: migrate to netdev ops lock
2026-03-16 15:10 UTC (3+ messages)
` [net-next,3/5] "
[PATCH bpf-next v5 0/2] bpf: Relax 8 frame limitation for global subprogs
2026-03-16 15:09 UTC (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
[PATCH bpf-next v8 0/8] bpf: Extend the bpf_list family of APIs
2026-03-16 14:29 UTC (11+ messages)
` [PATCH bpf-next v8 1/8] bpf: refactor kfunc checks using table-driven approach in verifier
` [PATCH bpf-next v8 2/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v8 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v8 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v8 5/8] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH bpf-next v8 6/8] bpf: allow bpf_list_front/back result as the prev argument of bpf_list_add_impl
` [PATCH bpf-next v8 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v8 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
2026-03-16 14:23 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
` [External] "
[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
2026-03-16 14:17 UTC (10+ messages)
` [PATCH v4 01/30] tools: lib: thermal: Fix typo
` [PATCH v4 02/30] tools/thermal: "
` [PATCH v4 03/30] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v4 07/30] libbpf: "
[PATCH] selftests/bpf: restrict ns_current_pid_tgid updates to target task
2026-03-16 14:16 UTC (2+ messages)
[PATCH v10 0/4] BPF controlled io_uring
2026-03-16 14:11 UTC (4+ messages)
[PATCH bpf v1] bpf: Fix OOB in bpf_obj_memcpy for cgroup storage
2026-03-16 13:51 UTC (2+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-16 13:30 UTC (3+ messages)
` [PATCH 50/61] iommu: Prefer IS_ERR_OR_NULL over manual NULL check
[PATCH bpf-next v1 0/2] Modify some code about test_verifier
2026-03-16 13:04 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT
LSF/MM/BPF: 2026: Call for Proposals
2026-03-16 10:20 UTC (3+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent
` LSF/MM/BPF: 2026: (V)FS: Second "
[PATCHv3 bpf-next 00/24] bpf: tracing_multi link
2026-03-16 8:35 UTC (29+ messages)
` [PATCHv3 bpf-next 01/24] ftrace: Add ftrace_hash_count function
` [PATCHv3 bpf-next 02/24] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv3 bpf-next 03/24] bpf: Add struct bpf_trampoline_ops object
` [PATCHv3 bpf-next 04/24] bpf: Add struct bpf_tramp_node object
` [PATCHv3 bpf-next 05/24] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv3 bpf-next 06/24] bpf: Add multi tracing attach types
` [PATCHv3 bpf-next 07/24] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv3 bpf-next 08/24] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv3 bpf-next 09/24] bpf: Add support for tracing multi link
` [PATCHv3 bpf-next 10/24] bpf: Add support for tracing_multi link cookies
` [PATCHv3 bpf-next 11/24] bpf: Add support for tracing_multi link session
` [PATCHv3 bpf-next 12/24] bpf: Add support for tracing_multi link fdinfo
` [PATCHv3 bpf-next 13/24] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv3 bpf-next 14/24] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv3 bpf-next 15/24] libbpf: Add btf_type_is_traceable_func function
` [PATCHv3 bpf-next 16/24] libbpf: Add support to create tracing multi link
` [PATCHv3 bpf-next 17/24] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv3 bpf-next 18/24] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv3 bpf-next 19/24] selftests/bpf: Add tracing multi intersect tests
` [PATCHv3 bpf-next 20/24] selftests/bpf: Add tracing multi cookies test
` [PATCHv3 bpf-next 21/24] selftests/bpf: Add tracing multi session test
` [PATCHv3 bpf-next 22/24] selftests/bpf: Add tracing multi attach fails test
` [PATCHv3 bpf-next 23/24] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv3 bpf-next 24/24] selftests/bpf: Add tracing multi attach rollback tests
[LSF/MM/BPF TOPIC] BPF local storage for every packet
2026-03-16 3:02 UTC (4+ messages)
[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-03-16 1:49 UTC (14+ messages)
` [PATCH v10 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v10 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v10 03/12] arm64/delay: move some constants out to a separate header
` [PATCH v10 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v10 05/12] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v10 06/12] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v10 07/12] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v10 08/12] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v10 09/12] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v10 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v10 11/12] sched: add need-resched timed wait interface
` [PATCH v10 12/12] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-03-15 23:58 UTC (12+ messages)
` [PATCH bpf v3 2/5] bpf, sockmap: Use sock_map_sk_{acquire,release}() where open-coded
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock
[PATCH bpf-next v3] bpf: Remove inclusions of crypto/sha1.h
2026-03-15 22:13 UTC (2+ messages)
[PATCH 0/4] powerpc/bpf: Add support for verifier selftest
2026-03-15 18:42 UTC (4+ messages)
` [PATCH 1/4] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
[PATCH bpf-next v2] bpf: Remove inclusions of crypto/sha1.h
2026-03-15 17:02 UTC (3+ messages)
` [syzbot ci] "
[PATCH bpf-next v1] selftests/bpf: Improve connect_force_port test reliability
2026-03-15 16:44 UTC (2+ messages)
[PATCH net] net/sched: Mark qdisc for deletion if graft cannot delete
2026-03-15 15:56 UTC (10+ messages)
[PATCH v1] LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0
2026-03-15 8:04 UTC (3+ messages)
[PATCH v3] LoongArch: Fix calling smp_processor_id() in preemptible code
2026-03-15 7:48 UTC (2+ messages)
[-next v9 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-03-15 6:05 UTC (5+ messages)
` [PATCH bpf-next v9 1/5] bpf: Move constants blinding out of arch-specific JITs
[PATCH] selftests/bpf: trampoline_count: use dedicated target function
2026-03-15 5:42 UTC
[PATCH v2] powerpc, perf: Check that current->mm is alive before getting user callchain
2026-03-15 4:01 UTC (2+ messages)
[PATCH bpf-next] bpf: Remove inclusion of crypto/sha1.h
2026-03-14 21:06 UTC (2+ messages)
[PATCH net] net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy mode
2026-03-14 19:20 UTC (2+ messages)
[PATCH bpf] bpf: do not use kmalloc_nolock when !HAVE_CMPXCHG_DOUBLE
2026-03-14 17:05 UTC (4+ messages)
[PATCH bpf v2] bpf: do not use kmalloc_nolock when !HAVE_CMPXCHG_DOUBLE
2026-03-14 15:31 UTC
[PATCH bpf-next v3 0/3] Optimize bounds refinement by reordering deductions
2026-03-14 15:08 UTC (8+ messages)
` [PATCH bpf-next v3 3/3] selftests/bpf: Test case for refinement improvement using 64b bounds
[PATCH net-next] xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processing
2026-03-14 14:46 UTC (6+ messages)
[PATCH bpf-next v9 4/5] bpf, x86: Emit ENDBR for indirect jump targets
2026-03-14 13:35 UTC (4+ messages)
[PATCH net-next v4 00/15] net: stmmac: clean up descriptor handling part 1
2026-03-14 9:43 UTC (16+ messages)
` [PATCH net-next v4 01/15] net: stmmac: rearrange stmmac_tx_info members to pack better
` [PATCH net-next v4 02/15] net: stmmac: helpers for filling tx_q->tx_skbuff_dma
` [PATCH net-next v4 03/15] net: stmmac: clean up stmmac_clear_rx_descriptors()
` [PATCH net-next v4 04/15] net: stmmac: add helper to get hardware receive descriptor
` [PATCH net-next v4 05/15] net: stmmac: add helper to get size of a "
` [PATCH net-next v4 06/15] net: stmmac: add helper to set receive tail pointer
` [PATCH net-next v4 07/15] net: stmmac: remove rx_tail_addr
` [PATCH net-next v4 08/15] net: stmmac: use consistent tests for receive buffer size
` [PATCH net-next v4 09/15] net: stmmac: add helper to set "
` [PATCH net-next v4 10/15] net: stmmac: simplify stmmac_set_queue_rx_buf_size()
` [PATCH net-next v4 11/15] net: stmmac: add helper to get hardware transmit descriptor
` [PATCH net-next v4 12/15] net: stmmac: add helper to get size of a "
` [PATCH net-next v4 13/15] net: stmmac: add helper to set transmit tail pointer
` [PATCH net-next v4 14/15] net: stmmac: remove tx_tail_addr
` [PATCH net-next v4 15/15] net: stmmac: use queue rather than ->queue_index
[PATCH bpf-next v6 0/2] bpf: Add multi-level pointer parameter support for trampolines
2026-03-14 8:21 UTC (3+ messages)
` [PATCH bpf-next v6 1/2] bpf: Support pointer param types via SCALAR_VALUE "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add trampolines single and multi-level pointer params test coverage
[PATCH bpf-next v5 2/2] selftests/bpf: Add trampolines single and multi-level pointer params test coverage
2026-03-14 6:16 UTC (4+ messages)
[PATCH bpf v3 0/2] bpf: Fix unsound scalar forking for BPF_OR
2026-03-14 2:33 UTC (7+ messages)
` [PATCH bpf v3 1/2] bpf: Fix unsound scalar forking in maybe_fork_scalars() "
` [PATCH bpf v3 2/2] selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
[PATCH bpf v4 0/2] bpf: Fix unsound scalar forking for BPF_OR
2026-03-14 2:15 UTC (3+ messages)
` [PATCH bpf v4 1/2] bpf: Fix unsound scalar forking in maybe_fork_scalars() "
` [PATCH bpf v4 2/2] selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-03-14 0:24 UTC (7+ messages)
` [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
[PATCH net-next v4 0/6] bnxt_en: Add XDP RSS hash metadata support
2026-03-14 0:03 UTC (10+ messages)
` [PATCH net-next v4 1/6] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH net-next v4 2/6] bnxt_en: Implement XDP RSS hash metadata extraction
` [PATCH net-next v4 3/6] bnxt_en: Move bnxt_rss_ext_op into header
` [PATCH net-next v4 4/6] bnxt_en: Implement XDP RSS hash metadata extraction for V3_CMP
` [PATCH net-next v4 5/6] selftests: net: move common xdp.py functions into lib
` [PATCH net-next v4 6/6] selftests: drv-net: xdp: Add rss_hash metadata tests
[PATCH net-next v7 0/5] net: stmmac: Add PCI driver support for BCM8958x
2026-03-13 23:13 UTC (8+ messages)
` [PATCH net-next v7 1/5] net: stmmac: Add 25GMAC core type to dwmac_core_type enum
` [PATCH net-next v7 2/5] net: stmmac: Add DW25GMAC support in stmmac core driver
` [PATCH net-next v7 3/5] net: stmmac: Integrate dw25gmac into hwif handling
` [PATCH net-next v7 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [PATCH net-next v7 5/5] net: stmmac: Add BCM8958x driver to build system
[PATCH bpf-next v4 2/5] bpf: Add sleepable support for classic tracepoint programs
2026-03-13 21:41 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