Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-21 12:30:10 to 2026-08-24 16:28:39 UTC [more...]

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-24 16:28 UTC  (23+ messages)
` [PATCH 1/6] mm/gup: move gup_can_follow_protnone() to gup.c
` [PATCH 2/6] userfaultfd: constify VMA parameter of userfaultfd_*() helpers
` [PATCH 3/6] userfaultfd: use userfaultfd_*() helpers instead of open coded flag tests
` [PATCH 4/6] userfaultfd: rename vm_userfaultfd_ctx to vm_uffd_state
` [PATCH 5/6] userfaultfd: decouple fault reason from VMA flags
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
 2026-08-24 16:13 UTC  (5+ messages)

[PATCH] uprobes: Free utask on dup_return_instance() failure
 2026-08-24 15:57 UTC  (11+ messages)
` [PATCH v2] "

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-24 15:51 UTC  (19+ messages)
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state

[PATCH] verification/rvgen: Use .old instead of .bak for kunit backup files
 2026-08-24 15:33 UTC  (3+ messages)

[PATCH] eventfs: Initialize ei->children and ei->list in init_ei()
 2026-08-24 15:03 UTC  (2+ messages)

[PATCH v7 0/3] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-24 14:53 UTC  (6+ messages)
` [PATCH v7 1/3] tracing: Fix subbuf resize races with trace_pipe_raw readers

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-24 14:45 UTC  (9+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[PATCH v2] fork: initialize function graph state before copy_exec_state()
 2026-08-24 14:00 UTC  (9+ messages)
` [PATCH v3] "

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-24 13:07 UTC  (10+ messages)
` [PATCH v4 07/10] "

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-24 12:41 UTC  (16+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
 2026-08-24 12:37 UTC  (3+ messages)

[PATCH v2] tracing: Fix use-after-free on field name/type of dynamic probe events
 2026-08-24 10:40 UTC  (2+ messages)

[PATCH] tracing/user_events: Don't destroy fields when event removal fails
 2026-08-24 10:29 UTC 

[PATCH v6 0/9] rv: Add task latency over budget RV monitor
 2026-08-24 10:08 UTC  (4+ messages)
` [PATCH v6 9/9] selftests/ftrace: Walk up to find test.d/functions when a subdirectory is passed

[RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
 2026-08-24  9:36 UTC  (3+ messages)

[PATCH] tracing: Fix use-after-free on field name/type of dynamic probe events
 2026-08-24  7:27 UTC  (2+ messages)

[PATCH v5 00/17] rv: Add selftests to tools and KUnit tests
 2026-08-24  6:22 UTC  (4+ messages)
` [PATCH v5 10/17] verification/rvgen: Add selftests for rvgen kunit

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-24  5:00 UTC  (5+ messages)

[syzbot] [trace?] [fs?] WARNING in free_ei
 2026-08-24  0:13 UTC 

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-23 16:52 UTC  (17+ messages)
` [RFC PATCH 1/9] mm: execmem: Add API to split an existing execmem cache allocation
` [RFC PATCH 2/9] mm: execmem: Allow huge vmappings to be avoided for execmem caches
` [RFC PATCH 3/9] module: Place MOD_TEXT before MOD_INIT_TEXT in enumeration
` [RFC PATCH 4/9] module: Allocate MOD_INIT_TEXT from the MOD_TEXT ROX allocation
` [RFC PATCH 5/9] arm64: mm: Permit permissions changes on huge vmappings
` [RFC PATCH 6/9] arm64: Enable the execmem ROX cache for module text
` [RFC PATCH 7/9] arm64: ftrace: Revert "fix unreachable PLT for ftrace_caller ..."
` [RFC PATCH 8/9] arm64: module: Combine init and core PLT entries again
` [RFC PATCH 9/9] arm64: ftrace: Simplify PLT handling

[syzbot] [block?] [trace?] KASAN: slab-out-of-bounds Read in seq_buf_putmem
 2026-08-23 13:33 UTC 

[PATCH v13 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-22  9:51 UTC  (25+ messages)
` [PATCH v13 01/12] kprobes: Protect kprobe_blacklist with RCU
` [PATCH v13 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v13 03/12] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v13 04/12] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v13 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v13 06/12] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v13 07/12] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v13 08/12] selftests: tracing: Add syntax "
` [PATCH v13 09/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v13 10/12] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v13 11/12] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v13 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-08-22  3:51 UTC  (5+ messages)
` [RFC PATCH v4 1/3] trace: add lock-free stackmap for stack trace deduplication

[PATCH v2 0/2] tracing: Add 'within' filter logic
 2026-08-21 23:28 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: Add "within" filter for call-stack-based event filtering
` [PATCH v2 2/2] tracnig: Add proper error message for glob use with "within" filter

[RFC PATCH v2 00/24] unwind_user: Implement .eh_frame handling
 2026-08-21 20:22 UTC  (48+ messages)
` [RFC PATCH v2 01/24] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [RFC PATCH v2 02/24] unwind_user: Stop when reaching an outermost frame
` [RFC PATCH v2 03/24] unwind_user: Enable archs that pass RA in a register
` [RFC PATCH v2 04/24] unwind_user: Flexible FP/RA recovery rules
` [RFC PATCH v2 05/24] unwind_user: Flexible CFA "
` [RFC PATCH v2 06/24] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v2 07/24] unwind_user/eh_frame: Add support for reading .eh_frame_hdr section
` [RFC PATCH v2 08/24] unwind_user/eh_frame: Store .eh_frame_hdr section data in per-mm maple tree
` [RFC PATCH v2 09/24] unwind_user/eh_frame: Add support for reading .eh_frame section
` [RFC PATCH v2 10/24] unwind_user/eh_frame: Detect .eh_frame_hdr sections in executables
` [RFC PATCH v2 11/24] unwind_user/eh_frame: Wire up unwind_user to eh_frame
` [RFC PATCH v2 12/24] unwind_user/eh_frame: Remove .eh_frame[_hdr] section on detected corruption
` [RFC PATCH v2 13/24] unwind_user/eh_frame: Show file name in debug output
` [RFC PATCH v2 14/24] unwind_user/eh_frame: Add .eh_frame[_hdr] validation option
` [RFC PATCH v2 15/24] unwind_user/eh_frame: Duplicate registered .eh_frame[_hdr] section data on clone/fork
` [RFC PATCH v2 16/24] unwind_user/eh_frame: Ignore DW_CFA_GNU_args_size
` [RFC PATCH v2 17/24] unwind_user/eh_frame: Add support for DWARF expressions
` [RFC PATCH v2 18/24] x86/uaccess: Add unsafe_copy_from_user() implementation
` [RFC PATCH v2 19/24] unwind_user/eh_frame/x86: Enable eh_frame unwinding on x86
` [RFC PATCH v2 20/24] unwind_user/eh_frame/x86: Handle PLT expressions
` [RFC PATCH v2 21/24] unwind_user/eh_frame/x86: Handle DRAP expressions
` [RFC PATCH v2 22/24] s390/ptrace: Provide frame_pointer()
` [RFC PATCH v2 23/24] unwind_user/eh_frame/s390: Enable eh_frame unwinding on s390
` [RFC PATCH v2 24/24] unwind_user/eh_frame: Add prctl() interface for (un)registering .eh_frame_hdr sections

[RFC PATCH v1 00/25] unwind_user: Implement .eh_frame handling
 2026-08-21 19:51 UTC  (45+ messages)
` [RFC PATCH v1 07/25] unwind_user/eh_frame: Add support for reading .eh_frame_hdr section
` [RFC PATCH v1 08/25] unwind_user/eh_frame: Store .eh_frame_hdr section data in per-mm maple tree
` [RFC PATCH v1 09/25] unwind_user/eh_frame: Add support for reading .eh_frame section
` [RFC PATCH v1 10/25] unwind_user/eh_frame: Detect .eh_frame_hdr sections in executables
` [RFC PATCH v1 11/25] unwind_user/eh_frame: Wire up unwind_user to eh_frame
` [RFC PATCH v1 12/25] unwind_user/eh_frame: Remove .eh_frame[_hdr] section on detected corruption
` [RFC PATCH v1 14/25] unwind_user/eh_frame: Add .eh_frame[_hdr] validation option
` [RFC PATCH v1 15/25] unwind_user/eh_frame: Duplicate registered .eh_frame[_hdr] section data on clone/fork
` [RFC PATCH v1 16/25] unwind_user/eh_frame: Add linear .eh_frame search fallback
` [RFC PATCH v1 17/25] unwind_user/eh_frame: Ignore DW_CFA_GNU_args_size
` [RFC PATCH v1 18/25] unwind_user/eh_frame: Add support for DWARF expressions
` [RFC PATCH v1 21/25] unwind_user/eh_frame/x86: Handle PLT expressions
` [RFC PATCH v1 22/25] unwind_user/eh_frame/x86: Handle DRAP expressions
` [RFC PATCH v1 25/25] unwind_user/eh_frame: Add prctl() interface for (un)registering .eh_frame_hdr sections

[PATCH] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
 2026-08-21 18:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox