Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-28 19:54:17 to 2026-09-01 00:47:23 UTC [more...]

[PATCH v2 0/2] tracing/probes: Fix BTF structure member finder
 2026-09-01  0:47 UTC  (3+ messages)
` [PATCH v2 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH v2 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-01  0:16 UTC  (6+ messages)
` [PATCH v2 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v2 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v2 14/14] mm/page-flags: remove PG_private

[PATCH 0/2] tracing/probes: Fix BTF structure member finder
 2026-08-31 22:37 UTC  (9+ messages)
` [PATCH 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access

[PATCH 0/3] workqueue: Add telemetry tracepoints for CPU hogs, distress, and BH budget yields
 2026-08-31 21:08 UTC  (7+ messages)
` [PATCH 1/3] workqueue: Add workqueue_cpu_intensive tracepoint
` [PATCH 2/3] workqueue: Add workqueue_mayday and workqueue_rescued tracepoints
` [PATCH 3/3] workqueue: Add workqueue_bh_budget_yield tracepoint

[PATCH 0/3] dmaengine: qcom: gpi: Add trace event support
 2026-08-31 19:32 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: qcom: gpi: trace: Add trace events header for Qualcomm GPI DMA
` [PATCH 2/3] dmaengine: qcom: gpi: Add trace event support
` [PATCH 3/3] dmaengine: qcom: gpi: Convert dev_dbg() calls to tracepoints

[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-08-31 15:20 UTC  (3+ messages)
` [RFC 2/3] rv: add per-monitor edge-stat facility and stats file

[PATCH] riscv: ftrace: reject out-of-range non-direct targets
 2026-08-31 14:58 UTC  (3+ messages)

[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
 2026-08-31 14:22 UTC  (3+ messages)

[PATCH AUTOSEL 6.18-6.1] tracing: Disable KCOV instrumentation for trace_irqsoff.o
 2026-08-31 13:30 UTC  (5+ messages)
` [PATCH AUTOSEL 6.18] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH AUTOSEL 6.18-5.10] perf/ftrace: Fix WARNING in __unregister_ftrace_function
` [PATCH AUTOSEL 6.18-5.10] sparc64: uprobes: add missing break
` [PATCH AUTOSEL 6.18] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer

[RFC PATCH 0/4] ftrace: Add task comm filtering for function tracing
 2026-08-31 13:49 UTC  (11+ messages)
` [RFC PATCH 1/4] ftrace: Generalize function task filter names
` ​[RFC PATCH 2/4] ftrace: Centralize task filter state updates
` [RFC PATCH 3/4] ftrace: Add exact task comm filtering
` [RFC PATCH 4/4] Documentation/ftrace: Document function comm filters

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-31 13:30 UTC  (4+ messages)

[syzbot] Monthly trace report (Aug 2026)
 2026-08-31 12:33 UTC 

[PATCH v2 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-08-31 11:57 UTC  (11+ messages)
` [PATCH v2 1/2] module: pull out add_taint_module() to be public
` [PATCH v2 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v4 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-31  9:48 UTC  (3+ messages)
` [PATCH v4 1/4] rv/reactors: use LD_WAIT_SPIN as the reactor lockdep wait type

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-08-31  9:44 UTC  (30+ messages)
` [RFC PATCH 01/20] sched: Add task enqueue/dequeue trace points
` [RFC PATCH 02/20] tools/rv: Skip empty pid error in selftest if command failed
` [RFC PATCH 03/20] rv: Refactor da_trace() functions to get strings internally
` [RFC PATCH 04/20] rv: Use static arrays for rv_monitor name and description
` [RFC PATCH 05/20] rv: Add in-kernel support for BPF monitors
` [RFC PATCH 06/20] rv: Add rv_get_monitor_by_name()
` [RFC PATCH 07/20] rv: Add reactors support to BPF monitors
` [RFC PATCH 08/20] rv: Cast result of model_get_*_name()
` [RFC PATCH 09/20] rv: Handle unregistered monitors safely in tracefs
` [RFC PATCH 10/20] tools/build: Add a feature test for bpftool-btf
` [RFC PATCH 11/20] tools/rv: Move argument parsing from in_kernel to utils
` [RFC PATCH 12/20] tools/rv: Export functionality for in_kernel monitors
` [RFC PATCH 13/20] tools/rv: Implement BPF monitor loading and tracing
` [RFC PATCH 14/20] tools/rv: Implement BPF monitor registration logic
` [RFC PATCH 15/20] tools/rv: Copy stripped bpf_atomic.h from libarena
` [RFC PATCH 16/20] tools/rv: Add BPF monitors
` [RFC PATCH 17/20] tools/rv: Define CONFIG_X86_64 statically for "
` [RFC PATCH 18/20] verification/rvgen: Add support "
` [RFC PATCH 19/20] tools/rv: Add selftest for rv bpf
` [RFC PATCH 20/20] verification/rvgen: Add selftest for rvgen -b

[PATCH v6] stm: class: Add MIPI OST protocol support
 2026-08-31  8:42 UTC  (2+ messages)

[PATCH v14 00/14] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-31  1:24 UTC  (30+ messages)
` [PATCH v14 01/14] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v14 02/14] tracing/probes: Fix BTF kflag check for anonymous struct member access
` [PATCH v14 03/14] kprobes: Protect kprobe_blacklist with RCU
` [PATCH v14 04/14] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v14 05/14] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v14 06/14] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v14 07/14] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v14 08/14] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v14 09/14] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v14 10/14] selftests: tracing: Add syntax "
` [PATCH v14 11/14] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v14 12/14] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v14 13/14] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v14 14/14] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-08-31  0:25 UTC  (46+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 02/45] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v12 03/45] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v12 04/45] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v12 05/45] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v12 06/45] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v12 07/45] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v12 08/45] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 10/45] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 16/45] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v12 17/45] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 19/45] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v12 20/45] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v12 21/45] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v12 22/45] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 24/45] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v12 25/45] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v12 26/45] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v12 27/45] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v12 28/45] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v12 29/45] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v12 30/45] KVM: selftests: Test basic single-page conversion flow
` [PATCH v12 31/45] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v12 32/45] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v12 33/45] KVM: selftests: Test conversion before allocation
` [PATCH v12 34/45] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v12 35/45] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v12 36/45] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v12 37/45] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v12 38/45] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v12 39/45] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v12 40/45] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v12 41/45] KVM: selftests: Provide common function to set memory attributes
` [PATCH v12 42/45] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v12 44/45] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v12 45/45] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v5 6/6] selftests: prctl: Add test for long thread names
 2026-08-30 22:55 UTC  (3+ messages)

[PATCH v2] riscv: mm: Trace TLB flush path selection
 2026-08-30 14:36 UTC 

[PATCH] riscv: mm: Trace TLB flush path selection
 2026-08-30 14:19 UTC  (3+ messages)

[PATCH v13 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-30  5:36 UTC  (22+ messages)
` [PATCH v13 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v13 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [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 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-30  5:36 UTC  (10+ messages)
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[PATCH v2] ftrace: Take trace_array reference before accessing its ftrace_ops
 2026-08-30  0:51 UTC  (3+ messages)

[PATCH] tracing: Have show_event_filters/triggers files take trace array ref
 2026-08-29  8:21 UTC  (2+ messages)

[PATCH] riscv: ftrace: only use pre-function NOPs with call ops
 2026-08-29  3:45 UTC 

[PATCH] ftrace: Take trace_array reference before accessing its ftrace_ops
 2026-08-29  2:22 UTC  (3+ messages)

ftrace: UAF in ftrace_regex_open() on a removed tracing instance
 2026-08-28 19:55 UTC  (5+ messages)


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