andrey.konovalov ([email protected])

Number of posts: 671 (671 per day)
First post: 2021-08-10 23:52:01
Last post: 2021-08-10 23:52:01

Date List Subject
2023-11-06 20:12:25 linux-kernel [PATCH RFC 06/20] kasan: introduce kasan_mempool_poison_pages
2023-11-06 20:12:13 linux-kernel [PATCH RFC 03/20] kasan: document kasan_mempool_poison_object
2023-11-06 20:11:34 linux-kernel [PATCH RFC 02/20] kasan: move kasan_mempool_poison_object
2023-11-06 20:11:23 linux-kernel [PATCH RFC 05/20] kasan: introduce kasan_mempool_unpoison_object
2023-11-06 20:11:23 linux-kernel [PATCH RFC 04/20] kasan: add return value for kasan_mempool_poison_object
2023-11-06 20:11:14 linux-kernel [PATCH RFC 01/20] kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object
2023-11-06 20:10:47 linux-kernel [PATCH RFC 00/20] kasan: save mempool stack traces
2023-11-03 21:28:54 linux-kernel [PATCH RFC] kasan: use stack_depot_put for Generic mode
2023-10-30 22:32:29 linux-kernel [PATCH] usb: raw-gadget: update documentation
2023-10-26 22:34:05 linux-kernel [PATCH] fix for "lib/stackdepot: allow users to evict stack traces"
2023-10-26 20:28:34 linux-kernel [PATCH 1/1] lib/stackdepot: print disabled message only if truly disabled
2023-10-26 20:01:59 linux-kernel [PATCH v2 3/3] usb: raw-gadget: report suspend, resume, reset, and disconnect events
2023-10-26 20:01:49 linux-kernel [PATCH v2 1/3] usb: raw-gadget: properly handle interrupted requests
2023-10-26 20:01:41 linux-kernel [PATCH v2 2/3] usb: raw-gadget: don't disable device if usb_ep_queue fails
2023-10-26 14:24:29 linux-kernel [PATCH 3/3] usb: raw-gadget: report suspend, resume, reset, and disconnect events
2023-10-26 14:24:25 linux-kernel [PATCH 1/3] usb: raw-gadget: properly handle interrupted requests
2023-10-26 14:24:17 linux-kernel [PATCH 2/3] usb: raw-gadget: don't disable device if usb_ep_queue fails
2023-10-24 15:38:09 linux-kernel [PATCH 1/1] Documentation: ubsan: drop "the" from article title
2023-10-23 16:31:32 linux-kernel [PATCH v3 06/19] lib/stackdepot: fix and clean-up atomic annotations
2023-10-23 16:31:31 linux-kernel [PATCH v3 09/19] lib/stackdepot: store next pool pointer in new_pool
2023-10-23 16:31:04 linux-kernel [PATCH v3 08/19] lib/stackdepot: rename next_pool_required to new_pool_required
2023-10-23 16:30:33 linux-kernel [PATCH v3 07/19] lib/stackdepot: rework helpers for depot_alloc_stack
2023-10-23 16:30:08 linux-kernel [PATCH v3 11/19] lib/stackdepot: use read/write lock
2023-10-23 16:30:01 linux-kernel [PATCH v3 10/19] lib/stackdepot: store free stack records in a freelist
2023-10-23 16:27:05 linux-kernel [PATCH v3 19/19] kasan: use stack_depot_put for tag-based modes
2023-10-23 16:26:45 linux-kernel [PATCH v3 18/19] kasan: check object_size in kasan_complete_mode_report_info
2023-10-23 16:26:18 linux-kernel [PATCH v3 16/19] lib/stackdepot: allow users to evict stack traces
2023-10-23 16:26:14 linux-kernel [PATCH v3 17/19] kasan: remove atomic accesses to stack ring entries
2023-10-23 16:26:14 linux-kernel [PATCH v3 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
2023-10-23 16:26:02 linux-kernel [PATCH v3 12/19] lib/stackdepot: use list_head for stack record links
2023-10-23 16:25:55 linux-kernel [PATCH v3 15/19] lib/stackdepot: add refcount for records
2023-10-23 16:25:29 linux-kernel [PATCH v3 13/19] kmsan: use stack_depot_save instead of __stack_depot_save
2023-10-23 16:23:39 linux-kernel [PATCH v3 04/19] lib/stackdepot: add depot_fetch_stack helper
2023-10-23 16:23:37 linux-kernel [PATCH v3 03/19] lib/stackdepot: drop valid bit from handles
2023-10-23 16:23:30 linux-kernel [PATCH v3 05/19] lib/stackdepot: use fixed-sized slots for stack records
2023-10-23 16:23:19 linux-kernel [PATCH v3 01/19] lib/stackdepot: check disabled flag when fetching
2023-10-23 16:23:18 linux-kernel [PATCH v3 00/19] stackdepot: allow evicting stack traces
2023-10-23 16:23:10 linux-kernel [PATCH v3 02/19] lib/stackdepot: simplify __stack_depot_save
2023-10-06 15:19:40 linux-kernel [PATCH 4/5] kasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment
2023-10-06 15:19:33 linux-kernel [PATCH 2/5] kasan: unify printk prefixes
2023-10-06 15:19:30 linux-kernel [PATCH 0/5] kasan: assorted fixes and improvements
2023-10-06 15:19:27 linux-kernel [PATCH 5/5] Documentation: *san: drop "the" from article titles
2023-10-06 15:19:16 linux-kernel [PATCH 1/5] arm64, kasan: update comment in kasan_init
2023-10-06 15:19:12 linux-kernel [PATCH 3/5] kasan: use unchecked __memset internally
2023-09-15 14:05:47 linux-kernel [PATCH v2 19/19] kasan: use stack_depot_put for tag-based modes
2023-09-14 23:54:35 linux-kernel [PATCH v2 03/19] lib/stackdepot: drop valid bit from handles
2023-09-14 18:20:20 linux-kernel [PATCH v2 06/19] lib/stackdepot: fix and clean-up atomic annotations
2023-09-14 11:34:59 linux-kernel [PATCH v2 15/19] lib/stackdepot: add refcount for records
2023-09-14 04:48:43 linux-kernel [PATCH v2 18/19] kasan: check object_size in kasan_complete_mode_report_info
2023-09-14 03:36:50 linux-kernel [PATCH v2 12/19] lib/stackdepot: use list_head for stack record links
2023-09-14 01:46:35 linux-kernel [PATCH v2 13/19] kmsan: use stack_depot_save instead of __stack_depot_save