Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-15 19:42:01 to 2026-05-19 21:11:04 UTC [more...]

[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-19 21:09 UTC  (5+ messages)

[PATCHv2 00/11] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-19 20:36 UTC  (19+ messages)
` [PATCHv2 01/11] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv2 02/11] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv2 03/11] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv2 04/11] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv2 05/11] libbpf: Detect uprobe syscall with new error
` [PATCHv2 06/11] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv2 07/11] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv2 08/11] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv2 09/11] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv2 10/11] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv2 11/11] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-19 19:20 UTC  (8+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions

[PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
 2026-05-19 19:05 UTC  (7+ messages)

[PATCH mm-unstable v17 02/14] mm/khugepaged: generalize alloc_charge_folio()
 2026-05-19 19:03 UTC  (4+ messages)

[PATCH] gpu: host1x: trace: fix string fields in host1x traces
 2026-05-19 18:10 UTC  (2+ messages)

[PATCH v3 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-19 17:54 UTC  (7+ messages)
` [PATCH v3 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI
` [PATCH v3 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver

[PATCH 0/9] rv: Fixes on Deterministic and Hybrid Automata
 2026-05-19 16:48 UTC  (25+ messages)
` [PATCH 1/9] rv: Fix __user specifier usage in extract_params()
` [PATCH 2/9] rv: Fix read_lock scope in per-task DA cleanup
` [PATCH 3/9] rv: Reset per-task DA monitors before releasing the slot
` [PATCH 4/9] rv: Prevent task migration while handling per-CPU events
` [PATCH 5/9] rv: Ensure all pending probes terminate on per-obj monitor destroy
` [PATCH 6/9] rv: Ensure synchronous cleanup for HA monitors
` [PATCH 7/9] rv: Do not rely on clean monitor when initialising HA
` [PATCH 8/9] rv: Add automatic cleanup handlers for per-task HA monitors
` [PATCH 9/9] rv: Mandate deallocation for per-obj monitors

[PATCH v4] tracing/probes: Allow use of BTF names to dereference pointers
 2026-05-19 16:38 UTC  (9+ messages)

[PATCH 0/3] rv: rtapp monitor update
 2026-05-19 15:26 UTC  (9+ messages)
` [PATCH 1/3] rv/rtapp/sleep: Make the error more informative for user
` [PATCH 2/3] rv/rtapp/sleep: Update nanosleep rule
` [PATCH 3/3] rv/rtapp: Add wakeup monitor

[PATCH] tools/bootconfig: Fix buf leaks in apply_xbc
 2026-05-19 15:12 UTC  (2+ messages)

[PATCH] tools/bootconfig: Fix null pointer when free buf
 2026-05-19 15:04 UTC  (2+ messages)

[PATCH v2 00/14] rv: Add selftests to tools and KUnit tests
 2026-05-19 14:53 UTC  (32+ messages)
` [PATCH v2 01/14] tools/rv: Fix substring match bug in monitor name search
` [PATCH v2 02/14] tools/rv: Fix substring match when listing container monitors
` [PATCH v2 03/14] tools/rv: Fix exit status when monitor execution fails
` [PATCH v2 04/14] tools/rv: Fix cleanup after failed trace setup
` [PATCH v2 05/14] tools/rv: Add selftests
` [PATCH v2 06/14] verification/rvgen: Fix options shared among commands
` [PATCH v2 07/14] verification/rvgen: Fix ltl2k writing True as a literal
` [PATCH v2 08/14] verification/rvgen: Add golden and spec folders for tests
` [PATCH v2 09/14] verification/rvgen: Add selftests
` [PATCH v2 10/14] rv: Add KUnit stub to rv_react() and rv_*_task_monitor_slot()
` [PATCH v2 11/14] rv: Add KUnit tests for some DA/HA monitors
` [PATCH v2 12/14] rv: Add KUnit stubs for current and smp_processor_id()
` [PATCH v2 13/14] rv: Prevent unintentional tracepoints during KUnit tests
` [PATCH v2 14/14] rv: Add KUnit tests for some LTL monitors

[RFC PATCH v2 04/10] rv/da: add pre-allocated storage pool for per-object monitors
 2026-05-19 11:14 UTC  (4+ messages)
` [PATCH] Re: "

[PATCH] ftrace: fix race in __modify_ftrace_direct() between tmp_ops registration and direct_functions update
 2026-05-19 10:55 UTC  (3+ messages)

[PATCH] tracing: Use krealloc_array() for trace option array growth
 2026-05-19  8:34 UTC 

[PATCH] tracing/branch: Use pr_warn() instead of printk(KERN_WARNING)
 2026-05-19  8:16 UTC 

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-19  7:58 UTC  (21+ messages)
` [PATCH 01/13] verification/rvgen: Switch LTL parser "
` [PATCH 02/13] verification/rvgen: Introduce a parse tree for automata using Lark
` [PATCH 03/13] verification/rvgen: Implement state and transition parser based on Lark
` [PATCH 06/13] verification/rvgen: Convert __fill_verify_guards_func() to Lark
` [PATCH 07/13] rv: Simply hybrid automata monitors's clock variables

[PATCH] tracing/blktrace: Use sysfs_emit() for sysfs show callbacks
 2026-05-19  7:50 UTC 

[PATCH v3 06/11] drm: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-19  7:23 UTC  (4+ messages)

[PATCH 00/28] mm/damon: introduce data attributes monitoring
 2026-05-19  0:54 UTC  (4+ messages)
` [PATCH 18/28] mm/damon: trace probe_hits

[PATCH v3 08/11] scsi: ufs: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-18 23:22 UTC  (5+ messages)

[PATCH v3 10/11] kernel: time, trace: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-18 23:13 UTC  (3+ messages)

[PATCH v4 0/3] Enable perf tracing for unprivileged users
 2026-05-18 21:41 UTC  (6+ messages)
` [PATCH v4 1/3] perf evsel: don't set PERF_SAMPLE_IP for unprivileged tracepoints
` [PATCH v4 2/3] perf: enable unprivileged syscall tracing with perf trace
` [PATCH v4 3/3] tracefs: make root directory world-traversable

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-18 17:56 UTC  (3+ messages)
` [PATCH v3 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH 1/2] mm/page_alloc: add tracepoints for zone->lock acquisitions
 2026-05-18 17:01 UTC  (7+ messages)

[PATCH mm-unstable v17 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-05-18 17:00 UTC  (2+ messages)

[PATCH 0/7] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-18 16:39 UTC  (7+ messages)
` [PATCH 1/7] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH v3 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-05-18 16:05 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-18 15:56 UTC  (8+ messages)
` [PATCH v2 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI
` [PATCH v2 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-05-18 15:23 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
` [PATCH bpf-next v2 2/3] tracing: Expose tracepoint BTF ids via tracefs
` [PATCH bpf-next v2 3/3] selftests/bpf: Add test for tracepoint btf_ids tracefs file

[PATCH v3] tracing/probes: Allow use of BTF names to dereference pointers
 2026-05-18 13:58 UTC 

[PATCH v2 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-18 13:48 UTC  (6+ messages)
` [PATCH v2 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v2 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH v6 0/2] blk-mq: introduce tag starvation observability
 2026-05-18 13:31 UTC  (5+ messages)
` [PATCH v6 1/2] blk-mq: add tracepoint block_rq_tag_wait
` [PATCH v6 2/2] blk-mq: expose tag starvation counts via debugfs

[PATCH v2] tracing/probes: Allow use of BTF names to dereference pointers
 2026-05-18 10:45 UTC  (4+ messages)

[PATCH v2 00/17] Landlock tracepoints
 2026-05-18 10:26 UTC  (3+ messages)
` [PATCH v2 05/17] tracing: Add __print_untrusted_str()

[PATCH v2] tools/rtla: Fix --dump-tasks usage in timerlat
 2026-05-18  8:49 UTC  (2+ messages)

[PATCH 7/7] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
 2026-05-18  7:30 UTC  (3+ messages)

[PATCH v5 0/2] blk-mq: introduce tag starvation observability
 2026-05-17 21:11 UTC  (3+ messages)
` [PATCH v5 2/2] blk-mq: expose tag starvation counts via debugfs

Race condition in __modify_ftrace_direct() between tmp_ops registration and direct_functions hash update
 2026-05-17 16:53 UTC  (4+ messages)

[RFC PATCH v3 00/28] mm/damon: introduce data attributes monitoring
 2026-05-16 22:03 UTC  (4+ messages)
` [RFC PATCH v3 18/28] mm/damon: trace probe_hits

[RFC PATCH v2.2 18/28] mm/damon: trace probe_hits
 2026-05-16 17:31 UTC  (2+ messages)

[RFC PATCH v3] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-16 17:01 UTC  (7+ messages)

[PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
 2026-05-16  4:06 UTC  (4+ messages)

[PATCH] tracing: Fix desc in error path for the trace remote test module
 2026-05-15 20:16 UTC 


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