linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-25 12:16:50 to 2025-04-01 12:40:28 UTC [more...]

[PATCH bpf-next 1/2] bpf: Check link_create parameter for multi_kprobe
 2025-04-01 12:40 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf: Check link_create parameter for multi_uprobe

[PATCH v2 0/2] ring-buffer: Allow persistent memory to be user space mmapped
 2025-04-01  9:56 UTC  (26+ messages)
` [PATCH v2 1/2] tracing: ring-buffer: Have the ring buffer code do the vmap of physical memory
` [PATCH v2 2/2] ring-buffer: Allow persistent ring buffers to be mmapped

[RFC PATCH v2] mm: use per-numa-node atomics instead of percpu_counters
 2025-04-01  3:26 UTC  (2+ messages)

[syzbot] [afs?] WARNING: ODEBUG bug in delete_node (3)
 2025-03-31 22:29 UTC  (3+ messages)

[PATCH] ftrace: add cond resched to ftrace_graph_set_hash
 2025-03-31 17:00 UTC 

[PATCH v2 0/7] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-03-31 15:38 UTC  (9+ messages)
` [PATCH v2 1/7] tracing: fprobe events: Fix possible UAF on modules
` [PATCH v2 2/7] tracing: fprobe: Cleanup fprobe hash when module unloading
` [PATCH v2 3/7] tracing: tprobe-events: Remove mod field from tprobe-event
` [PATCH v2 4/7] tracing: tprobe-events: Support multiple tprobes on the same tracepoint
` [PATCH v2 5/7] tracing: fprobe-events: Register fprobe-events only when it is enabled
` [PATCH v2 6/7] selftests: tracing: Enable fprobe events before checking enable_functions
` [PATCH v2 7/7] tracing: tprobe-events: Register tracepoint when enable tprobe event

[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
 2025-03-31 14:09 UTC  (2+ messages)

[PATCH] tracing: fprobe events: Fix possible UAF on modules
 2025-03-31 14:05 UTC 

[PATCH] mm: use per-numa-node atomics instead of percpu_counters
 2025-03-31 12:32 UTC  (6+ messages)

[PATCH 0/2] tools/bootconfig: allow overriding CFLAGS and LDFLAGS
 2025-03-31 12:23 UTC  (4+ messages)
` [PATCH 1/2] tools/bootconfig: allow overriding CFLAGS assignment
` [PATCH 2/2] tools/bootconfig: specify LDFLAGS as an argument to CC

[PATCH v1] rtla: Set distinctive exit value for failed tests
 2025-03-31  6:30 UTC  (2+ messages)

[PATCH] tools/build: Use SYSTEM_BPFTOOL for system bpftool
 2025-03-30 22:21 UTC  (5+ messages)

[PATCH] tracing: fprobe: Fix to lock module while registering fprobe
 2025-03-30  3:34 UTC 

[PATCH 0/4] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-03-29 13:35 UTC  (11+ messages)
` [PATCH 2/4] tracing: tprobe-events: Support multiple tprobes on the same tracepoint
` [PATCH 3/4] tracing: fprobe-events: Register fprobe-events only when it is enabled
` [PATCH 4/4] selftests: tracing: Enable fprobe events before checking enable_functions

[PATCH v2] tracing: probe-events: Cleanup entry-arg storing code
 2025-03-29  6:39 UTC 

[PATCH v2] tracing: Verify event formats that have "%*p.."
 2025-03-28 23:22 UTC  (2+ messages)

[PATCH 0/2] ring-buffer: Allow persistent memory to be user space mmapped
 2025-03-28 22:08 UTC  (3+ messages)
` [PATCH 1/2] tracing: ring-buffer: Have the ring buffer code do the vmap of physical memory
` [PATCH 2/2] ring-buffer: Allow persistent ring buffers to be mmapped

[PATCH v10 0/2] riscv: Add runtime constant support
 2025-03-28 20:22 UTC  (8+ messages)
` [PATCH v10 2/2] "

[PATCH v2 0/6] vsprintf: Add __printf attribute to where it's required
 2025-03-28 15:05 UTC  (5+ messages)

[PATCH] i2c: tracing: Remove redundant length field in events
 2025-03-28 11:45 UTC  (2+ messages)

[PATCH] tracing: Use _text and the kernel offset in last_boot_info
 2025-03-27 21:38 UTC  (2+ messages)

[PATCH] tracing: Verify event formats that have "%*p.."
 2025-03-27 21:35 UTC  (6+ messages)

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 21:06 UTC  (63+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

gloria
 2025-03-27  9:11 UTC 

[PATCH next] Documentation/rv: Add sched pages to the indices
 2025-03-27  8:12 UTC 

[PATCH] riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()
 2025-03-27  3:25 UTC  (2+ messages)

[PATCH] riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra
 2025-03-27  3:24 UTC  (2+ messages)

[PATCH rcu 00/11] RCU torture changes for v6.15
 2025-03-26  5:42 UTC  (9+ messages)
` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing

ftrace: sorttable unable to sort ELF64 on 32-bit host
 2025-03-26  1:07 UTC  (18+ messages)
                      ` [PATCH 6.1 6.6 6.12 6.13] scripts/sorttable: fix ELF64 mcount_loc address parsing when compiling on 32-bit

[PATCH v3] tracing: Adjust addresses for printing out fields
 2025-03-25 22:56 UTC 

[PATCH v6 0/1] tracing: Show last boot module symbols
 2025-03-25 22:10 UTC  (4+ messages)
` [PATCH v6 1/1] tracing: Show last module text symbols in the stacktrace

[PATCH 3/3] tracing: Rename trace_synth() to synth_event_trace2()
 2025-03-25 21:40 UTC 

[PATCH v2 0/4] tracing: Have function tracing and events handle module addresses
 2025-03-25 21:38 UTC  (5+ messages)
` [PATCH v2 1/4] tracing: Update function trace addresses with "
` [PATCH v2 2/4] tracing: Show function names when possible when listing fields
` [PATCH v2 3/4] tracing: Only return an adjusted address if it matches the kernel address
` [PATCH v2 4/4] tracing: Adjust addresses for printing out fields

[PATCH 1/3] tracing: Expose functions to trace a synth event
 2025-03-25 20:13 UTC  (9+ messages)
` [PATCH 3/3] tracing: Rename trace_synth() to synth_event_trace2()

[PATCH 0/7] arm64: Enable UPROBES with GCS
 2025-03-25 18:23 UTC  (5+ messages)
` [PATCH 3/7] arm64: uaccess: Add additional userspace GCS accessors

[PATCH] tracing: Replace strncpy with memcpy for fixed-length substring copy
 2025-03-25 18:12 UTC 

[PATCH v2] tracing: Fix synth event printk format for str fields
 2025-03-25 16:52 UTC 

[PATCH v1] rtla: Fix crash due to NULL record dereference
 2025-03-25 15:48 UTC  (2+ 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).