messages from 2026-07-23 11:53:29 to 2026-07-29 15:20:15 UTC [more...]
[PATCH 0/1] kernel/trace: Fix use-after-free in unregister_trace_uprobe()
2026-07-29 15:19 UTC (2+ messages)
` [PATCH 1/1] tracing/uprobes: Reject unregistering enabled trace_uprobe to prevent UAF
[PATCH v4 0/2] Add trace event support for GENI SE registers dump
2026-07-29 15:13 UTC (3+ messages)
` [PATCH v4 1/2] soc: qcom: geni-se: trace: "
` [PATCH v4 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths
[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
2026-07-29 15:00 UTC (8+ messages)
` [RFC PATCH bpf-next 1/3] bpf: mark trampoline "
` [RFC PATCH bpf-next 2/3] kprobes: mark ftrace-based kprobe ops permanent
` [RFC PATCH bpf-next 3/3] selftests/bpf: add ftrace_permanent test
[PATCH] rust: enable fentry support
2026-07-29 14:50 UTC (2+ messages)
[PATCH] uprobes: Fix NULL pointer dereference in hprobe_expire()
2026-07-29 14:44 UTC
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-07-29 14:02 UTC (3+ messages)
[PATCH] ring-buffer: Fix reader page read offset for remote buffers
2026-07-29 13:43 UTC (2+ messages)
[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
2026-07-29 12:42 UTC (24+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks
[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
2026-07-29 11:56 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Enable tracing_multi tests on arm64
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-29 11:11 UTC (15+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[RFC PATCH v2] Documentation/rv: Explain epoll and aborted sleeps
2026-07-29 8:11 UTC
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-07-29 0:35 UTC (42+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 02/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 05/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v9 06/41] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v9 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v9 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v9 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v9 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v9 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v9 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v9 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v9 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v9 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v9 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v9 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v9 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v9 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v9 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v9 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v9 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v9 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v9 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v9 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v9 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v9 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v9 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v9 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH 0/2] tracing: Fix a UAF and regex bug on trace-event
2026-07-29 0:28 UTC (3+ messages)
` [PATCH 1/2] tracing: Check return value of __register_event() in trace_module_add_events()
` [PATCH 2/2] tracing/filters: Fix false positive match in regex_match_full()
[PATCH v5 0/5] Enable perf tracing for unprivileged users
2026-07-29 0:13 UTC (3+ messages)
` [PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events
[PATCH] fprobe: Simplify fprobe_remove_ips() by reusing existing helpers
2026-07-28 23:29 UTC
[PATCH] fprobe: Fix module reference count leak on error in register_fprobe()
2026-07-28 23:27 UTC
[PATCH v2 00/17] Landlock tracepoints
2026-07-28 22:52 UTC (5+ messages)
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
[PATCH v2 0/2] Add trace events for Qualcomm GENI I2C drivers
2026-07-28 22:01 UTC (2+ messages)
[PATCH v3 0/2] Add trace event support for GENI SE registers dump
2026-07-28 18:07 UTC (3+ messages)
` [PATCH v3 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths
[PATCH] tracing/fprobe: Roll back on enable_trace_fprobe() failure
2026-07-28 14:54 UTC (2+ messages)
[PATCH] docs: trace: fprobe: fix 'thos' spelling
2026-07-28 13:39 UTC (3+ messages)
[PATCH] tracing/probes: Reject $arg0 in meta argument expansion
2026-07-28 12:58 UTC (2+ messages)
[PATCH 0/4] tracing/mmiotrace: Fix some bugs in mmiotrace
2026-07-28 12:50 UTC (5+ messages)
` [PATCH 1/4] tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
` [PATCH 2/4] tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
` [PATCH 3/4] tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()
` [PATCH 4/4] tracing/mmiotrace: Clean up coding style and redundant debug logs
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-07-28 11:08 UTC (8+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
[PATCH v2 v2 0/7] ntfs3: add tracepoints for core filesystem paths
2026-07-28 9:44 UTC (8+ messages)
` [PATCH v2 v2 1/7] ntfs3: add mount and log replay tracepoints
` [PATCH v2 v2 2/7] ntfs3: add namei tracepoints
` [PATCH v2 v2 3/7] ntfs3: add create inode tracepoint
` [PATCH v2 v2 4/7] ntfs3: add directory index tracepoints
` [PATCH v2 v2 5/7] ntfs3: add allocation tracepoints
` [PATCH v2 v2 6/7] ntfs3: add iomap tracepoints
` [PATCH v2 v2 7/7] ntfs3: add file I/O tracepoints
[PATCH] tracing/probes: Treating longer symbol name on event comparation
2026-07-28 4:40 UTC
[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
2026-07-28 2:03 UTC (4+ messages)
[PATCH v3 4/5] tracing/probes: Extend max length of argument string
2026-07-27 23:58 UTC (3+ messages)
[PATCH v3 0/5] tracing: add ref_trace_final_put tracing
2026-07-27 20:27 UTC (5+ messages)
` [PATCH v3 1/5] tracing: add ref_trace_final_put tracepoint
` [PATCH v3 2/5] refcount: "
[PATCH v2] tracing: Cleanup event_enable_trigger_parse() by using __free()
2026-07-27 19:54 UTC
[PATCH RFC v4 03/12] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
2026-07-27 14:58 UTC (2+ messages)
[PATCH v10 07/11] HWBP: Add modify_wide_hw_breakpoint_local() API
2026-07-27 12:36 UTC (7+ messages)
` [PATCH 0/3] hw_breakpoint: Fix and simplify local address updates for wprobe
` [PATCH 1/3] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH 2/3] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH 3/3] HWBP: Add modify_local_hw_breakpoint_addr() API
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-26 23:50 UTC (7+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
[PATCH v1 06/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
2026-07-25 18:58 UTC (5+ messages)
` [PATCH v2 6/11] "
[PATCH v4] ftrace: Add global mutex to serialize trace_parser access
2026-07-25 2:47 UTC
[PATCH v3] ftrace: Add global mutex to serialize trace_parser access
2026-07-25 0:50 UTC (3+ messages)
[PATCH v2] tracing: perf: Fix stale head for perf syscall tracing
2026-07-24 23:32 UTC
[PATCH] tracing: perf: Fix stale head for perf syscall tracing
2026-07-24 23:26 UTC (2+ messages)
[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
2026-07-24 17:41 UTC (12+ messages)
` [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
[PATCH] tracing: Delay module ref count for "enable_event" trigger
2026-07-24 17:24 UTC
[RFC PATCH] Documentation/rv: Explain epoll and aborted sleeps
2026-07-24 16:17 UTC (4+ messages)
[PATCH v4] tracing: Fix use-after-free freeing trigger private data
2026-07-24 13:42 UTC (2+ messages)
[PATCH v1 0/7] ntfs3: add tracepoints for core filesystem paths
2026-07-24 2:03 UTC (6+ messages)
` [PATCH v1 v1 2/7] ntfs3: add namei tracepoints
[PATCH v2] tracing: Restore synchronize_rcu() before freeing trigger private data
2026-07-23 23:21 UTC (5+ messages)
[PATCH] tracing: Do not clean up hiter in mmiotrace read function
2026-07-23 23:10 UTC (4+ messages)
[PATCH v3] tracing: Fix use-after-free freeing trigger private data
2026-07-23 19:15 UTC
[PATCH v10 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
2026-07-23 18:34 UTC (3+ messages)
` [PATCH v10 02/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
2026-07-23 18:22 UTC (8+ messages)
` [RFC PATCH 6/7] mm: add tracepoints and vmstat counters for async teardown
[PATCH] tracing: Defer trigger private data frees past the grace period
2026-07-23 16:41 UTC (3+ messages)
[PATCH] tools: Use fputc() calls in some functions
2026-07-23 15:14 UTC (5+ messages)
[PATCH v4 0/8] rv/tlob: Add task latency over budget RV monitor
2026-07-23 13:29 UTC (4+ messages)
` [PATCH v4 8/8] selftests/verification: add tlob selftests
[PATCH v3 0/6] tracing/osnoise: Track IPIs
2026-07-23 13:28 UTC (5+ messages)
` [PATCH v3 2/6] rtla/osnoise: Record IPI count in osnoise top
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