Kees Cook ([email protected])

Number of posts: 15490 (3.44 per day)
First post: 2012-02-01 18:14:38
Last post: 2024-05-29 23:32:57

Date List Subject
2024-02-13 19:40:16 linux-kernel Re: [PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
2024-02-13 01:20:02 linux-kernel Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
2024-02-13 01:13:42 linux-kernel Re: [PATCH v3 00/35] Memory allocation profiling
2024-02-13 00:10:24 linux-kernel Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-12 23:04:11 linux-kernel Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
2024-02-12 23:02:52 linux-kernel Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
2024-02-12 22:59:57 linux-kernel Re: [PATCH v3 17/35] mm: enable page allocation tagging
2024-02-12 22:49:56 linux-kernel Re: [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
2024-02-12 22:45:58 linux-kernel Re: [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
2024-02-12 22:43:48 linux-kernel Re: [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
2024-02-12 22:40:38 linux-kernel Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
2024-02-12 22:27:34 linux-kernel Re: [PATCH v3 10/35] lib: code tagging framework
2024-02-12 22:27:15 linux-kernel Re: [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
2024-02-12 22:26:37 linux-kernel Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
2024-02-12 22:16:42 linux-kernel Re: [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
2024-02-12 22:15:01 linux-kernel Re: [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
2024-02-12 22:14:40 linux-kernel Re: [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
2024-02-12 22:10:35 linux-kernel Re: [PATCH v3 04/35] mm: enumerate all gfp flags
2024-02-12 22:09:58 linux-kernel Re: [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
2024-02-12 22:07:50 linux-kernel Re: [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
2024-02-12 22:07:06 linux-kernel Re: [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
2024-02-12 19:05:24 linux-kernel Re: [PATCH] hardening: Enable KFENCE in the hardening config
2024-02-12 18:52:04 linux-kernel Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables
2024-02-12 18:46:31 linux-kernel Re: [PATCH] sh: Fix build with CONFIG_UBSAN=y
2024-02-12 18:42:40 linux-kernel Re: [PATCH] samples: user-trap: fix strict-aliasing warning
2024-02-12 18:40:11 linux-kernel Re: [PATCH] configs/debug: add NET debug config
2024-02-12 18:31:21 linux-kernel Re: [PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()
2024-02-12 18:30:31 linux-kernel Re: [PATCH] RDMA/uverbs: Remove flexible arrays from struct *_filter
2024-02-10 09:18:55 linux-kernel [PATCH] x86/vdso: Move vDSO to mmap region
2024-02-10 07:25:34 linux-kernel Re: [PATCH 03/10] scsi: NCR5380: Replace snprintf() with the safer scnprintf() variant
2024-02-10 07:25:28 linux-kernel Re: [PATCH] drm/i915: Add flex arrays to struct i915_syncmap
2024-02-10 07:24:55 linux-kernel Re: [PATCH 10/10] scsi: arcmsr: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
2024-02-10 07:24:44 linux-kernel Re: [PATCH 09/10] scsi: aic94xx: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
2024-02-10 07:19:31 linux-kernel Re: [PATCH v2] x86/tdx: replace deprecated strncpy with strtomem_pad
2024-02-10 07:07:05 linux-kernel Re: [PATCH 08/10] scsi: aic7xxx: aicasm: Replace snprintf() with the safer scnprintf() variant
2024-02-10 07:06:24 linux-kernel Re: [PATCH 06/10] scsi: aha1542: Replace snprintf() with the safer scnprintf() variant
2024-02-10 07:03:43 linux-kernel Re: [PATCH 05/10] scsi: aacraid: linit: Replace snprintf() with the safer scnprintf() variant
2024-02-10 07:00:56 linux-kernel Re: [PATCH 04/10] scsi: aacraid: linit: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
2024-02-10 06:59:13 linux-kernel Re: [PATCH 07/10] scsi: aic7xxx: aicasm: Trivial: Remove trailing whitespace
2024-02-10 06:58:42 linux-kernel Re: [PATCH 02/10] scsi: 53c700: Trivial: Remove trailing whitespace
2024-02-10 06:58:36 linux-kernel Re: [PATCH 01/10] scsi: 3w-xxxx: Trivial: Remove trailing whitespace
2024-02-10 06:56:29 linux-kernel .mailmap support for removals (was Re: [PATCH 00/10] scsi: Replace {v}snprintf() variants with safer alternatives)
2024-02-10 06:44:24 linux-kernel Re: linux-next: build warning after merge of the kspp tree
2024-02-10 06:32:40 linux-kernel Re: [PATCH 0/2] Drop obsolete configs from hardening.config
2024-02-10 01:19:26 linux-kernel [PATCH 1/2] stddef: Allow attributes to be used when creating flex arrays
2024-02-10 01:17:05 linux-kernel [PATCH 2/2] net/ipv4: Annotate imsf_slist_flex with __counted_by(imsf_numsrc)
2024-02-10 01:17:00 linux-kernel [PATCH 0/2] stddef: Allow attributes to be used when creating flex arrays
2024-02-10 00:51:23 linux-kernel Re: [PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
2024-02-10 00:26:49 linux-kernel Re: [PATCH] irqchip/bcm-6345-l1: Prefer struct_size over open coded arithmetic
2024-02-10 00:20:46 linux-kernel Re: [PATCH] irqchip/irq-bcm7038-l1: Prefer struct_size over open coded arithmetic
2024-02-10 00:18:00 linux-kernel Re: [PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST