linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-15 17:11:10 to 2024-07-30 00:55:06 UTC [more...]

[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-07-30  0:54 UTC  (4+ messages)
` [PATCH 1/3] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix
` [PATCH 3/3] tracing/kprobes: Use APIs that matches symbols with .llvm.<hash> suffix

[PATCH] tracing: Use refcount for trace_event_file reference counter
 2024-07-30  0:02 UTC  (4+ messages)

[PATCH RESEND v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-29 17:52 UTC 

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (5+ messages)

[PATCH] tracing: Have format file honor EVENT_FILE_FL_FREED
 2024-07-29 16:10 UTC  (10+ messages)

[PATCH] Documentation: ftrace-uses: Change pt_regs to ftrace_regs
 2024-07-29 15:26 UTC  (2+ messages)

[PATCH v3 0/8] pwm: New abstraction and userspace API
 2024-07-29 14:34 UTC  (2+ messages)
` [PATCH v3 6/8] pwm: Add tracing for waveform callbacks

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-29 13:53 UTC  (5+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[PATCH v2 0/5] uprobes: misc cleanups/simplifications
 2024-07-29 13:45 UTC  (6+ messages)
` [PATCH v2 1/5] uprobes: document the usage of mm->mmap_lock
` [PATCH v2 2/5] uprobes: is_trap_at_addr: don't use get_user_pages_remote()
` [PATCH v2 3/5] uprobes: simplify error handling for alloc_uprobe()
` [PATCH v2 4/5] uprobes: kill uprobe_register_refctr()
` [PATCH v2 5/5] uprobes: make uprobe_register() return struct uprobe *

[RFC] Printk deadlock in bpf trace called from scheduler context
 2024-07-29 12:45 UTC  (3+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29 11:45 UTC  (14+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

[PATCH v11 00/21] GenieZone hypervisor drivers
 2024-07-29  3:35 UTC  (4+ messages)
` [PATCH v11 08/21] virt: geniezone: Add vcpu support

[PATCH net 0/7] mptcp: fix inconsistent backup usage
 2024-07-27 10:01 UTC  (2+ messages)
` [PATCH net 1/7] mptcp: sched: check both directions for backup

[PATCH v2 00/11] perf/uprobe: Optimize uprobes
 2024-07-27  0:18 UTC  (19+ messages)
` [PATCH v2 03/11] rbtree: Provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v2 06/11] perf/uprobe: SRCU-ify uprobe->consumer list
` [PATCH v2 11/11] perf/uprobe: Add uretprobe timer

[PATCH v2] tracing: Have format file honor EVENT_FILE_FL_FREED
 2024-07-26 17:28 UTC 

tracing: user events UAF crash report
 2024-07-26  8:25 UTC  (26+ messages)
  ` [PATCH] eventfs: Don't return NULL in eventfs_create_dir()
  ` [PATCH] eventfs: Use SRCU for freeing eventfs_inodes

[PATCH] trace: riscv: Remove deprecated kprobe on ftrace support
 2024-07-25 13:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs
 2024-07-25  0:14 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v3 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

[PATCH bpf-next v2 0/2] bpf: enable some functions in cgroup programs
 2024-07-24 23:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v2 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

[PATCH bpf-next 1/2] bpf: implement bpf_send_signal_pid/tgid() helpers
 2024-07-24 23:23 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Augment send_signal test with remote signaling

[PATCH v6 0/3] Clean up usage of rt_task()
 2024-07-24 21:37 UTC  (2+ messages)

[PATCH] trace-cmd: Add meson build targets to Makefile
 2024-07-24 18:42 UTC 

[syzbot] [perf?] KASAN: slab-use-after-free Read in uprobe_mmap
 2024-07-24 18:15 UTC 

[PATCH] lib: Move KUnit tests into tests/ subdirectory
 2024-07-24 17:23 UTC  (5+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-07-24 14:40 UTC  (14+ messages)

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-24 14:11 UTC  (7+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[linus:master] [uprobe] ff474a78ce: stress-ng.mprotect.ops_per_sec -12.3% regression
 2024-07-24  8:35 UTC 

[PATCH 0/2] uprobe: Fix uretprobe syscall wiring
 2024-07-24  8:11 UTC  (4+ messages)
` [PATCH 1/2] uprobe: Change uretprobe syscall scope and number

[linus:master] [cgroup/rstat] 21c38a3bd4: stress-ng.msg.ops_per_sec -17.7% regression
 2024-07-24  7:57 UTC 

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-24  5:11 UTC  (8+ messages)
` [PATCH v2 1/5] kallsyms: Emit symbol at the holes in the text
` [PATCH v2 2/5] module: kallsyms: Determine exact function size
` [PATCH v2 3/5] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH v2 4/5] ftrace: Fix possible out-of-bound issue "
` [PATCH v2 5/5] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround

[PATCH v2] lib: test_objpool: add missing MODULE_DESCRIPTION() macro
 2024-07-23 18:51 UTC  (2+ messages)

[PATCH v3 0/2] Introduce tracepoint for hugetlbfs
 2024-07-23  3:08 UTC  (3+ messages)
` [PATCH v3 1/2] hugetlbfs: support tracepoint
` [PATCH v3 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[PATCH bpf-next] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
 2024-07-22 21:08 UTC  (2+ messages)

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-22 15:30 UTC  (27+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 6/9] xfs: switch to "
` [PATCH v6 7/9] ext4: "
` [PATCH v6 9/9] tmpfs: add support for "

[PATCH] tracing: Fix overflow in get_free_elt()
 2024-07-22  5:55 UTC  (2+ messages)

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-22  1:29 UTC  (8+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text

[bug report] tracing/kprobes: Add symbol counting check when module loads
 2024-07-20 15:52 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] add bpf_file_d_path helper and selftests
 2024-07-19 18:55 UTC  (5+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add bpf_file_d_path helper
` [PATCH bpf-next v1 2/3] selftests/bpf:Adding test for "

[PATCH v1] selftests/ftrace: Skip test for optimized probes on PowerPC if Secure Boot is enabled
 2024-07-19 16:59 UTC  (2+ messages)

[PATCH] tracing: Fix ifdef of snapshots to not prevent last_boot_info file
 2024-07-19 14:13 UTC 

[PATCH] tracing/ring-buffer: hide unused last_boot_fops
 2024-07-19 13:56 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in console_flush_all (3)
 2024-07-19 13:17 UTC  (2+ messages)
` [PATCH (repost)] sched/core: defer printk() while rq lock is held

[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-18 16:45 UTC  (4+ messages)

[PATCH pre-6.7] kprobes: Fix double free of kretprobe_holder
 2024-07-18 15:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: kprobe: remove unused declaring of bpf_kprobe_override
 2024-07-18 14:51 UTC  (5+ messages)

[PATCH v3 0/5] perf build: libtraceevent, libtracefs feature check with pkg-config
 2024-07-17 17:18 UTC  (3+ messages)

[PATCH] tracing: remove unreachable trace_array_put
 2024-07-16 19:34 UTC  (6+ messages)
    ` [lvc-project] "

[PATCH v2] Documentation: Document user_events ioctl code
 2024-07-16 17:15 UTC  (2+ messages)

[PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order
 2024-07-16  9:18 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add uprobes entry
 2024-07-16  9:17 UTC  (4+ messages)

[PATCH] tracing: Update MAINTAINERS file
 2024-07-16  9:15 UTC  (5+ messages)

[PATCH v5 0/4] Generate address range data for built-in modules
 2024-07-16  3:10 UTC  (5+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data
` [PATCH v5 4/4] module: add install target for modules.builtin.ranges

[PATCH v2] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-07-15 18:59 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).