messages from 2025-09-23 14:21:42 to 2025-09-24 20:34:44 UTC [more...]
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-24 20:23 UTC (17+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
[PATCH] selftests/bpf: Add -Wsign-compare C compilation flag
2025-09-24 20:23 UTC (3+ messages)
[PATCH bpf-next v2] selftests/bpf: Add -Wsign-compare C compilation flag
2025-09-24 19:57 UTC
[syzbot] [bpf?] general protection fault in print_reg_state
2025-09-24 18:28 UTC (11+ messages)
` [PATCH 1/1] bpf: fix NULL pointer dereference in print_reg_state()
` [PATCH v2] "
[PATCH net-next 0/5][pull request] idpf: add XSk support
2025-09-24 17:52 UTC (6+ messages)
` [PATCH net-next 1/5] idpf: add virtchnl functions to manage selected queues
` [PATCH net-next 2/5] idpf: add XSk pool initialization
` [PATCH net-next 3/5] idpf: implement XSk xmit
` [PATCH net-next 4/5] idpf: implement Rx path for AF_XDP
` [PATCH net-next 5/5] idpf: enable XSk features and ndo_xsk_wakeup
pull-request: bpf-next 2025-09-23
2025-09-24 17:30 UTC (2+ messages)
[bug report] bpf: callchain sensitive stack liveness tracking using CFG
2025-09-24 16:43 UTC
[PATCH 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-09-24 16:00 UTC (14+ messages)
` [PATCH 1/9] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCH 2/9] ftrace: Add register_ftrace_direct_hash function
` [PATCH 3/9] ftrace: Add unregister_ftrace_direct_hash function
` [PATCH 4/9] ftrace: Add modify_ftrace_direct_hash function
` [PATCH 5/9] ftrace: Export some of hash related functions
` [PATCH 6/9] ftrace: Use direct hash interface in direct functions
` [PATCH 7/9] bpf: Add trampoline ip hash table
` [PATCH 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCH 9/9] bpf, x86: Use single ftrace_ops for direct calls
[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
2025-09-24 15:42 UTC (8+ messages)
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-09-24 15:38 UTC (15+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v2 0/2] tracing: fprobe: Protect return handler from recursion loop
2025-09-24 15:34 UTC (3+ messages)
` [PATCH v2 1/2] tracing: fgraph: "
[PATCH bpf-next v4 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-09-24 14:49 UTC (16+ messages)
` [PATCH bpf-next v4 01/15] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v4 02/15] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v4 03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
` [PATCH bpf-next v4 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
` [PATCH bpf-next v4 05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
` [PATCH bpf-next v4 06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v4 07/15] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v4 08/15] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v4 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v4 10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v4 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v4 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v4 13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v4 14/15] selftests/bpf: test_xsk: Isolate flaky tests
` [PATCH bpf-next v4 15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
[PATCH bpf-next 0/3] xsk: refactors around generic xmit side
2025-09-24 14:35 UTC (8+ messages)
` [PATCH bpf-next 1/3] xsk: avoid overwriting skb fields for multi-buffer traffic
` [PATCH bpf-next 2/3] xsk: remove @first_frag from xsk_build_skb()
linux-next: manual merge of the bpf-next tree with the net-next tree
2025-09-24 14:32 UTC (2+ messages)
[PATCH bpf-next v1 1/2] selftests/bpf: fix flaky bpf_cookie selftest
2025-09-24 14:32 UTC (4+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: task_work selftest cleanup fixes
[PATCH bpf-next v2 1/2] selftests/bpf: fix flaky bpf_cookie selftest
2025-09-24 14:29 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: task_work selftest cleanup fixes
[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
2025-09-24 11:07 UTC (5+ messages)
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH iwl-next 0/5] idpf: add XSk support
2025-09-24 10:43 UTC (12+ messages)
` [PATCH iwl-next 1/5] idpf: add virtchnl functions to manage selected queues
` [Intel-wired-lan] "
` [PATCH iwl-next 2/5] idpf: add XSk pool initialization
` [Intel-wired-lan] "
` [PATCH iwl-next 3/5] idpf: implement XSk xmit
` [Intel-wired-lan] "
` [PATCH iwl-next 4/5] idpf: implement Rx path for AF_XDP
` [Intel-wired-lan] "
` [PATCH iwl-next 5/5] idpf: enable XSk features and ndo_xsk_wakeup
` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH iwl-next 0/5] idpf: add XSk support
[PATCH net-next 00/20] netkit: Support for io_uring zero-copy and AF_XDP
2025-09-24 10:41 UTC (33+ messages)
` [PATCH net-next 01/20] net, ynl: Add bind-queue operation
` [PATCH net-next 02/20] net: Add peer to netdev_rx_queue
` [PATCH net-next 03/20] net: Add ndo_queue_create callback
` [PATCH net-next 04/20] net: Add ndo_{peer,unpeer}_queues callback
` [PATCH net-next 05/20] net, ynl: Implement netdev_nl_bind_queue_doit
` [PATCH net-next 06/20] net, ynl: Add peer info to queue-get response
` [PATCH net-next 07/20] net, ethtool: Disallow mapped real rxqs to be resized
` [PATCH net-next 19/20] netkit: Add xsk support for af_xdp applications
` [PATCH net-next 20/20] tools, ynl: Add queue binding ynl sample application
[PATCHv4 bpf-next 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-24 10:23 UTC (7+ messages)
` [PATCHv4 bpf-next 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed
[PATCH v2 bpf-next] bpf: Mark kfuncs as __noclone
2025-09-24 10:00 UTC (2+ messages)
[PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs
2025-09-24 10:40 UTC (7+ messages)
` [PATCH RFC 1/4] netlink: specs: Add XDP RX queue index to XDP metadata
` [PATCH RFC 2/4] net: xdp: Add xmo_rx_queue_index callback
` [PATCH RFC 3/4] uapi: netdev: Add XDP RX queue index metadata flags
` [PATCH RFC 4/4] net: veth: Implement RX queue index XDP hint
[PATCH 0/34] Implement RCU Tasks Trace in terms of SRCU-fast and optimize
2025-09-24 9:08 UTC (32+ messages)
` [PATCH 01/34] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
` [PATCH 04/34] rcu: Remove ->trc_holdout_list from task_struct
` [PATCH 06/34] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH 07/34] rcu: Remove ->trc_reader_special from task_struct
` [PATCH 08/34] rcu: Remove now-empty RCU Tasks Trace functions and calls to them
` [PATCH 09/34] rcu: Remove unused rcu_tasks_trace_lazy_ms and trc_stall_chk_rdr struct
` [PATCH 10/34] rcu: Remove now-empty show_rcu_tasks_trace_gp_kthread() function
` [PATCH 13/34] rcu: Remove now-empty get_rcu_tasks_trace_gp_kthread() function
` [PATCH 14/34] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH 15/34] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH 16/34] rcu: Remove now-unused rcu_task_ipi_delay and TASKS_TRACE_RCU_READ_MB
` [PATCH 18/34] rcu: Use smp_mb() only when necessary in RCU Tasks Trace readers
` [PATCH 19/34] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH 20/34] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH 22/34] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH 23/34] srcu: Create an srcu_expedite_current() function
` [PATCH 25/34] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH 27/34] srcu: Make DEFINE_SRCU_FAST() available to modules
` [PATCH 29/34] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH 31/34] refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH 33/34] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH 34/34] doc: Update for SRCU-fast definitions and initialization
[PATCH 1/2] tracing: fprobe: rename fprobe_entry to fprobe_fgraph_entry
2025-09-24 8:13 UTC (11+ messages)
` [PATCH 2/2] tracing: fprobe: optimization for entry only case
[PATCH bpf-next v2 0/4] net/smc: Introduce smc_hs_ctrl
2025-09-24 8:06 UTC (4+ messages)
` [PATCH bpf-next v2 3/4] libbpf: fix error when st-prefix_ops and ops from differ btf
[PATCH] bpf: Mark kfuncs as __noclone
2025-09-24 7:26 UTC (3+ messages)
[PATCH net] xdp: use multi-buff only if receive queue supports page pool
2025-09-24 6:08 UTC
[PATCH bpf-next] bpf: remove is_return in struct bpf_session_run_ctx
2025-09-24 2:03 UTC (5+ messages)
[PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data
2025-09-24 1:41 UTC (3+ messages)
Thematic Funds Letter Of Intent
2025-09-23 23:42 UTC
[PATCH bpf-next v3 0/2] bpf: Allow union argument in trampoline based programs
2025-09-23 19:44 UTC (2+ messages)
[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
2025-09-23 19:32 UTC (4+ messages)
[PATCH bpf-next] bpftool: Add bash completion for program signing options
2025-09-23 19:30 UTC (2+ messages)
[PATCH bpf-next v4 0/3] Signed loads from Arena
2025-09-23 19:10 UTC (2+ messages)
[RFC PATCH] memcg: introduce kfuncs for fetching memcg stats
2025-09-23 18:02 UTC (2+ messages)
[PATCH bpf-next v5 1/3] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-23 16:58 UTC (3+ messages)
` [PATCH bpf-next v5 2/3] selftests/bpf: Refactor stacktrace_map case with skeleton
` [PATCH bpf-next v5 3/3] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
2025-09-23 16:40 UTC (21+ messages)
` [RFC PATCH bpf-next v2 1/6] "
` [RFC PATCH bpf-next v2 2/6] libbpf: Add support for extended bpf syscall
` [RFC PATCH bpf-next v2 3/6] bpf: Add common attr support for prog_load and btf_load
` [RFC PATCH bpf-next v2 4/6] bpf: Add common attr support for map_create
` [RFC PATCH bpf-next v2 5/6] libbpf: "
[PATCH v5 00/25] Legacy hardware/cache events as json
2025-09-23 15:52 UTC (3+ messages)
` [PATCH v5 22/25] perf test parse-events: Remove cpu PMU requirement
[PATCH bpf-next v8 0/9] bpf: Introduce deferred task context execution
2025-09-23 15:50 UTC (5+ messages)
` [PATCH bpf-next v8 8/9] selftests/bpf: BPF task work scheduling tests
[PATCH v2 bpf-next 00/13] BPF indirect jumps
2025-09-23 15:14 UTC (9+ messages)
` [PATCH v2 bpf-next 03/13] bpf, x86: add new map type: instructions array
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