Show patches with: Submitter = Alexander Potapenko       |    State = Action Required       |   604 patches
« 1 2 ... 4 5 6 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v3,10/36] kmsan: add KMSAN runtime Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,09/36] kmsan: add KMSAN bits to struct page and struct task_struct Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,08/36] kmsan: reduce vmalloc space Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,07/36] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__ Add KernelMemorySanitizer infrastructure 1 - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,06/36] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,05/36] kmsan: add ReST documentation Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,04/36] stackdepot: reserve 5 extra bits in depot_stack_handle_t Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,03/36] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,02/36] stackdepot: build with -fno-builtin Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v3,01/36] stackdepot: check depot_index before accessing the stack slab Add KernelMemorySanitizer infrastructure - - - --- 2019-11-22 Alexander Potapenko New
[RFC,v2,25/25] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,24/25] kmsan: disable strscpy() optimization under KMSAN Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,23/25] kmsan: hooks for copy_to_user() and friends Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,22/25] kmsan: unpoisoning buffers from devices etc. Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,21/25] kmsan: use __msan_memcpy() where possible. Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,20/25] kmsan: unpoison |tlb| in arch_tlb_gather_mmu() Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,19/25] kmsan: disable instrumentation of certain functions Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,18/25] kmsan: call KMSAN hooks where needed Add KernelMemorySanitizer infrastructure 1 - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,17/25] kmsan: mm: call KMSAN hooks from SLUB code Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,16/25] kmsan: disable KMSAN instrumentation for certain kernel parts Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,15/25] kmsan: Changing existing files to enable KMSAN builds Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,14/25] kmsan: Kconfig changes to disable options incompatible with KMSAN Add KernelMemorySanitizer infrastructure 1 - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,13/25] kmsan: make READ_ONCE_TASK_STACK() return initialized values Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,12/25] kmsan: add tests for KMSAN Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,11/25] kmsan: x86: sync metadata pages on page fault Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,10/25] kmsan: define READ_ONCE_NOCHECK() Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,09/25] kmsan: add KMSAN runtime Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,08/25] kmsan: reduce vmalloc space Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,07/25] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__ Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,06/25] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,05/25] kmsan: add ReST documentation Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,04/25] stackdepot: reserve 5 extra bits in depot_stack_handle_t Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,03/25] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,02/25] stackdepot: prevent Clang from optimizing away stackdepot_memcmp() Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v2,01/25] stackdepot: check depot_index before accessing the stack slab Add KernelMemorySanitizer infrastructure - - - --- 2019-10-30 Alexander Potapenko New
[RFC,v1,26/26] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,25/26] kmsan: disable strscpy() optimization under KMSAN Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,24/26] kmsan: hooks for copy_to_user() and friends Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,23/26] kmsan: unpoisoning buffers from devices etc. Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,22/26] kmsan: use __msan_memcpy() where possible. Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,21/26] kmsan: unpoison |tlb| in arch_tlb_gather_mmu() Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,20/26] kmsan: disable instrumentation of certain functions Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,19/26] kmsan: call KMSAN hooks where needed Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,18/26] kmsan: mm: call KMSAN hooks from SLUB code Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,17/26] kmsan: disable KMSAN instrumentation for certain kernel parts Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,16/26] kmsan: Changing existing files to enable KMSAN builds Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,15/26] kmsan: Kconfig changes to disable options incompatible with KMSAN Add KernelMemorySanitizer infrastructure 1 - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,14/26] kmsan: make READ_ONCE_TASK_STACK() return initialized values Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,13/26] kmsan: add tests for KMSAN Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,12/26] kmsan: x86: sync metadata pages on page fault Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,11/26] kmsan: add KMSAN runtime Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,10/26] kmsan: reduce vmalloc space Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,09/26] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__ Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,08/26] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,07/26] kmsan: add ReST documentation Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,06/26] kasan: compiler.h: rename __no_kasan_or_inline into __no_memory_tool_or_inline Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,05/26] printk_safe: externalize printk_context Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,04/26] stackdepot: reserve 5 extra bits in depot_stack_handle_t Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,03/26] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,02/26] stackdepot: prevent Clang from optimizing away stackdepot_memcmp() Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[RFC,v1,01/26] stackdepot: check depot_index before accessing the stack slab Add KernelMemorySanitizer infrastructure - - - --- 2019-10-18 Alexander Potapenko New
[2/2] lib/test_meminit: add a kmem_cache_alloc_bulk() test [1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations - - - --- 2019-10-07 Alexander Potapenko New
[1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations [1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations - - - --- 2019-10-07 Alexander Potapenko New
[v1,2/2] lib/test_meminit: add a kmem_cache_alloc_bulk() test [v1,1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations - - - --- 2019-10-04 Alexander Potapenko New
[v1,1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations [v1,1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations - - - --- 2019-10-04 Alexander Potapenko New
test_meminit: use GFP_ATOMIC in RCU critical section test_meminit: use GFP_ATOMIC in RCU critical section - - - --- 2019-07-25 Alexander Potapenko New
[v10,2/2] mm: init: report memory auto-initialization features at boot time add init_on_alloc/init_on_free boot options 1 - - --- 2019-06-28 Alexander Potapenko New
[v10,1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options add init_on_alloc/init_on_free boot options 3 - - --- 2019-06-28 Alexander Potapenko New
[v9,2/2] mm: init: report memory auto-initialization features at boot time add init_on_alloc/init_on_free boot options 1 - - --- 2019-06-27 Alexander Potapenko New
[v9,1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options add init_on_alloc/init_on_free boot options 3 - - --- 2019-06-27 Alexander Potapenko New
[v1] lib/test_meminit.c: minor test fixes [v1] lib/test_meminit.c: minor test fixes - - - --- 2019-06-26 Alexander Potapenko New
[v8,2/2] mm: init: report memory auto-initialization features at boot time add init_on_alloc/init_on_free boot options 1 - - --- 2019-06-26 Alexander Potapenko New
[v8,1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options add init_on_alloc/init_on_free boot options 1 - - --- 2019-06-26 Alexander Potapenko New
[v7,2/2] mm: init: report memory auto-initialization features at boot time add init_on_alloc/init_on_free boot options 1 - - --- 2019-06-17 Alexander Potapenko New
[v7,1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options add init_on_alloc/init_on_free boot options 2 - - --- 2019-06-17 Alexander Potapenko New
[v6,3/3] lib: introduce test_meminit module [v6,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 1 - - --- 2019-06-06 Alexander Potapenko New
[v6,2/3] mm: init: report memory auto-initialization features at boot time [v6,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 1 - - --- 2019-06-06 Alexander Potapenko New
[v6,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options [v6,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 1 - - --- 2019-06-06 Alexander Potapenko New
[v5,3/3] lib: introduce test_meminit module [v5,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 1 - - --- 2019-05-29 Alexander Potapenko New
[v5,2/3] mm: init: report memory auto-initialization features at boot time [v5,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 1 - - --- 2019-05-29 Alexander Potapenko New
[v5,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options [v5,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options 1 - - --- 2019-05-29 Alexander Potapenko New
[v4,3/3] lib: introduce test_meminit module RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-23 Alexander Potapenko New
[v4,2/3] mm: init: report memory auto-initialization features at boot time RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-23 Alexander Potapenko New
[v4,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-23 Alexander Potapenko New
[3/3] lib: introduce test_meminit module RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-23 Alexander Potapenko New
[2/3] mm: init: report memory auto-initialization features at boot time RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-23 Alexander Potapenko New
[v3,1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-23 Alexander Potapenko New
[v2,4/4] net: apply __GFP_NO_AUTOINIT to AF_UNIX sk_buff allocations [v2,1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options - - - --- 2019-05-14 Alexander Potapenko New
[v2,3/4] gfp: mm: introduce __GFP_NO_AUTOINIT [v2,1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options - - - --- 2019-05-14 Alexander Potapenko New
[v2,2/4] lib: introduce test_meminit module [v2,1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options - 1 1 --- 2019-05-14 Alexander Potapenko New
[v2,1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options [v2,1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options - - - --- 2019-05-14 Alexander Potapenko New
[4/4] net: apply __GFP_NOINIT to AF_UNIX sk_buff allocations RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-08 Alexander Potapenko New
[3/4] gfp: mm: introduce __GFP_NOINIT RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-08 Alexander Potapenko New
[2/4] lib: introduce test_meminit module RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-08 Alexander Potapenko New
[1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options RFC: add init_on_alloc/init_on_free boot options - - - --- 2019-05-08 Alexander Potapenko New
[3/3] RFC: net: apply __GFP_NOINIT to AF_UNIX sk_buff allocations RFC: add init_allocations=1 boot option - - - --- 2019-04-18 Alexander Potapenko New
[2/3] gfp: mm: introduce __GFP_NOINIT RFC: add init_allocations=1 boot option - - - --- 2019-04-18 Alexander Potapenko New
[1/3] mm: security: introduce the init_allocations=1 boot option RFC: add init_allocations=1 boot option - - - --- 2019-04-18 Alexander Potapenko New
mm: security: introduce CONFIG_INIT_HEAP_ALL mm: security: introduce CONFIG_INIT_HEAP_ALL - - - --- 2019-04-12 Alexander Potapenko New
Calling vmalloc_to_page() on ioremap memory? - - - --- 2018-06-25 Alexander Potapenko New
« 1 2 ... 4 5 6 7 »