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
2023-11-21 22:19:29 linux-kernel [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
2023-11-21 22:17:56 linux-kernel [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
2023-11-21 22:17:26 linux-kernel [PATCH v2 27/33] s390/mm: Define KMSAN metadata for vmalloc and modules
2023-11-21 22:10:30 linux-kernel [PATCH v2 19/33] lib/zlib: Unpoison DFLTCC output buffers
2023-11-21 22:10:24 linux-kernel [PATCH v2 04/33] kmsan: Increase the maximum store size to 4096
2023-11-21 22:10:22 linux-kernel [PATCH v2 09/33] kmsan: Introduce kmsan_memmove_metadata()
2023-11-21 22:10:15 linux-kernel [PATCH v2 30/33] s390/uaccess: Add KMSAN support to put_user() and get_user()
2023-11-21 22:09:12 linux-kernel [PATCH v2 21/33] s390: Turn off KMSAN for boot, vdso and purgatory
2023-11-21 22:08:53 linux-kernel [PATCH v2 06/33] kmsan: Fix kmsan_copy_to_user() on arches with overlapping address spaces
2023-11-21 22:06:40 linux-kernel [PATCH v2 31/33] s390/unwind: Disable KMSAN checks
2023-11-21 22:06:40 linux-kernel [PATCH v2 28/33] s390/string: Add KMSAN support
2023-11-21 22:06:24 linux-kernel [PATCH v2 02/33] kmsan: Make the tests compatible with kmsan.panic=1
2023-11-21 22:06:21 linux-kernel [PATCH v2 03/33] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
2023-11-21 22:06:17 linux-kernel [PATCH v2 00/33] kmsan: Enable on s390
2023-11-21 22:06:09 linux-kernel [PATCH v2 14/33] kmsan: Support SLAB_POISON
2023-11-21 22:06:03 linux-kernel [PATCH v2 18/33] lib/string: Add KMSAN support to strlcpy() and strlcat()
2023-11-21 22:05:58 linux-kernel [PATCH v2 11/33] kmsan: Export panic_on_kmsan
2023-11-21 22:05:54 linux-kernel [PATCH v2 08/33] kmsan: Remove an x86-specific #include from kmsan.h
2023-11-21 22:05:52 linux-kernel [PATCH v2 07/33] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
2023-11-21 22:05:51 linux-kernel [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
2023-11-21 22:05:46 linux-kernel [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions
2023-11-21 22:05:39 linux-kernel [PATCH v2 26/33] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
2023-11-21 22:05:37 linux-kernel [PATCH v2 33/33] kmsan: Enable on s390
2023-11-21 22:05:30 linux-kernel [PATCH v2 29/33] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
2023-11-21 22:05:29 linux-kernel [PATCH v2 25/33] s390/cpacf: Unpoison the results of cpacf_trng()
2023-11-21 22:04:56 linux-kernel [PATCH v2 23/33] s390/boot: Add the KMSAN runtime stub
2023-11-21 22:04:56 linux-kernel [PATCH v2 24/33] s390/checksum: Add a KMSAN check
2023-11-21 22:04:40 linux-kernel [PATCH v2 22/33] s390: Use a larger stack for KMSAN
2023-11-21 22:04:33 linux-kernel [PATCH v2 15/33] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
2023-11-21 22:04:15 linux-kernel [PATCH v2 17/33] mm: kfence: Disable KMSAN when checking the canary
2023-11-21 22:04:15 linux-kernel [PATCH v2 20/33] kmsan: Accept ranges starting with 0 on s390
2023-11-21 22:04:13 linux-kernel [PATCH v2 16/33] mm: slub: Let KMSAN access metadata
2023-11-21 22:04:12 linux-kernel [PATCH v2 05/33] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
2023-11-21 22:03:41 linux-kernel [PATCH v2 10/33] kmsan: Expose kmsan_get_metadata()
2023-11-16 15:10:09 linux-kernel Re: [PATCH 13/32] kmsan: Support SLAB_POISON
2023-11-16 10:14:54 linux-kernel Re: [PATCH 00/32] kmsan: Enable on s390
2023-11-16 09:18:11 linux-kernel Re: [PATCH 12/32] kmsan: Allow disabling KMSAN checks for the current task
2023-11-15 20:40:00 linux-kernel [PATCH 31/32] s390: Implement the architecture-specific kmsan functions
2023-11-15 20:39:28 linux-kernel [PATCH 24/32] s390/cpacf: Unpoison the results of cpacf_trng()
2023-11-15 20:39:27 linux-kernel [PATCH 20/32] s390: Turn off KMSAN for boot, vdso and purgatory
2023-11-15 20:39:24 linux-kernel [PATCH 28/32] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
2023-11-15 20:37:55 linux-kernel [PATCH 29/32] s390/uaccess: Add KMSAN support to put_user() and get_user()
2023-11-15 20:37:46 linux-kernel [PATCH 27/32] s390/string: Add KMSAN support
2023-11-15 20:37:46 linux-kernel [PATCH 32/32] kmsan: Enable on s390
2023-11-15 20:37:46 linux-kernel [PATCH 30/32] s390/unwind: Disable KMSAN checks
2023-11-15 20:37:42 linux-kernel [PATCH 26/32] s390/mm: Define KMSAN metadata for vmalloc and modules
2023-11-15 20:37:33 linux-kernel [PATCH 22/32] s390/boot: Add the KMSAN runtime stub
2023-11-15 20:37:32 linux-kernel [PATCH 18/32] lib/zlib: Unpoison DFLTCC output buffers
2023-11-15 20:37:29 linux-kernel [PATCH 17/32] lib/string: Add KMSAN support to strlcpy() and strlcat()
2023-11-15 20:37:29 linux-kernel [PATCH 19/32] kmsan: Accept ranges starting with 0 on s390
2023-11-15 20:37:27 linux-kernel [PATCH 16/32] mm: kfence: Disable KMSAN when checking the canary