Andrey Ryabinin ([email protected])

Number of posts: 629 (0.89 per day)
First post: 2015-11-09 15:12:32
Last post: 2017-10-18 16:52:44

Date List Subject
2021-01-14 11:12:21 linux-kernel Re: [PATCH] ubsan: Require GCC-8+ or Clang to use UBSAN
2019-12-12 09:59:02 linux-kernel Re: [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support
2019-12-06 16:26:52 linux-kernel Re: [PATCH 1/3] mm: add apply_to_existing_pages helper
2019-12-06 16:26:46 linux-kernel Re: [PATCH 2/3] kasan: use apply_to_existing_pages for releasing vmalloc shadow
2019-12-06 16:25:51 linux-kernel Re: [PATCH 3/3] kasan: don't assume percpu shadow allocations will succeed
2019-12-06 16:23:09 linux-kernel Re: [PATCH 2/2] kasan: Don't allocate page tables in kasan_release_vmalloc()
2019-12-05 10:02:11 linux-kernel [PATCH v2] kasan: fix crashes on access to memory mapped by vm_map_ram()
2019-12-04 20:54:23 linux-kernel Re: KASAN: slab-out-of-bounds Read in fbcon_get_font
2019-12-04 20:49:09 linux-kernel Re: [PATCH] kasan: support vmalloc backing of vm_map_ram()
2019-12-04 20:48:08 linux-kernel [PATCH 1/2] kasan: fix crashes on access to memory mapped by vm_map_ram()
2019-12-04 20:48:07 linux-kernel [PATCH 2/2] kasan: Don't allocate page tables in kasan_release_vmalloc()
2019-12-02 16:38:44 linux-nfs Re: [PATCH] mm: fix hanging shrinker management on long do_shrink_slab
2019-11-29 11:56:26 linux-kernel Re: [PATCH v11 1/4] kasan: support backing vmalloc space with real shadow memory
2019-11-29 11:40:55 linux-kernel Re: [PATCH v11 1/4] kasan: support backing vmalloc space with real shadow memory
2019-11-21 22:25:15 linux-kernel Re: [PATCH v4 1/2] kasan: detect negative size in memory operation function
2019-11-21 22:24:30 linux-kernel Re: [PATCH v4 2/2] kasan: add test for invalid size in memmove
2019-11-21 22:24:23 linux-kernel Re: [PATCH v4 1/2] kasan: detect negative size in memory operation function
2019-11-21 13:06:25 linux-kernel Re: [PATCH v4 1/2] kasan: detect negative size in memory operation function
2019-11-21 12:59:53 linux-kernel Re: [PATCH 2/3] ubsan: Split "bounds" checker from other options
2019-11-21 12:56:14 linux-kernel Re: [PATCH 1/3] ubsan: Add trap instrumentation option
2019-11-21 12:29:38 linux-kernel Re: [PATCH v4 1/2] kasan: detect negative size in memory operation function
2019-11-19 13:21:40 linux-kernel [PATCH] mm/ksm: Don't WARN if page is still mapped in remove_stable_node()
2019-11-19 09:59:08 linux-kernel Re: [PATCH v11 1/4] kasan: support backing vmalloc space with real shadow memory
2019-11-18 16:26:56 linux-kernel Re: [PATCH v4 1/3] kasan: No KASAN's memmove check if archs don't have it.
2019-11-13 10:36:02 linux-kernel KSM WARN_ON_ONCE(page_mapped(page)) in remove_stable_node()
2019-11-11 09:31:31 linux-kernel Re: [PATCH v3 1/2] kasan: detect negative size in memory operation function
2019-11-11 08:26:31 linux-kernel Re: [PATCH v3 1/2] kasan: detect negative size in memory operation function
2019-11-08 22:39:39 linux-kernel Re: [PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
2019-11-08 22:36:13 linux-kernel Re: [PATCH v3 1/2] kasan: detect negative size in memory operation function
2019-10-30 14:13:42 linux-kernel Re: [PATCH v10 4/5] x86/kasan: support KASAN_VMALLOC
2019-10-29 22:07:31 linux-kernel Re: [PATCH v10 5/5] kasan debug: track pages allocated for vmalloc shadow
2019-10-29 19:47:20 linux-kernel Re: [PATCH v10 1/5] kasan: support backing vmalloc space with real shadow memory
2019-10-29 19:46:40 linux-kernel Re: [PATCH v10 4/5] x86/kasan: support KASAN_VMALLOC
2019-10-29 17:11:31 linux-kernel Re: [PATCH v10 3/5] fork: support VMAP_STACK with KASAN_VMALLOC
2019-10-29 16:45:47 linux-kernel Re: [PATCH v10 2/5] kasan: add test for vmalloc
2019-10-19 08:16:27 linux-kernel Re: [PATCH v8 1/5] kasan: support backing vmalloc space with real shadow memory
2019-10-18 15:33:44 linux-kernel Re: [PATCH v3 1/3] kasan: Archs don't check memmove if not support it.
2019-10-16 15:24:29 linux-kernel Re: [PATCH v8 1/5] kasan: support backing vmalloc space with real shadow memory
2019-10-11 20:00:35 linux-kernel Re: [PATCH v8 1/5] kasan: support backing vmalloc space with real shadow memory
2019-09-26 09:25:28 linux-kernel Re: [RFC PATCH] lib/ubsan: Don't seralize UBSAN report
2019-09-26 09:25:04 linux-kernel Re: [PATCH] mm, debug, kasan: save and dump freeing stack trace for kasan
2019-09-16 21:35:10 linux-kernel Re: [PATCH v3] mm/kasan: dump alloc and free stack for page allocator
2019-09-12 21:19:47 linux-kernel Re: [PATCH v3] mm/kasan: dump alloc and free stack for page allocator
2019-09-12 17:53:31 linux-kernel Re: [PATCH v3] mm/kasan: dump alloc and free stack for page allocator
2019-09-10 18:56:00 linux-kernel Re: [PATCH v2 0/2] mm/kasan: dump alloc/free stack for page allocator
2019-08-27 09:34:35 linux-kernel Re: [PATCH 1/2] riscv: Add memmove string operation.
2019-08-22 21:05:03 linux-kernel Re: [PATCH 2/2] riscv: Add KASAN support
2019-08-22 19:54:19 linux-kernel Re: [PATCH 1/2] riscv: Add memmove string operation.
2019-08-21 18:06:31 linux-kernel [PATCH v5] kasan: add memory corruption identification for software tag-based mode
2019-08-21 18:00:22 linux-kernel Re: [PATCH v4] kasan: add memory corruption identification for software tag-based mode
2019-08-19 17:28:45 linux-kernel [PATCH] mm/kasan: Fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y