Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-04 08:34:40 to 2026-08-06 23:27:44 UTC [more...]

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 23:27 UTC  (22+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 04/20] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v4 05/20] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

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

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-06 21:52 UTC  (7+ 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] tools: Use fputc() calls in some functions
 2026-08-06 21:50 UTC  (3+ messages)

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

[PATCH 0/6] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-06 21:13 UTC  (7+ messages)
` [PATCH 1/6] ring-buffer: Prevent resizing of persistent ring buffer
` [PATCH 2/6] ring-buffer: Prevent subbuf order change when resizing is disabled
` [PATCH 3/6] ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()
` [PATCH 4/6] ring-buffer: Fix subbuf resize concurrency
` [PATCH 5/6] ring-buffer: Dynamically calculate max_data_size
` [PATCH 6/6] ring-buffer: Remove ring_buffer_per_cpu::mapped

[PATCH] uprobes: Skip breakpoint installation on non executable vmas
 2026-08-06 20:42 UTC  (11+ messages)

[PATCH] trace_branch: use per-cpu counters for correct/incorrect stats
 2026-08-06 20:04 UTC  (4+ messages)

[PATCH v2 00/17] Landlock tracepoints
 2026-08-06 18:22 UTC  (7+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset

[PATCH v3 00/20] Landlock tracepoints
 2026-08-06 17:41 UTC  (6+ messages)
` [PATCH v3 03/20] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v3 07/20] tracing: Add __print_untrusted_str()

[PATCH] tracing: Cleanup event_enable_trigger_parse() by using __free()
 2026-08-06 17:13 UTC  (4+ messages)

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

[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-06 15:31 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[PATCH v2 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
 2026-08-06 15:21 UTC  (3+ messages)
` [PATCH v2 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH v2 2/2] selftests/ftrace: Add boot-time tracing test framework

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

[PATCH v2] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
 2026-08-06 13:58 UTC  (2+ messages)

[PATCH] kprobes: Fix NULL pointer dereference in unregister_kretprobes()
 2026-08-06 13:41 UTC  (6+ messages)

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-06 13:19 UTC  (33+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[syzbot] [trace?] KASAN: slab-use-after-free Read in ring_buffer_iter_advance
 2026-08-06 12:58 UTC  (2+ messages)

[PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-06 12:35 UTC  (16+ messages)
` [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v3 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v3 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v3 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v3 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v3 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v3 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v3 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v3 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v3 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern

[GIT PULL] rv fixes for v7.3 (for-next)
 2026-08-06 10:00 UTC 

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-06  8:38 UTC  (10+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 4/9] mm: use hw_pte_t for generic PTE table storage
` [PATCH 5/9] mm: convert PTE table entries in ptep_get()
` [PATCH 6/9] mm: convert PTE table entry to pte
` [PATCH 7/9] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH 8/9] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH 9/9] xen: "

[PATCH 1/2] selftests/ftrace: Force C locale for readelf in uprobe test
 2026-08-06  8:31 UTC  (2+ messages)
` [PATCH 2/2] selftests/ftrace: Convert ELF entry point to file offset "

[PATCH bpf-next v2 0/3] bpf: Fix UAF in bpf_trampoline_multi_attach/detach on update failure
 2026-08-06  8:25 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix UAF in bpf_trampoline_multi_detach "
` [PATCH bpf-next v2 2/3] bpf: Fix prog UAF in bpf_trampoline_multi_attach() register-path rollback
` [PATCH bpf-next v2 3/3] bpf: Fix prog UAF in __bpf_trampoline_unlink_prog() on update failure

[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-06  7:17 UTC  (16+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint

[PATCH] bpf: disable lockdep while running BPF on lock_release
 2026-08-06  4:26 UTC  (9+ messages)
        ` 回复: "

[PATCH] eventfs: Fix use-after-free in eventfs_remove_rec()
 2026-08-06  2:27 UTC 

[syzbot] [trace?] KCSAN: data-race in ring_buffer_unlock_commit / ring_buffer_unlock_commit
 2026-08-06  1:43 UTC  (2+ messages)

[PATCH] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
 2026-08-06  0:12 UTC  (3+ messages)

[PATCH] ring-buffer: Prevent subbuf order change when resizing is disabled
 2026-08-05 19:15 UTC  (3+ messages)

[GIT PULL] RTLA changes for 7.3
 2026-08-05 15:10 UTC 

[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
 2026-08-05 14:14 UTC  (3+ messages)
` [PATCH RFC v2 2/3] mm: new migrate_mode flag for async "

[PATCH] selftests/ftrace: refactor eprobes test to fix argument checks
 2026-08-04 23:14 UTC  (2+ messages)

[PATCH] selftests/ftrace: allow relative paths in eprobe test
 2026-08-04 23:08 UTC  (4+ messages)

[PATCH 0/5] locking/qspinlock: Add contended_release tracepoint
 2026-08-04 19:54 UTC  (5+ messages)
` [PATCH 1/5] x86/paravirt: Use static_call() for the paravirt spinlock ops

[PATCH v4 0/6] tracing/osnoise: Track IPIs
 2026-08-04 17:42 UTC  (7+ messages)
` [PATCH v4 1/6] rtla/osnoise: Add IPI tracking cmdline option
` [PATCH v4 2/6] rtla/osnoise: Record IPI count in osnoise top
` [PATCH v4 3/6] rtla/osnoise: Leverage IPI event filters when tracing a subset of CPUs
` [PATCH v4 4/6] rtla/osnoise: Allow IPI filters to gracefully fail
` [PATCH v4 5/6] rtla: Unconditionally clean any pre-existing filters for user-provided events
` [PATCH v4 6/6] rtla/osnoise: Trace IPI events when recording a trace file

[PATCH v4 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-08-04 14:03 UTC  (19+ messages)
` [PATCH v4 01/18] tracing/remotes: Gate tracefs files opening on trace remote registration
` [PATCH v4 02/18] tracing/remotes: Release tracefs,eventfs on registration failure
` [PATCH v4 03/18] tracing/remotes: Use kstrtobool for boolean tracefs files
` [PATCH v4 04/18] tracing/remotes: Use a single per-remote polling work
` [PATCH v4 05/18] tracing/simple_ring_buffer: Add support for compressed length
` [PATCH v4 06/18] tracing/remotes: Add dmesg tracefs file
` [PATCH v4 07/18] tracing/remotes: selftests: Add a test for the "
` [PATCH v4 08/18] tracing/remotes: selftests: Prefix hypervisor folder
` [PATCH v4 09/18] ring-buffer: Use irqsave for the reader lock in ring_buffer_poll_remote
` [PATCH v4 10/18] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
` [PATCH v4 11/18] ring-buffer: Add ring_buffer_read_remote_meta_page()
` [PATCH v4 12/18] ring-buffer: Add kerneldoc for ring_buffer_poll_remote
` [PATCH v4 13/18] tracing/remotes: Add dump_on_panic tracefs file
` [PATCH v4 14/18] tracing/remotes: selftests: Add a test for the "
` [PATCH v4 15/18] tracing/remotes: Add poll_ms "
` [PATCH v4 16/18] tracing/remotes: Add trace_remote cmdline options
` [PATCH v4 17/18] Documentation: tracing/remotes: Add detailed tracefs layout
` [PATCH v4 18/18] Documentation/kernel-parameters: Add trace_remote

[RFC PATCH v2] Documentation/rv: Explain epoll and aborted sleeps
 2026-08-04 14:02 UTC  (3+ messages)

[PATCH v5 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-08-04 10:36 UTC  (8+ messages)
` [PATCH v5 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v5 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v5 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v5 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v5 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v5 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v5 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v2 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-04  8:50 UTC  (6+ messages)
` [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI


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