messages from 2026-01-26 07:45:14 to 2026-01-27 15:20:00 UTC [more...]
[PATCH v4 00/12] s390: SFrame user space unwinding
2026-01-27 15:19 UTC (5+ messages)
` [PATCH v4 05/12] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [PATCH v4 07/12] s390/ptrace: Convert function macros to inline functions
` [PATCH v4 10/12] unwind_user: Introduce FP/RA recovery rule unknown
` [PATCH v4 11/12] unwind_user/fp: Use arch-specific helper to initialize FP frame
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-01-27 15:05 UTC (19+ messages)
` [PATCH v13 01/18] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v13 02/18] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v13 03/18] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v13 05/18] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v13 06/18] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v13 07/18] unwind_user: Stop when reaching an outermost frame
` [PATCH v13 08/18] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v13 09/18] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v13 10/18] unwind_user/sframe: Show file name in debug output
` [PATCH v13 11/18] unwind_user/sframe: Add .sframe validation option
` [PATCH v13 12/18] unwind_user: Enable archs that pass RA in a register
` [PATCH v13 13/18] unwind_user: Flexible FP/RA recovery rules
` [PATCH v13 14/18] unwind_user: Flexible CFA "
` [PATCH v13 15/18] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v13 16/18] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v13 17/18] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v13 18/18] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH bpf-next v8 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-27 14:40 UTC (12+ messages)
` [PATCH bpf-next v8 1/9] "
` [PATCH bpf-next v8 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v8 3/9] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v8 4/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v8 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [PATCH bpf-next v8 6/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v8 7/9] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v8 8/9] libbpf: Add common attr "
` [PATCH bpf-next v8 9/9] selftests/bpf: Add tests to verify map create failure log
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
2026-01-27 14:28 UTC (10+ messages)
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 07/22] slab: introduce percpu sheaves bootstrap
` [PATCH v4 18/22] slab: refill sheaves from all nodes
[PATCH] bpf: fix TCX/netkit detach permissions when prog FD isn't given
2026-01-27 13:10 UTC (13+ messages)
` [PATCH bpf] "
` [PATCH bpf v4] bpf: Fix tcx/netkit detach permissions when prog fd "
[PATCH bpf-next 0/2] bpf: Fix verifier_bug_if to account for BPF_CALL
2026-01-27 12:37 UTC (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] bpf: Test nospec after dead stack write in helper
[PATCH v2 dwarves 0/5] Improve BTF concrete function accuracy
2026-01-27 12:18 UTC (14+ messages)
` [PATCH v2 dwarves 1/5] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH v2 dwarves 2/5] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH v2 dwarves 4/5] man-pages: document true_signature btf_feature
[PATCH v4 0/6] BPF controlled io_uring
2026-01-27 10:14 UTC (7+ messages)
` [PATCH v4 1/6] io_uring: introduce callback driven main loop
` [PATCH v4 2/6] io_uring/bpf-ops: add basic bpf struct_ops boilerplate
` [PATCH v4 3/6] io_uring/bpf-ops: add loop_step struct_ops callback
` [PATCH v4 4/6] io_uring/bpf-ops: add kfunc helpers
` [PATCH v4 5/6] io_uring/bpf-ops: add bpf struct ops registration
` [PATCH v4 6/6] selftests/io_uring: add a bpf io_uring selftest
[RFC PATCH bpf-next v5 00/12] mm: memcontrol: Add BPF hooks for memory controller
2026-01-27 10:08 UTC (18+ messages)
` [RFC PATCH bpf-next v5 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v5 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v5 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v5 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v5 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v5 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v5 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v5 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v5 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v5 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v5 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v5 12/12] samples/bpf: Add memcg priority control example
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-01-27 9:38 UTC (26+ messages)
` [PATCH bpf-next v3 01/17] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH bpf-next v3 02/17] bpf: allow attaching struct_ops to cgroups
` [PATCH bpf-next v3 03/17] libbpf: fix return value on memory allocation failure
` [PATCH bpf-next v3 04/17] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [PATCH bpf-next v3 05/17] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH bpf-next v3 06/17] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 08/17] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH bpf-next v3 09/17] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH bpf-next v3 11/17] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH bpf-next v3 12/17] bpf: selftests: BPF OOM struct ops test
` [PATCH bpf-next v3 13/17] sched: psi: add a trace point to psi_avgs_work()
` [PATCH bpf-next v3 14/17] sched: psi: add cgroup_id field to psi_group structure
` [PATCH bpf-next v3 15/17] bpf: allow calling bpf_out_of_memory() from a PSI tracepoint
[PATCH bpf-next v2 1/2] bpf: add new BPF_CGROUP_ITER_CHILDREN control option
2026-01-27 8:51 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] bpf/selftests: cover "
[PATCH bpf-next 1/2] bpf: add new BPF_CGROUP_ITER_CHILDREN_ONLY control option
2026-01-27 8:28 UTC (9+ messages)
[PATCH v4 00/54] tree-in-dcache stuff
2026-01-27 7:42 UTC (3+ messages)
[PATCH v5 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
2026-01-27 6:53 UTC (5+ messages)
[RFC net-next] net: ena: Use u64_stats_t with u64_stats_sync properly
2026-01-27 6:40 UTC
[PATCH] fix a potential memory leak in stmmac_xdp_enable_pool()
2026-01-27 3:04 UTC (2+ messages)
` "
[PATCH bpf-next v4 0/3] selftests/bpf: migrate a few bpftool testing scripts
2026-01-27 3:00 UTC (2+ messages)
[PATCH bpf-next v3 16/17] bpf: selftests: add config for psi
2026-01-27 2:46 UTC (2+ messages)
` [PATCH bpf-next v3 17/17] bpf: selftests: PSI struct ops test
[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-27 2:39 UTC (5+ messages)
` [PATCH v6 1/3] tracing: perf: Have perf tracepoint callbacks always disable preemption
` [PATCH v6 2/3] bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()
` [PATCH v6 3/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
[PATCH v4 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
2026-01-27 1:28 UTC (5+ messages)
` [v4,net-next,06/15] "
[syzbot] [bpf?] INFO: rcu detected stall in vma_merge_new_range (3)
2026-01-27 1:07 UTC
BPF with deferred stacktrace and sframes?
2026-01-27 0:20 UTC (3+ messages)
[PATCH v4 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
2026-01-27 0:18 UTC (4+ messages)
` [v4,net-next,13/15] "
[PATCH net-next 7/7] idpf: export RX hardware timestamping information to XDP
2026-01-26 22:43 UTC
[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-26 21:18 UTC (7+ messages)
` [PATCHv2 bpf-next 1/6] x86/fgraph: Fix return_to_handler regs.rsp value
` [PATCHv2 bpf-next 2/6] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
` [PATCHv2 bpf-next 3/6] selftests/bpf: Fix kprobe multi stacktrace_ips test
` [PATCHv2 bpf-next 4/6] selftests/bpf: Add stacktrace ips test for kprobe/kretprobe
` [PATCHv2 bpf-next 5/6] selftests/bpf: Add stacktrace ips test for fentry/fexit
` [PATCHv2 bpf-next 6/6] selftests/bpf: Allow to benchmark trigger with stacktrace
[PATCH bpf-next] selftests/bpf: Harden cpu flags test for lru_percpu_hash map
2026-01-26 20:40 UTC (3+ messages)
[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
2026-01-26 18:13 UTC (3+ messages)
` [PATCH net-next v2 1/4] selftests: net: Move some UAPI header inclusions after libc ones
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-26 16:56 UTC (6+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-01-26 16:53 UTC (16+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 03/15] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 05/15] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v10 06/15] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v10 10/15] KVM: selftests: load elf via bounce buffer
` [PATCH v10 11/15] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v10 12/15] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v10 13/15] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v10 14/15] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v10 15/15] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v4] net: fix segmentation of forwarding fraglist GRO
2026-01-26 16:49 UTC (2+ messages)
[syzbot] [bpf?] KMSAN: uninit-value in bpf_prog_test_run_skb
2026-01-26 13:26 UTC (3+ messages)
` [PATCH v2] net: skbuff: fix uninitialized memory use in pskb_expand_head()
[PATCH bpf-next v9 0/3] bpf: Fix FIONREAD and copied_seq issues
2026-01-26 10:59 UTC (5+ messages)
` [PATCH bpf-next v9 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v9 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-01-26 9:48 UTC (3+ messages)
[RFC PATCH bpf-next v4 00/12] mm: memcontrol: Add BPF hooks for memory controller
2026-01-26 9:30 UTC (15+ messages)
` [RFC PATCH bpf-next v4 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v4 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v4 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v4 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v4 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v4 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v4 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v4 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v4 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v4 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v4 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v4 12/12] samples/bpf: Add memcg priority control example
[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
2026-01-26 8:51 UTC (6+ messages)
` [PATCH bpf-next v8 1/3] perf: Add rctx in perf_callchain_entry
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v8 3/3] bpf: Hold ther perf callchain entry until used completely
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