Ilya Leoshkevich ([email protected])

Number of posts: 183 (0.11 per day)
First post: 2019-10-15 12:02:24
Last post: 2024-03-22 02:25:17

Date List Subject
2024-03-22 02:25:17 linux-kernel Re: [PATCH bpf v4] bpf: verifier: prevent userspace memory access
2024-03-21 12:16:18 linux-kernel Re: [PATCH bpf v3] bpf: verifier: prevent userspace memory access
2024-03-21 08:46:14 linux-kernel Re: [PATCH bpf] bpf: verifier: prevent userspace memory access
2024-03-15 16:32:53 linux-kernel Re: [PATCH] mm: kmsan: fix instrumentation recursion on preempt_count
2024-03-13 01:48:42 linux-kernel Re: [BUG] kmsan: instrumentation recursion problems
2024-03-12 23:53:07 linux-kernel Re: [BUG] kmsan: instrumentation recursion problems
2024-02-19 15:35:26 linux-kernel Re: [PATCH bpf-next 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
2023-12-13 23:50:51 linux-kernel [PATCH v3 21/34] s390/boot: Add the KMSAN runtime stub
2023-12-13 23:50:32 linux-kernel [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules
2023-12-13 23:50:10 linux-kernel [PATCH v3 13/34] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
2023-12-13 23:42:56 linux-kernel [PATCH v3 20/34] s390: Use a larger stack for KMSAN
2023-12-13 23:42:46 linux-kernel [PATCH v3 34/34] kmsan: Enable on s390
2023-12-13 23:42:28 linux-kernel [PATCH v3 05/34] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
2023-12-13 23:39:42 linux-kernel [PATCH v3 02/34] kmsan: Make the tests compatible with kmsan.panic=1
2023-12-13 23:39:30 linux-kernel [PATCH v3 33/34] s390: Implement the architecture-specific kmsan functions
2023-12-13 23:39:19 linux-kernel [PATCH v3 31/34] s390/uaccess: Add KMSAN support to put_user() and get_user()
2023-12-13 23:38:58 linux-kernel [PATCH v3 32/34] s390/unwind: Disable KMSAN checks
2023-12-13 23:38:52 linux-kernel [PATCH v3 30/34] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
2023-12-13 23:38:51 linux-kernel [PATCH v3 12/34] kmsan: Support SLAB_POISON
2023-12-13 23:38:44 linux-kernel [PATCH v3 27/34] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
2023-12-13 23:38:43 linux-kernel [PATCH v3 29/34] s390/string: Add KMSAN support
2023-12-13 23:38:38 linux-kernel [PATCH v3 10/34] kmsan: Export panic_on_kmsan
2023-12-13 23:38:35 linux-kernel [PATCH v3 11/34] kmsan: Allow disabling KMSAN checks for the current task
2023-12-13 23:38:27 linux-kernel [PATCH v3 24/34] s390/cpumf: Unpoison STCCTM output buffer
2023-12-13 23:38:25 linux-kernel [PATCH v3 23/34] s390/cpacf: Unpoison the results of cpacf_trng()
2023-12-13 23:38:19 linux-kernel [PATCH v3 26/34] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
2023-12-13 23:38:18 linux-kernel [PATCH v3 09/34] kmsan: Expose kmsan_get_metadata()
2023-12-13 23:38:14 linux-kernel [PATCH v3 08/34] kmsan: Remove an x86-specific #include from kmsan.h
2023-12-13 23:38:06 linux-kernel [PATCH v3 16/34] mm: kfence: Disable KMSAN when checking the canary
2023-12-13 23:38:04 linux-kernel [PATCH v3 22/34] s390/checksum: Add a KMSAN check
2023-12-13 23:38:00 linux-kernel [PATCH v3 25/34] s390/diag: Unpoison diag224() output buffer
2023-12-13 23:37:51 linux-kernel [PATCH v3 18/34] kmsan: Accept ranges starting with 0 on s390
2023-12-13 23:37:40 linux-kernel [PATCH v3 17/34] lib/zlib: Unpoison DFLTCC output buffers
2023-12-13 23:37:31 linux-kernel [PATCH v3 19/34] s390: Turn off KMSAN for boot, vdso and purgatory
2023-12-13 23:37:29 linux-kernel [PATCH v3 15/34] mm: slub: Unpoison the memchr_inv() return value
2023-12-13 23:37:21 linux-kernel [PATCH v3 07/34] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
2023-12-13 23:37:20 linux-kernel [PATCH v3 03/34] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
2023-12-13 23:37:17 linux-kernel [PATCH v3 06/34] kmsan: Fix kmsan_copy_to_user() on arches with overlapping address spaces
2023-12-13 23:37:15 linux-kernel [PATCH v3 04/34] kmsan: Increase the maximum store size to 4096
2023-12-13 23:37:09 linux-kernel [PATCH v3 14/34] mm: slub: Let KMSAN access metadata
2023-12-13 23:37:07 linux-kernel [PATCH v3 00/34] kmsan: Enable on s390
2023-12-13 23:36:47 linux-kernel [PATCH v3 01/34] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
2023-12-13 15:02:39 linux-kernel Re: [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
2023-12-13 11:34:34 linux-kernel Re: [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
2023-12-13 01:32:45 linux-kernel Re: [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
2023-12-13 00:54:30 linux-kernel Re: [PATCH v2 18/33] lib/string: Add KMSAN support to strlcpy() and strlcat()
2023-12-12 02:05:59 linux-kernel Re: [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
2023-12-11 10:40:22 linux-kernel Re: [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions
2023-12-08 14:14:40 linux-kernel Re: [PATCH v2 19/33] lib/zlib: Unpoison DFLTCC output buffers
2023-12-08 14:12:39 linux-kernel Re: [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
2023-11-29 09:59:23 linux-kernel Re: [PATCH v2 33/33] kmsan: Enable on s390