messages from 2026-07-16 09:43:59 to 2026-07-21 12:36:13 UTC [more...]
[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
2026-07-21 12:36 UTC (19+ 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
[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
2026-07-21 12:06 UTC (12+ messages)
` [PATCH v1 06/11] rcu: Enable RCU "
` [PATCH v1 07/11] rcu: Update comments for gp_seq and expedited GP tracking
` [PATCH v1 08/11] rcu: Wake NOCB rcuog kthreads on expedited grace period completion
[PATCH v3 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
2026-07-21 10:36 UTC (19+ messages)
` [PATCH v3 01/18] tracing/remotes: Gate tracefs files opening on trace remote registration
` [PATCH v3 02/18] tracing/remotes: Release tracefs,eventfs on registration failure
` [PATCH v3 03/18] tracing/remotes: Use kstrtobool for boolean tracefs files
` [PATCH v3 04/18] tracing/remotes: Use a single per-remote polling work
` [PATCH v3 05/18] tracing/simple_ring_buffer: Add support for compressed length
` [PATCH v3 06/18] tracing/remotes: Add dmesg tracefs file
` [PATCH v3 07/18] tracing/remotes: selftests: Add a test for the "
` [PATCH v3 08/18] tracing/remotes: selftests: Prefix hypervisor folder
` [PATCH v3 09/18] ring-buffer: Use irqsave for the reader lock in ring_buffer_poll_remote
` [PATCH v3 10/18] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
` [PATCH v3 11/18] ring-buffer: Add ring_buffer_read_remote_meta_page()
` [PATCH v3 12/18] ring-buffer: Add kerneldoc for ring_buffer_poll_remote
` [PATCH v3 13/18] tracing/remotes: Add dump_on_panic tracefs file
` [PATCH v3 14/18] tracing/remotes: selftests: Add a test for the "
` [PATCH v3 15/18] tracing/remotes: Add poll_ms "
` [PATCH v3 16/18] tracing/remotes: Add trace_remote cmdline options
` [PATCH v3 17/18] Documentation: tracing/remotes: Add detailed tracefs layout
` [PATCH v3 18/18] Documentation/kernel-parameters: Add trace_remote
[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
2026-07-21 10:19 UTC (13+ 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 v4 00/17] rv: Add selftests to tools and KUnit tests
2026-07-21 6:24 UTC (24+ 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
[linus:master] [selftests/tracing] c5c413534d: kselftests-bpf.ftrace.ftracetest-ktap._instance_event_trigger_-_test_poll_wait_on_histogram.fail
2026-07-21 0:38 UTC (3+ messages)
Linking Patchwork with Sashiko?
2026-07-21 0:34 UTC (2+ messages)
[PATCH] selftests/tracing: Fix flakiness in trigger-hist-poll.tc by waiting for task exit
2026-07-21 0:20 UTC
[PATCH v1 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-07-20 18:32 UTC (12+ messages)
` [PATCH v1 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v1 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v1 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v1 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v1 06/11] arm64: pi: Run the source checker on the libfdt objects "
` [PATCH v1 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v1 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v1 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v1 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v1 11/11] KVM: arm64: Tag host-VA hypercall parameters __hostva
[PATCH v4 0/8] rv/tlob: Add task latency over budget RV monitor
2026-07-20 15:22 UTC (10+ messages)
` [PATCH v4 1/8] rv/da: introduce DA_MON_ALLOCATION_STRATEGY
` [PATCH v4 2/8] rv: add generic uprobe infrastructure for RV monitors
` [PATCH v4 4/8] rv/ha: fix ha_invariant_passed_ns silent bypass of invariant check
` [PATCH v4 6/8] rv/tlob: add tlob hybrid automaton monitor
[linus:master] [tracing] 206b25c090: kselftests-bpf.ftrace.ftracetest-ktap.Generic_dynamic_event_-_add/remove_eprobe_events.fail
2026-07-20 14:31 UTC (3+ messages)
[RFC PATCH 0/1] psi: Introduce in-kernel PSI auto monitor feature
2026-07-20 14:29 UTC (3+ messages)
[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 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)
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-20 7:20 UTC (36+ 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 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
[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)
[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] 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
[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 (7+ messages)
` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas
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