messages from 2024-06-18 06:22:33 to 2024-06-21 08:26:16 UTC [more...]
[PATCH] rtla/osnoise: Better report when histogram is empty
2024-06-21 8:26 UTC (3+ messages)
[PATCH v6 00/39] kmsan: Enable on s390
2024-06-21 8:21 UTC (43+ messages)
` [PATCH v6 01/39] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v6 02/39] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v6 03/39] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v6 04/39] kmsan: Increase the maximum store size to 4096
` [PATCH v6 05/39] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v6 06/39] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v6 07/39] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v6 08/39] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v6 09/39] kmsan: Expose kmsan_get_metadata()
` [PATCH v6 10/39] kmsan: Export panic_on_kmsan
` [PATCH v6 11/39] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v6 12/39] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v6 13/39] kmsan: Support SLAB_POISON
` [PATCH v6 14/39] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v6 15/39] kmsan: Do not round up pg_data_t size
` [PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v6 17/39] mm: slub: Let KMSAN access metadata
` [PATCH v6 18/39] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v6 19/39] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v6 20/39] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v6 21/39] kmsan: Accept ranges starting with 0 on s390
` [PATCH v6 22/39] s390/boot: Turn off KMSAN
` [PATCH v6 23/39] s390: Use a larger stack for KMSAN
` [PATCH v6 24/39] s390/boot: Add the KMSAN runtime stub
` [PATCH v6 25/39] s390/checksum: Add a KMSAN check
` [PATCH v6 26/39] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v6 27/39] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v6 28/39] s390/diag: Unpoison diag224() "
` [PATCH v6 29/39] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v6 30/39] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v6 31/39] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v6 32/39] s390/ptdump: Add KMSAN page markers
` [PATCH v6 33/39] s390/string: Add KMSAN support
` [PATCH v6 34/39] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v6 35/39] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v6 36/39] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v6 37/39] s390/unwind: Disable KMSAN checks
` [PATCH v6 38/39] s390/kmsan: Implement the architecture-specific functions
` [PATCH v6 39/39] kmsan: Enable on s390
[PATCH] rtla/osnoise: set the default threshold to 1us
2024-06-21 8:00 UTC (2+ messages)
[PATCH v2] KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-21 4:39 UTC (3+ messages)
[PATCH v3 00/11] Improve the copy of task comm
2024-06-21 4:37 UTC (13+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "
[PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
2024-06-20 21:30 UTC (4+ messages)
[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
2024-06-20 19:09 UTC (12+ messages)
` [RFC PATCH v3 01/11] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v3 02/11] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v3 03/11] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v3 04/11] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v3 05/11] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v3 06/11] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v3 07/11] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [RFC PATCH v3 08/11] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [RFC PATCH v3 09/11] samples/ftrace: Add support for ftrace direct samples on powerpc
` [RFC PATCH v3 10/11] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [RFC PATCH v3 11/11] powerpc64/bpf: Add support for bpf trampolines
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-20 18:52 UTC (4+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
[PATCH v5 00/37] kmsan: Enable on s390
2024-06-20 17:05 UTC (51+ 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] riscv: Fix early ftrace nop patching
2024-06-20 17:03 UTC (8+ messages)
[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
2024-06-20 16:19 UTC
[PATCH] filemap: add trace events for get_pages, map_pages, and fault
2024-06-20 16:18 UTC (5+ messages)
[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 (15+ messages)
` [PATCH v6 1/2] "
[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 (19+ 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 (6+ messages)
` [PATCH net-next v5 6/7] udp: use sk_skb_reason_drop to free rx packets
` [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] 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 (11+ 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 (3+ messages)
` [PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
[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
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).