Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-06 21:45:14 to 2026-08-10 09:20:09 UTC [more...]

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

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-08-10  9:07 UTC  (9+ messages)
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH 0/6] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-10  8:56 UTC  (15+ messages)
` [PATCH 1/6] ring-buffer: Prevent resizing of persistent ring buffer
` [PATCH 4/6] ring-buffer: Fix subbuf resize concurrency

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-10  8:39 UTC  (8+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-10  8:35 UTC  (13+ 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 v2] uprobes: Restore original return address in uretprobe context
 2026-08-10  8:01 UTC 

[PATCH] uprobes: Restore original return address in uretprobe context
 2026-08-10  8:05 UTC  (3+ messages)

[PATCH v1] rust: add mark_used macro
 2026-08-10  7:51 UTC 

[PATCH v4] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
 2026-08-10  7:16 UTC  (2+ messages)

[PATCH v4] tracing: Fix race between update_event_fields and, event_define_fields
 2026-08-10  6:51 UTC  (3+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-10  6:44 UTC  (9+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH v5] tracing: Fix race between update_event_fields and, event_define_fields
 2026-08-10  6:32 UTC 

[PATCH v3] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
 2026-08-10  3:36 UTC  (2+ messages)

[syzbot] [trace?] KASAN: use-after-free Read in ignore_event
 2026-08-09 21:51 UTC 

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-09 18:32 UTC  (12+ 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

[PATCH v2 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-09 17:42 UTC  (10+ messages)
` [PATCH v2 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
` [PATCH v2 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
` [PATCH v2 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[PATCH v3 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-09 17:10 UTC  (5+ messages)
` [PATCH v3 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
` [PATCH v3 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
` [PATCH v3 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
` [PATCH v3 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-09 16:20 UTC  (16+ messages)
` [PATCH bpf-next 01/13] bpf: Initialize ftrace_managed in bpf_trampoline_get
` [PATCH bpf-next 02/13] bpf: Factor out update_fentry_multi helper
` [PATCH bpf-next 03/13] bpf: Drop unnecessary ftrace_location() in update_fentry_multi()
` [PATCH bpf-next 04/13] bpf: Add tracing_multi link support for bpf progs
` [PATCH bpf-next 05/13] libbpf: "
` [PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo "
` [PATCH bpf-next 07/13] bpf: Add tracing_multi link info "
` [PATCH bpf-next 08/13] selftests/bpf: Add tracing_multi bpf prog attach test
` [PATCH bpf-next 09/13] selftests/bpf: Add tracing_multi bpf prog attach failure tests
` [PATCH bpf-next 10/13] selftests/bpf: Add tracing_multi bpf prog cookie test
` [PATCH bpf-next 11/13] selftests/bpf: Add tracing_multi bpf prog rollback test
` [PATCH bpf-next 12/13] selftests/bpf: Add tracing_multi bpf prog link info test
` [PATCH bpf-next 13/13] selftests/bpf: Test tailcall with fentry.multi

[syzbot] [trace?] KCSAN: data-race in __rb_reserve_next / ring_buffer_iter_peek
 2026-08-09  5:29 UTC 

[PATCH v2] tracefs: Add read-only eventfs filesystem at /sys/kernel/events
 2026-08-08 17:11 UTC 

[PATCH v2 0/2] ring-buffer: Fix snapshot swap race and improve user experience
 2026-08-08 15:00 UTC  (4+ messages)
` [PATCH v2 2/2] tracing/snapshot: Use work_on_cpu to avoid -EBUSY during snapshot swap

[PATCH v2] eventfs: Use children field for rcu head and add memory barriers
 2026-08-08 14:29 UTC  (3+ messages)

[PATCH] eventfs: Use children field for rcu head and add memory barriers
 2026-08-08 13:43 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/4] tracing/mmiotrace: Fix some bugs in mmiotrace
 2026-08-08 13:12 UTC  (5+ messages)
` [PATCH 4/4] tracing/mmiotrace: Clean up coding style and redundant debug logs

[PATCH v3 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
 2026-08-08 12:19 UTC  (4+ messages)
` [PATCH v3 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH v3 2/2] selftests/ftrace: Add boot-time tracing test framework

[PATCH] fprobe: Simplify fprobe_remove_ips() by reusing existing helpers
 2026-08-08  0:54 UTC  (2+ messages)

[PATCH] eventfs: Use children field for rcu head and add memory barriers
 2026-08-08  0:00 UTC  (3+ messages)

[PATCH] ring-buffer: Fix crash passing ERR_PTR to kthread_stop()
 2026-08-07 22:17 UTC  (3+ messages)

[PATCH] eventfs: Fix use-after-free in eventfs_remove_rec()
 2026-08-07 22:13 UTC  (2+ messages)

[PATCH RESEND 0/3] mm: trace: decode architecture-specific VMA flags
 2026-08-07 20:26 UTC  (5+ messages)

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-07 16:16 UTC  (12+ messages)
` [PATCH v4 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v4 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v4 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v4 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v4 05/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v4 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v4 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v4 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v4 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v4 10/10] arm64: tegra: Add VPR placeholder node on Tegra264

[PATCH v2] tracing: Cleanup event_enable_trigger_parse() by using __free()
 2026-08-07 15:35 UTC 

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

[PATCH 1/2] selftests/ftrace: Force C locale for readelf in uprobe test
 2026-08-07 10:30 UTC  (8+ messages)
` [PATCH v2 0/2] selftests/ftrace: Fix add_remove_uprobe robustness
  ` [PATCH v2 1/2] selftests/ftrace: Force C locale in ftracetest
  ` [PATCH v2 2/2] selftests/ftrace: Convert ELF entry point to file offset in uprobe test

[PATCH] tracing: Fix logged instance name on creation failure
 2026-08-07 10:05 UTC  (2+ messages)

[PATCH] rtla/tests: Test actions in absence of threshold
 2026-08-07  9:45 UTC 

[PATCH bpf-next v2 0/3] bpf: Fix UAF in bpf_trampoline_multi_attach/detach on update failure
 2026-08-07  8:19 UTC  (4+ messages)

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (3+ messages)
  `  "

[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-07  3:18 UTC  (7+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe

[PATCH v3 v3 0/7] ntfs3: add tracepoints for core filesystem paths
 2026-08-07  1:07 UTC  (9+ messages)
` [PATCH v3 v3 1/7] ntfs3: add mount and log replay tracepoints
` [PATCH v3 v3 2/7] ntfs3: add namei tracepoints
` [PATCH v3 v3 3/7] ntfs3: add create inode tracepoint
` [PATCH v3 v3 4/7] ntfs3: add directory index tracepoints
` [PATCH v3 v3 5/7] ntfs3: add allocation tracepoints
` [PATCH v3 v3 6/7] ntfs3: add iomap tracepoints
` [PATCH v3 v3 7/7] ntfs3: add file I/O tracepoints

[PATCH] tracing: Report TP_printk double dereference with pr_warn()
 2026-08-06 21:52 UTC  (2+ messages)
` [PATCH v2] tracing: Report every TP_printk double dereference

[syzbot] [trace?] WARNING in trace_rb_cpu_prepare
 2026-08-06 21:46 UTC  (3+ messages)


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