linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-02 23:25:32 to 2025-01-09 20:49:48 UTC [more...]

[PATCH] uprobes: Fix race in uprobe_free_utask
 2025-01-09 20:49 UTC  (4+ messages)

[PATCH v2] scripts/sorttable: Move code from sorttable.h into sorttable.c
 2025-01-09 20:06 UTC  (3+ messages)

[PATCH v3 06/28] module: Use RCU in find_module_all()
 2025-01-09 18:38 UTC  (7+ messages)
` [PATCH v3 17/28] arm64: module: Use RCU in all users of __module_text_address()
` [PATCH v3 19/28] LoongArch: ftrace: "
` [PATCH v3 20/28] powerpc/ftrace: "
` [PATCH v3 25/28] bpf: "
` [PATCH v3 26/28] kprobes: "

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-09 18:05 UTC  (7+ messages)

[PATCH v2 00/12] Tracefs support for pKVM
 2025-01-09 16:45 UTC  (14+ messages)
` [PATCH v2 01/12] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [PATCH v2 02/12] ring-buffer: Introducing ring-buffer remote
` [PATCH v2 03/12] ring-buffer: Expose buffer_data_page material
` [PATCH v2 04/12] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [PATCH v2 05/12] KVM: arm64: Add clock support "
` [PATCH v2 06/12] KVM: arm64: Add tracing support for the pKVM hyp
` [PATCH v2 07/12] KVM: arm64: Add hyp tracing to tracefs
` [PATCH v2 08/12] KVM: arm64: Add clock for hyp tracefs
` [PATCH v2 09/12] KVM: arm64: Add raw interface "
` [PATCH v2 10/12] KVM: arm64: Add trace "
` [PATCH v2 11/12] KVM: arm64: Add support for hyp events
` [PATCH v2 12/12] KVM: arm64: Add kselftest for tracefs hyp tracefs

[PATCH v6 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-09 14:56 UTC  (8+ messages)
` [PATCH v6 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v6 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v6 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v6 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v6 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH] tools/rtla: Add basic test suite
 2025-01-09 13:38 UTC 

[PATCH 0/3] rtla/timerlat: Set OSNOISE_WORKLOAD for kernel threads
 2025-01-09  9:50 UTC  (6+ messages)
` [PATCH 1/3] rtla/osnoise: Distinguish missing workload option
` [PATCH 2/3] rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads
` [PATCH 3/3] rtla/timerlat_top: "

[PATCH v5] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-09  2:55 UTC 

[PATCH v5 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-09  1:43 UTC  (13+ messages)
` [PATCH v5 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v5 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v5 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v5 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v5 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH v4] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-09  1:40 UTC  (8+ messages)

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-08 15:43 UTC  (5+ messages)
` [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH 5/8] module: introduce MODULE_STATE_GONE

[PATCH v2 0/4] ftrace: Add function arguments to function tracers
 2025-01-08 15:39 UTC  (6+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()

[PATCH 1/1] tracing: Support reading trace event format file larger than PAGE_SIZE
 2025-01-08 10:34 UTC  (9+ messages)

[PATCH v3 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-08  2:03 UTC  (13+ messages)
` [PATCH v3 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v3 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v3 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v3 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v3 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH v4 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-08  1:24 UTC  (6+ messages)
` [PATCH v4 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v4 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v4 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v4 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v4 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH 00/13] Tracefs support for pKVM
 2025-01-07 21:46 UTC  (3+ messages)

[PATCH v2 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
 2025-01-07 17:12 UTC  (3+ messages)

[PATCH kernel-next] tracing: Fix uninitialized variable in tracing_set_tracer()
 2025-01-07 13:39 UTC  (2+ messages)

[RFC][PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at build for arm64
 2025-01-07 13:32 UTC 

[PATCH 0/2] selftests/ftrace: Fix ftracetest test cases
 2025-01-07 12:11 UTC  (3+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to use remount when testing mount GID option
` [PATCH 2/2] selftests/ftrace: Make uprobe test more robust against binary name

[PATCH v2 0/7] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-07 11:22 UTC  (9+ messages)
` [PATCH v2 1/7] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v2 2/7] Provide __free(argv_free) for argv_split() users
` [PATCH v2 3/7] tracing: Use __free() for argv in dynevent
` [PATCH v2 4/7] tracing: Use __free() in trace_probe for cleanup
` [PATCH v2 5/7] tracing: Use __free() for kprobe events to cleanup
` [PATCH v2 6/7] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v2 7/7] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH linux-next 0/2] Fix perf security check problem
 2025-01-07  1:52 UTC  (7+ messages)
` [PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
` [PATCH linux-next 2/2] perf: Return EACCESS when need perfmon capability

[PATCH] tracing: Fix using ret variable in tracing_set_tracer()
 2025-01-06 22:35 UTC  (2+ messages)

[RESEND PATCH] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
 2025-01-06 20:22 UTC  (3+ messages)

[PATCH 0/6] kprobes: jump label: Cleanup with guard and __free
 2025-01-06 19:30 UTC  (13+ messages)
` [PATCH 1/6] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH 2/6] Provide __free(argv) for argv_split() users
` [PATCH 3/6] tracing: Use __free() for argv in dynevent
` [PATCH 4/6] tracing: Use __free() in trace_probe for cleanup
` [PATCH 5/6] tracing: Use __free() for kprobe events to cleanup
` [PATCH 6/6] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos

[PATCH v2 0/6] tracing/kprobes: Cleanup with guard and __free
 2025-01-06 14:44 UTC  (14+ messages)
` [PATCH v2 1/6] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v2 2/6] Provide __free(argv) for argv_split() users
  ` DEFINE_FREE/CLASS && code readability (Was: [PATCH v2 2/6] Provide __free(argv) for argv_split() users)
` [PATCH v2 3/6] tracing: Use __free() for argv in dynevent
` [PATCH v2 4/6] tracing: Use __free() in trace_probe for cleanup
` [PATCH v2 5/6] tracing: Use __free() for kprobe events to cleanup
` [PATCH v2 6/6] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos

[PATCH] ftrace: print lazy preemption model
 2025-01-06 13:24 UTC  (2+ messages)

[PATCH 00/14] scripts/sorttable: Rewrite the accessing of the Elf data fields
 2025-01-05 16:22 UTC  (15+ messages)
` [PATCH 01/14] scripts/sorttable: Remove unused macro defines
` [PATCH 02/14] scripts/sorttable: Remove unused write functions
` [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
` [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH 14/14] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly

[PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
 2025-01-05 12:52 UTC  (7+ messages)

[PATCH v2 0/6] kprobes: tracing/probes: Fix and cleanup to use guard
 2025-01-05  8:57 UTC  (4+ messages)
` [PATCH v2 6/6] tracing/dynevent: Adopt guard() and scoped_guard()

[syzbot] [perf?] [trace?] KCSAN: assert: race in srcu_gp_start_if_needed
 2025-01-04  1:14 UTC  (3+ messages)

[PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-01-03 23:02 UTC  (13+ messages)
` [PATCH v2 06/16] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH v2 08/16] scripts/sorttable: Convert Elf_Sym MACRO over to a union
` [PATCH v2 09/16] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH v2 10/16] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH v2 11/16] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH v2 12/16] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH v2 13/16] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH v2 14/16] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
` [PATCH v2 15/16] scripts/sorttable: Zero out weak functions in mcount_loc table
` [PATCH v2 16/16] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions

[PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-01-03 18:06 UTC  (6+ messages)
` [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions

[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
 2025-01-03 11:00 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).