Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-07-15 14:49:45 to 2026-07-20 14:22:36 UTC [more...]

[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
 2026-07-20 14:22 UTC  (5+ messages)
` [PATCH v1 06/11] rcu: Enable RCU "

Linking Patchwork with Sashiko?
 2026-07-20 13:36 UTC 

[PATCH v4 00/13] rv: Convert rvgen to Lark
 2026-07-20 12:13 UTC  (5+ messages)
` [PATCH v4 09/13] verification/rvgen: Delete __parse_constraint()

[PATCH v4 0/8] rv/tlob: Add task latency over budget RV monitor
 2026-07-20 11:31 UTC  (6+ messages)
` [PATCH v4 1/8] rv/da: introduce DA_MON_ALLOCATION_STRATEGY
` [PATCH v4 4/8] rv/ha: fix ha_invariant_passed_ns silent bypass of invariant check

[PATCH v4 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-20 11:03 UTC  (23+ messages)
` [PATCH v4 01/17] rv: Use generic rv_this for the rv_monitor variable in LTL
` [PATCH v4 02/17] tools/rv: Fix exit status when monitor execution fails
` [PATCH v4 03/17] verification/rvgen: Improve rv_dir discovery in RVGenerator
` [PATCH v4 04/17] verification/rvgen: Use pathlib instead of os.path
` [PATCH v4 05/17] verification/rvgen: Improve consistency in template files
` [PATCH v4 06/17] tools/rv: Add selftests
` [PATCH v4 07/17] verification/rvgen: Add golden and spec folders for tests
` [PATCH v4 08/17] verification/rvgen: Add selftests
` [PATCH v4 09/17] verification/rvgen: Add the rvgen kunit subcommand
` [PATCH v4 10/17] verification/rvgen: Add selftests for rvgen kunit
` [PATCH v4 11/17] rv: Export task monitor slot and react symbols
` [PATCH v4 12/17] rv: Add KUnit tests for some DA/HA monitors
` [PATCH v4 13/17] rv: Add KUnit stub for current
` [PATCH v4 14/17] rv: Add KUnit tests for some LTL monitors
` [PATCH v4 15/17] selftests/verification: Fix wrong errexit assumption
` [PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
` [PATCH v4 17/17] selftests/verification: Add selftests for deadline and stall monitors

[PATCH 00/10] tracing/probes: Cleanup probe event code
 2026-07-20 10:45 UTC  (11+ messages)
` [PATCH 01/10] tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition
` [PATCH 02/10] tracing/probes: Remove redundant boolean conversion in trace_probe_has_single_file()
` [PATCH 03/10] tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()
` [PATCH 04/10] tracing/probes: Remove unused parameter from parse_probe_var_retval()
` [PATCH 05/10] tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()
` [PATCH 06/10] tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()
` [PATCH 07/10] tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()
` [PATCH 08/10] tracing/fprobe: Remove redundant memset in fentry_perf_func()
` [PATCH 09/10] tracing/kprobe: Remove redundant memset in kprobe_perf_func()
` [PATCH 10/10] tracing/probes: Fix extra whitespace in trace_probe_kernel.h

[PATCH 0/4] tracing/probes: Fixes several bugs
 2026-07-20 10:12 UTC  (5+ messages)
` [PATCH 1/4] tracing/probes: Avoid temporary buffer truncation in trace_probe_match_command_args()
` [PATCH 2/4] tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
` [PATCH 3/4] tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
` [PATCH 4/4] tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()

[PATCH] tracing: Fix context switch counter truncation
 2026-07-20  9:24 UTC  (3+ messages)

[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
 2026-07-20  8:13 UTC  (10+ messages)
` [RFC PATCH 1/7] mm: add CONFIG_ASYNC_MM_TEARDOWN scaffolding for off-CPU exit teardown
` [RFC PATCH 2/7] mm: dispatch __mmput() to an mm_reaper kthread via llist
` [RFC PATCH 3/7] mm/oom_kill: mark an OOM victim's mm with MMF_OOM_TARGETED
` [RFC PATCH 4/7] mm: gate async teardown on RSS with pending-pages backpressure
` [RFC PATCH 5/7] mm: add runtime toggle and sysctls for async teardown
` [RFC PATCH 6/7] mm: add tracepoints and vmstat counters "
` [RFC PATCH 7/7] exit: route exit_mm()'s final mmput() through mmput_exit()

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-20  7:20 UTC  (73+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()

[PATCH v6 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
 2026-07-20  2:39 UTC  (7+ messages)

[linus:master] [tracing] 206b25c090: kselftests-bpf.ftrace.ftracetest-ktap.Generic_dynamic_event_-_add/remove_eprobe_events.fail
 2026-07-19 10:04 UTC  (2+ messages)

[RFC v3 0/2] rm64: kprobes: Fix single-step fault and reentry handling
 2026-07-19  5:51 UTC  (12+ messages)
` [RFC v3 2/2] arm64: kprobes: Allow reentering kprobes while single-stepping

[PATCH v2] dmaengine: fsl-edma: tracing: no ptr dereference during log output
 2026-07-18 14:52 UTC  (2+ messages)

[PATCH] ring-buffer: serialize read-page order with subbuffer resize
 2026-07-18 12:20 UTC  (7+ messages)

[PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-18  2:51 UTC  (14+ messages)
` [PATCH v9 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v9 02/10] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v9 03/10] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v9 04/10] selftests: tracing: Add syntax "
` [PATCH v9 05/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v9 06/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v9 07/10] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v9 08/10] tracing: wprobe: Add wprobe event trigger
` [PATCH v9 09/10] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v9 10/10] tracing/wprobe: Support BTF typecast in fetchargs

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-17 18:10 UTC  (16+ messages)
` [RFC PATCH v2 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH v2 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH v2 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH v2 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH v2 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH v2 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH v2 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH v2 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH v2 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH v2 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH v2 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH v2 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH v2 13/13] Documentation/dev-tools: document KWatch

[RFC] tracing: Try user copies with page faults disabled first
 2026-07-17 17:37 UTC  (4+ messages)

[PATCH RFC v3 3/6] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
 2026-07-17 17:00 UTC 

[PATCH] uprobes: Restore original return address in uretprobe context
 2026-07-17  8:23 UTC 

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

[PATCH 0/2] tracing: Fix a kernel crash related to :mod: command
 2026-07-17  2:51 UTC  (3+ messages)
` [PATCH 1/2] tracing: Fix union collision of module and refcnt for dynamic events
` [PATCH 2/2] selftests/ftrace: Reset triggers at top level before instance loop

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-16 17:20 UTC  (4+ messages)
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status

[PATCH] rtla/cli: Unify and improve handling of invalid option arguments
 2026-07-16 16:20 UTC  (2+ messages)

[PATCH] tracing: uprobes: Fix incorrect __free function that frees an error value in __trace_uprobe_create()
 2026-07-16 14:31 UTC 

[linus:master] [selftests/tracing] c5c413534d: kselftests-bpf.ftrace.ftracetest-ktap._instance_event_trigger_-_test_poll_wait_on_histogram.fail
 2026-07-16 14:30 UTC 

[PATCH 1/4] rtla: Allow unsetting non-list custom-callback CLI options
 2026-07-16 14:08 UTC  (8+ messages)
` [PATCH 2/4] rtla: Add unit tests for unset in opt callbacks
` [PATCH 3/4] rtla: Add unit tests for CLI with unset
` [PATCH 4/4] Documentation/rtla: Document unsetting options

[PATCH 1/2] rv/nomiss: fix task storage lifetime
 2026-07-16 13:50 UTC  (2+ messages)

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-16 10:43 UTC  (16+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH] tracing: Propagate errors from remote event bulk updates
 2026-07-16  7:55 UTC  (6+ messages)

[BUG] tracing: Too many tries to read user space
 2026-07-16  6:27 UTC  (6+ messages)

[PATCH v8 0/9] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-16  2:53 UTC  (10+ messages)
` [PATCH v8 1/9] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v8 2/9] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v8 3/9] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v8 4/9] selftests: tracing: Add syntax "
` [PATCH v8 5/9] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 6/9] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 7/9] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 8/9] tracing: wprobe: Add wprobe event trigger
` [PATCH v8 9/9] selftests: ftrace: Add wprobe trigger testcase

[PATCH v7 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-16  2:37 UTC  (6+ messages)
` [PATCH v7 05/10] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
` [PATCH v7 10/10] selftests: ftrace: Add wprobe trigger testcase

[PATCH] tracing: ring-buffer: allowlist clang-generated symbols
 2026-07-15 23:40 UTC  (5+ messages)

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


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