linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-15 22:57:46 to 2024-06-20 16:18:22 UTC [more...]

[PATCH] filemap: add trace events for get_pages, map_pages, and fault
 2024-06-20 16:18 UTC  (5+ messages)

[PATCH v5 00/37] kmsan: Enable on s390
 2024-06-20 14:58 UTC  (50+ messages)
` [PATCH v5 01/37] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v5 02/37] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v5 03/37] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v5 04/37] kmsan: Increase the maximum store size to 4096
` [PATCH v5 05/37] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v5 06/37] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v5 07/37] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v5 08/37] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v5 09/37] kmsan: Expose kmsan_get_metadata()
` [PATCH v5 10/37] kmsan: Export panic_on_kmsan
` [PATCH v5 11/37] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v5 12/37] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v5 13/37] kmsan: Support SLAB_POISON
` [PATCH v5 14/37] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v5 15/37] kmsan: Do not round up pg_data_t size
` [PATCH v5 16/37] mm: slub: Let KMSAN access metadata
` [PATCH v5 17/37] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v5 18/37] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v5 19/37] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v5 20/37] kmsan: Accept ranges starting with 0 on s390
` [PATCH v5 21/37] s390/boot: Turn off KMSAN
` [PATCH v5 22/37] s390: Use a larger stack for KMSAN
` [PATCH v5 23/37] s390/boot: Add the KMSAN runtime stub
` [PATCH v5 24/37] s390/checksum: Add a KMSAN check
` [PATCH v5 25/37] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v5 26/37] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v5 27/37] s390/diag: Unpoison diag224() "
` [PATCH v5 28/37] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v5 29/37] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v5 30/37] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v5 31/37] s390/string: Add KMSAN support
` [PATCH v5 32/37] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v5 33/37] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v5 34/37] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v5 35/37] s390/unwind: Disable KMSAN checks
` [PATCH v5 36/37] s390/kmsan: Implement the architecture-specific functions
` [PATCH v5 37/37] kmsan: Enable on s390

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-06-20 11:50 UTC  (3+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[bug report] ring-buffer: Validate boot range memory events
 2024-06-20  8:50 UTC 

[PATCH] tracing: Fix NULL vs IS_ERR() check in enable_instances()
 2024-06-20  8:49 UTC 

[PATCH v2 0/7] static key support for error injection functions
 2024-06-20  8:15 UTC  (10+ messages)
` [PATCH v2 1/7] fault-inject: add support for static keys around fault injection sites
` [PATCH v2 2/7] error-injection: support static keys around injectable functions
` [PATCH v2 3/7] bpf: support error injection static keys for perf_event attached progs
` [PATCH v2 4/7] bpf: support error injection static keys for multi_link "
` [PATCH v2 5/7] bpf: do not create bpf_non_sleepable_error_inject list when unnecessary
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()
` [PATCH v2 7/7] mm, page_alloc: add static key for should_fail_alloc_page()

[PATCH v6 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-19 21:53 UTC  (16+ messages)
` [PATCH v6 1/2] "

[PATCH v2] KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
 2024-06-19 21:13 UTC  (2+ messages)

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-19 18:48 UTC  (10+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-19 16:46 UTC  (44+ messages)

[PATCH] trace: riscv: Remove deprecated kprobe on ftrace support
 2024-06-19 14:07 UTC  (2+ messages)

[PATCH] fgraph: Use str_plural() in test_graph_storage_single()
 2024-06-19 13:43 UTC  (2+ messages)

[PATCH net-next v5 0/7] net: pass receive socket to drop tracepoint
 2024-06-19 11:50 UTC  (16+ messages)
` [PATCH net-next v5 1/7] net: add rx_sk to trace_kfree_skb
` [PATCH net-next v5 2/7] net: introduce sk_skb_reason_drop function
` [PATCH net-next v5 3/7] ping: use sk_skb_reason_drop to free rx packets
` [PATCH net-next v5 4/7] net: raw: "
` [PATCH net-next v5 5/7] tcp: "
` [PATCH net-next v5 6/7] udp: "
` [PATCH net-next v5 7/7] af_packet: "

[PATCH v4 00/35] kmsan: Enable on s390
 2024-06-19 11:46 UTC  (21+ messages)
` [PATCH v4 09/35] kmsan: Expose kmsan_get_metadata()
` [PATCH v4 11/35] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v4 14/35] kmsan: Do not round up pg_data_t size
` [PATCH v4 15/35] mm: slub: Let KMSAN access metadata
` [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v4 26/35] s390/diag: Unpoison diag224() output buffer
` [PATCH v4 32/35] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v4 35/35] kmsan: Enable on s390

Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
 2024-06-19 10:41 UTC  (15+ messages)

[PATCH] riscv: Fix early ftrace nop patching
 2024-06-19  3:40 UTC  (7+ messages)

[PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
 2024-06-18 19:43 UTC 

[PATCH] bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test
 2024-06-18 19:33 UTC  (5+ messages)

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-06-18 18:57 UTC  (3+ messages)
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules

[PATCH v4 12/35] kmsan: Support SLAB_POISON
 2024-06-18 15:05 UTC  (3+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-18 11:40 UTC  (22+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

[PATCH 0/8] riscv: ftrace: atmoic patching and preempt improvements
 2024-06-18  9:55 UTC  (11+ messages)
` [PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
` [PATCH 2/8] tracing: do not trace kernel_text_address()
` [PATCH 4/8] riscv: ftrace: align patchable functions to 4 Byte boundary

[PATCH] tools: build: use correct lib name for libtracefs feature detection
 2024-06-18  8:26 UTC  (2+ messages)

[PATCH v5 0/4] tracing: improve symbolic printing
 2024-06-18  8:26 UTC  (3+ messages)
` [PATCH v5 3/4] net: dropreason: use new __print_sym() in tracing

[PATCH v2] arm: Add KPROBES_ON_FTRACE supported
 2024-06-18  3:52 UTC 

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-17 22:37 UTC  (5+ messages)
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-17 17:52 UTC  (15+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP

[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-06-17  1:49 UTC  (19+ messages)
` [PATCH v11 01/18] tracing: Add a comment about ftrace_regs definition
` [PATCH v11 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v11 03/18] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v11 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v11 05/18] function_graph: Pass ftrace_regs to retfunc
` [PATCH v11 06/18] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v11 07/18] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v11 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v11 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v11 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v11 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v11 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v11 13/18] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v11 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v11 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v11 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v11 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v11 18/18] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH v7 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-17  1:28 UTC  (3+ messages)
` [PATCH v7 1/2] "

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_start_locking
 2024-06-16 16:05 UTC  (2+ messages)

[PATCH v5 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-16  7:15 UTC  (3+ messages)

[PATCH] arm: Add KPROBES_ON_FTRACE supported
 2024-06-15 22:56 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).