messages from 2023-08-23 15:18:08 to 2023-09-07 17:49:56 UTC [more...]
[PATCH 0/6] tracing: Fix removing instances while reading/writing to their files
2023-09-07 17:48 UTC (10+ messages)
` [PATCH 1/6] tracefs/eventfs: Use dput to free the toplevel events directory
` [PATCH 2/6] tracing: Increase trace array ref count on enable and filter files
` [PATCH 3/6] tracing: Have tracing_max_latency inc the trace array ref count
` [PATCH 4/6] tracing: Have current_trace "
` [PATCH 5/6] tracing: Have option files "
` [PATCH 6/6] tracing: Have event inject "
[PATCH] ring-buffer: Do not attempt to read past "commit"
2023-09-07 16:28 UTC
[PATCH] ring-buffer: Do not read at &event->array[0] if it across the page
2023-09-07 12:14 UTC (5+ messages)
[PATCH 00/11] mm/damon: misc fixups for documents, comments and its tracepoint
2023-09-07 2:29 UTC (2+ messages)
` [PATCH 11/11] mm/damon/core: remove 'struct target *' parameter from damon_aggregated tracepoint
[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
2023-09-07 1:44 UTC (31+ messages)
` "[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc"
[RFC PATCH 1/1] smp: Change function signatures to use call_single_data_t
2023-09-06 16:15 UTC (5+ messages)
[PATCH v2] verification/dot2k: Delete duplicate imports
2023-09-06 15:57 UTC
[PATCH v3] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-09-06 15:06 UTC (13+ messages)
[PATCH v1 1/1] bitops: Share BYTES_TO_BITS() for everyone
2023-09-06 14:54 UTC (6+ messages)
[PATCH] tools/verification/dot2/dot2k: Delete duplicate imports
2023-09-06 13:44 UTC (2+ messages)
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-09-06 11:23 UTC (7+ messages)
[PATCH] tracing: Fix unexpected ring buffer expand by instance
2023-09-06 9:18 UTC (4+ messages)
` [PATCH v2] "
[PATCH] ring-buffer: Avoid softlockup in ring_buffer_resize()
2023-09-06 8:19 UTC
[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-09-06 6:49 UTC (26+ messages)
` [PATCH v4 1/9] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v4 2/9] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 6/9] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 7/9] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 9/9] Documentation: tracing: Add a note about argument and retval access
[PATCH] tracefs/eventfs: Use dput to free the toplevel events directory
2023-09-06 2:52 UTC (2+ messages)
[PATCH 0/2] tracing: Add missing LOCKDOWN_TRACEFS checking
2023-09-05 18:26 UTC (3+ messages)
` [PATCH 1/2] tracefs: Add missing lockdown check to tracefs_create_dir()
` [PATCH 2/2] tracefs/eventfs: Add missing lockdown checks
[PATCH] ring-buffer: Do not read at &event->array[0] if it across the page
2023-09-05 16:41 UTC (2+ messages)
[PATCH v9 0/5] lib,kprobes: kretprobe scalability improvement
2023-09-05 1:52 UTC (6+ messages)
` [PATCH v9 1/5] lib: objpool added: ring-array based lockless MPMC
` [PATCH v9 2/5] lib: objpool test module added
` [PATCH v9 3/5] kprobes: kretprobe scalability improvement with objpool
` [PATCH v9 4/5] kprobes: freelist.h removed
` [PATCH v9 5/5] MAINTAINERS: objpool added
[linus:master] [eventfs] ba37ff75e0: WARNING:at_mm/slab.h:#cache_from_obj
2023-09-05 2:18 UTC
[linus:master] [tracing] 1d18538e6a: WARNING:at_kernel/trace/trace_kprobe.c:#kprobe_trace_self_tests_init
2023-09-05 2:49 UTC
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-09-04 18:11 UTC (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
[linus:master] [tracing] 726721a518: WARNING:at_kernel/trace/trace_events.c:#event_trace_self_tests
2023-09-04 5:26 UTC
[PATCH] tracing: Fix the unusable problem caused by non-empty pipe_cpumask
2023-09-02 1:26 UTC (3+ messages)
[PATCH 0/3] tracing/user_events: Allow events to persist for perfmon_capable users
2023-09-01 20:57 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/user_events: Test persist flag cases
` [PATCH 3/3] tracing/user_events: Document persist event flags
[PATCH 0/4] Minor v6.6 trace_events_filter fixes
2023-09-01 15:10 UTC (5+ messages)
` [PATCH 1/4] tracing/filters: Fix error-handling of cpulist parsing buffer
` [PATCH 2/4] tracing/filters: Fix double-free of struct filter_pred.mask
` [PATCH 3/4] tracing/filters: Change parse_pred() cpulist ternary into an if block
` [PATCH 4/4] tracing/filters: Fix coding style issues
[PATCH] tracing: zero the pipe cpumask on alloc to avoid spurious -EBUSY
2023-09-01 1:34 UTC (4+ messages)
[PATCH] trace/events/task.h: Replace strlcpy with strscpy
2023-08-31 23:20 UTC (3+ messages)
[PATCH] visl: use canonical ftrace path
2023-08-31 13:39 UTC (3+ messages)
[PATCH] tracing: Fix race issue between cpu buffer write and swap
2023-08-31 13:27 UTC
linux-6.5/tools/tracing/rtla/src/utils.c:548:invalidScanfFormatWidth
2023-08-31 10:53 UTC
[PATCH v3 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-31 7:14 UTC (9+ messages)
` [PATCH v3 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
[linus:master] [tracing/synthetic] ddeea494a1: BUG:unable_to_handle_page_fault_for_address
2023-08-31 2:26 UTC
[PATCH V11 0/5] riscv: Optimize function trace
2023-08-30 15:28 UTC (3+ messages)
[RFC PATCH] mm/damon/core: add a tracepoint for damos apply target regions
2023-08-30 1:36 UTC (3+ messages)
[PATCH v7 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
2023-08-29 14:35 UTC (4+ messages)
` [PATCH v7 bpf-next 09/10] bpftool: Add perf event names
[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-28 19:45 UTC (2+ messages)
[PATCH v2] riscv: Only consider swbp/ss handlers for correct privileged mode
2023-08-28 15:35 UTC (5+ messages)
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-28 8:07 UTC (7+ messages)
` (subset) "
[PATCH] riscv: Only consider swbp/ss handlers for correct privileged mode
2023-08-27 10:55 UTC (3+ messages)
[PATCH v4 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-25 14:05 UTC (3+ messages)
` [PATCH v4 1/2] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH v4 2/2] selftests/ftrace: Add new test case which checks non unique symbol
[PATCH -next v2] rv/include: set variable 'da_mon_##name' to static
2023-08-25 13:25 UTC (2+ messages)
[PATCH] trace/hwlat: remove extra space at the end of hwlat_detector/mode
2023-08-25 12:53 UTC (2+ messages)
[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-08-25 12:31 UTC (6+ messages)
[PATCH RESEND v3 1/3] tracing/synthetic: use union instead of casts
2023-08-25 8:26 UTC (2+ messages)
[RFC PATCH v2 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-24 16:09 UTC (6+ messages)
` [RFC PATCH v2 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
[RFC PATCH v1 0/1] Return ENAMESVRLSYMS when func matches several symbols during PMU kprobe creation
2023-08-24 10:39 UTC (4+ messages)
` [RFC PATCH v1 1/1] tracing/kprobes: Return ENAMESVRLSYMS when func matches several symbols
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).