Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-07-22 06:11:10 to 2026-07-23 07:47:33 UTC [more...]

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

[PATCH v2 0/4] rv: rtapp monitor update
 2026-07-23  6:34 UTC  (7+ messages)
` [PATCH v2 4/4] rv/rtapp: Add wakeup monitor

[PATCH v2] tracing: Add mutex to trace_parser to fix concurrent write races
 2026-07-23  2:55 UTC  (3+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-23  2:42 UTC  (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

[PATCH] uprobes: Restore original return address in uretprobe context
 2026-07-23  0:31 UTC  (2+ messages)

[PATCH] selftests/ftrace: allow relative paths in eprobe test
 2026-07-23  0:26 UTC  (2+ messages)

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-23  0:05 UTC  (6+ messages)

[PATCH] tracing: Do not clean up hiter in mmiotrace read function
 2026-07-22 23:24 UTC  (2+ messages)

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

[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
 2026-07-22 21:50 UTC  (5+ messages)
` [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-22 21:39 UTC  (2+ messages)

[PATCH v3 00/20] Landlock tracepoints
 2026-07-22 21:12 UTC  (22+ messages)
` [PATCH v3 01/20] landlock: Prepare ruleset and domain type split
` [PATCH v3 02/20] landlock: Move domain query functions to domain.c
` [PATCH v3 03/20] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v3 04/20] landlock: Split denial logging from audit into common framework
` [PATCH v3 05/20] landlock: Decouple the per-denial logging decision from CONFIG_AUDIT
` [PATCH v3 06/20] landlock: Consolidate access-right and scope names in a shared header
` [PATCH v3 07/20] tracing: Add __print_untrusted_str()
` [PATCH v3 08/20] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v3 09/20] landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
` [PATCH v3 10/20] landlock: Add create_domain and free_domain tracepoints
` [PATCH v3 11/20] landlock: Add landlock_enforce_domain tracepoint
` [PATCH v3 12/20] landlock: Add tracepoints for rule checking
` [PATCH v3 13/20] landlock: Add landlock_deny_access_fs and landlock_deny_access_net
` [PATCH v3 14/20] landlock: Add tracepoints for ptrace and scope denials
` [PATCH v3 15/20] selftests/landlock: Add trace event test infrastructure and tests
` [PATCH v3 16/20] selftests/landlock: Add filesystem tracepoint tests
` [PATCH v3 17/20] selftests/landlock: Add network "
` [PATCH v3 18/20] selftests/landlock: Add scope and ptrace "
` [PATCH v3 19/20] selftests/landlock: Add landlock_enforce_domain trace tests
` [PATCH v3 20/20] landlock: Document tracepoints

[PATCH 0/4] tracing: fix histogram and injection buffer overflows
 2026-07-22 19:51 UTC  (10+ messages)
` [PATCH 1/4] tracing/hist: Prevent overflow in histogram expression strings
` [PATCH 2/4] tracing/user_events: Validate explicit struct field sizes
` [PATCH 3/4] tracing/inject: Validate entry allocation size
` [PATCH 4/4] tracing/inject: Prevent overflow growing string fields

[PATCH v4 0/8] rv/tlob: Add task latency over budget RV monitor
 2026-07-22 14:42 UTC  (6+ messages)
` [PATCH v4 7/8] rv/tlob: add KUnit tests for the tlob monitor
` [PATCH v4 8/8] selftests/verification: add tlob selftests

[PATCH v4 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-22 11:37 UTC  (3+ messages)
` [PATCH v4 13/17] rv: Add KUnit stub for current

[GIT PULL] RTLA fixes for v7.2-rc5
 2026-07-22 11:01 UTC 

[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
 2026-07-22  9:58 UTC  (5+ messages)
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range


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