Alexander Potapenko ([email protected])

Number of posts: 1403 (0.45 per day)
First post: 2015-11-02 17:03:54
Last post: 2024-06-04 15:27:12

Date List Subject
2022-08-26 16:05:45 linux-kernel [PATCH v5 26/44] kmsan: disable strscpy() optimization under KMSAN
2022-08-26 16:05:43 linux-kernel [PATCH v5 21/44] Input: libps2: mark data received in __ps2_command() as initialized
2022-08-26 16:05:05 linux-kernel [PATCH v5 44/44] x86: kmsan: enable KMSAN builds for x86
2022-08-26 16:04:39 linux-kernel [PATCH v5 42/44] bpf: kmsan: initialize BPF registers with zeroes
2022-08-26 16:04:22 linux-kernel [PATCH v5 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
2022-08-26 16:03:56 linux-kernel [PATCH v5 11/44] kmsan: add KMSAN runtime core
2022-08-26 16:03:54 linux-kernel [PATCH v5 34/44] x86: kmsan: skip shadow checks in __switch_to()
2022-08-26 16:03:36 linux-kernel [PATCH v5 29/44] block: kmsan: skip bio block merging logic for KMSAN
2022-08-26 16:03:36 linux-kernel [PATCH v5 16/44] kmsan: handle task creation and exiting
2022-08-26 16:03:36 linux-kernel [PATCH v5 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
2022-08-26 16:03:28 linux-kernel [PATCH v5 20/44] kmsan: add iomap support
2022-08-26 16:03:15 linux-kernel [PATCH v5 13/44] MAINTAINERS: add entry for KMSAN
2022-08-26 16:02:29 linux-kernel [PATCH v5 01/44] x86: add missing include to sparsemem.h
2022-08-26 16:02:16 linux-kernel [PATCH v5 24/44] kmsan: handle memory sent to/from USB
2022-08-26 16:01:10 linux-kernel [PATCH v5 15/44] mm: kmsan: call KMSAN hooks from SLUB code
2022-08-26 16:00:45 linux-kernel [PATCH v5 14/44] mm: kmsan: maintain KMSAN metadata for page operations
2022-08-26 15:57:24 linux-kernel [PATCH v5 36/44] x86: kmsan: use __msan_ string functions where possible.
2022-08-26 15:39:52 linux-kernel [PATCH v5 31/44] security: kmsan: fix interoperability with auto-initialization
2022-08-26 15:38:50 linux-kernel [PATCH v5 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
2022-08-26 15:38:28 linux-kernel [PATCH v5 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
2022-08-26 15:38:24 linux-kernel [PATCH v5 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
2022-08-26 15:37:43 linux-kernel [PATCH v5 40/44] x86: kmsan: don't instrument stack walking functions
2022-08-26 15:37:36 linux-kernel [PATCH v5 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
2022-08-26 15:37:33 linux-kernel [PATCH v5 05/44] asm-generic: instrument usercopy in cacheflush.h
2022-08-26 15:36:55 linux-kernel [PATCH v5 25/44] kmsan: add tests for KMSAN
2022-08-26 15:36:53 linux-kernel [PATCH v5 37/44] x86: kmsan: sync metadata pages on page fault
2022-08-26 15:36:05 linux-kernel [PATCH v5 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
2022-08-26 15:35:34 linux-kernel [PATCH v5 28/44] kmsan: disable physical page merging in biovec
2022-08-26 15:35:13 linux-kernel [PATCH v5 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
2022-08-26 15:34:31 linux-kernel [PATCH v5 08/44] kmsan: mark noinstr as __no_sanitize_memory
2022-08-26 15:32:54 linux-kernel [PATCH v5 22/44] dma: kmsan: unpoison DMA mappings
2022-08-26 15:28:52 linux-kernel [PATCH v5 33/44] x86: kmsan: disable instrumentation of unsupported code
2022-08-26 15:28:31 linux-kernel [PATCH v5 12/44] kmsan: disable instrumentation of unsupported common kernel code
2022-08-26 15:26:52 linux-kernel [PATCH v5 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
2022-08-26 15:26:52 linux-kernel [PATCH v5 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
2022-08-26 15:26:17 linux-kernel [PATCH v5 27/44] crypto: kmsan: disable accelerated configs under KMSAN
2022-08-26 15:12:00 linux-kernel [PATCH v5 09/44] x86: kmsan: pgtable: reduce vmalloc space
2022-08-26 15:11:26 linux-kernel [PATCH v5 06/44] kmsan: add ReST documentation
2022-08-26 15:10:50 linux-kernel [PATCH v5 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
2022-08-26 15:10:48 linux-kernel [PATCH v5 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
2022-08-26 15:10:46 linux-kernel [PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
2022-08-26 15:10:45 linux-kernel [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
2022-08-26 08:43:43 linux-wireless Re: KMSAN: uninit-value in ath9k_htc_rx_msg
2022-08-25 15:46:50 linux-kernel Re: [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface
2022-08-25 15:11:45 linux-wireless Re: KMSAN: uninit-value in ath9k_htc_rx_msg
2022-08-25 08:11:10 linux-wireless [PATCH] ath9k: fix an uninit value use in ath9k_htc_rx_msg()
2022-08-24 13:38:26 linux-wireless Re: KMSAN: uninit-value in ath9k_htc_rx_msg
2022-08-23 17:22:24 linux-kernel Re: [PATCHv6 06/11] x86/mm: Provide arch_prctl() interface for LAM
2022-08-23 11:19:29 linux-kernel Re: [PATCHv6 00/11] Linear Address Masking enabling
2022-08-22 09:56:53 linux-kernel Re: [PATCHv6 06/11] x86/mm: Provide arch_prctl() interface for LAM
2022-08-08 16:48:09 linux-kernel Re: [PATCH v4 43/45] namei: initialize parameters passed to step_into()