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-03-04 17:49:56 linux-kernel Re: [PATCH v2] proc: allow restricting /proc/pid/mem writes
2024-03-04 17:42:25 linux-kernel Re: [PATCH v2] proc: allow restricting /proc/pid/mem writes
2024-03-04 17:40:11 linux-kernel Re: [PATCH] usercopy: delete __noreturn from usercopy_abort
2024-03-02 01:51:34 linux-kernel Re: [PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
2024-03-02 01:47:06 linux-kernel Re: [PATCH] compiler.h: Explain how __is_constexpr() works
2024-03-02 00:17:11 linux-kernel Re: [PATCH][next] RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warnings
2024-03-02 00:09:46 linux-kernel Re: [PATCH][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
2024-03-01 23:56:36 linux-kernel Re: [PATCH v2] proc: allow restricting /proc/pid/mem writes
2024-03-01 20:52:32 linux-kernel [PATCH v3 2/2] string: Convert helpers selftest to KUnit
2024-03-01 20:46:02 linux-kernel Re: [PATCH 3/3] spi: axi-spi-engine: use struct_size() macro
2024-03-01 20:42:23 linux-kernel Re: [PATCH 1/3] spi: axi-spi-engine: remove p from struct spi_engine_message_state
2024-03-01 20:42:10 linux-kernel Re: [PATCH 2/3] spi: axi-spi-engine: use __counted_by() attribute
2024-03-01 20:29:37 linux-kernel Re: [PATCH v2 2/2] string: Convert helpers selftest to KUnit
2024-03-01 20:28:00 linux-kernel [PATCH v3 1/2] string: Convert selftest to KUnit
2024-03-01 20:27:45 linux-kernel [PATCH v3 0/2] string: Convert selftests to KUnit
2024-03-01 17:25:18 linux-kernel Re: [PATCH v2 1/2] string: Convert selftest to KUnit
2024-03-01 06:42:48 linux-kernel Re: [PATCH] VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler()
2024-03-01 06:34:00 linux-kernel Re: [PATCH] objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
2024-03-01 06:22:39 linux-kernel [PATCH] overflow: Allow non-type arg to type_max() and type_min()
2024-03-01 04:46:24 linux-kernel Re: linux-next: manual merge of the kspp tree with the bcachefs tree
2024-03-01 04:44:54 linux-kernel [PATCH] compiler.h: Explain how __is_constexpr() works
2024-03-01 00:40:47 linux-kernel Re: [PATCH v3] wifi: brcm80211: handle pmk_op allocation failure
2024-03-01 00:27:28 linux-kernel [PATCH v2 1/2] string: Convert selftest to KUnit
2024-03-01 00:27:20 linux-kernel [PATCH v2 2/2] string: Convert helpers selftest to KUnit
2024-03-01 00:27:01 linux-kernel [PATCH v2 0/2] string: Convert selftests to KUnit
2024-02-29 23:39:17 linux-kernel Re: [PATCH 2/2] string: Convert helpers selftest to KUnit
2024-02-29 23:35:58 linux-kernel [PATCH 2/2] string: Convert helpers selftest to KUnit
2024-02-29 23:35:47 linux-kernel [PATCH 0/2] string: Convert selftests to KUnit
2024-02-29 23:35:44 linux-kernel [PATCH 1/2] string: Convert selftest to KUnit
2024-02-29 21:53:23 linux-kernel Re: [PATCH v1 1/1] lib/string_helpers: Add flags param to string_get_size()
2024-02-29 21:33:03 linux-kernel Re: [PATCH] sparc: vdso: Disable UBSAN instrumentation
2024-02-29 21:31:58 linux-kernel Re: [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
2024-02-29 21:31:19 linux-kernel [PATCH] netdev: Use flexible array for trailing private bytes
2024-02-29 19:17:06 linux-kernel Re: [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
2024-02-29 18:50:28 linux-kernel Re: (subset) [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
2024-02-29 18:45:29 linux-kernel Re: [PATCH v1 8/8] kunit: Add tests for faults
2024-02-29 18:41:50 linux-kernel Re: [PATCH v1 7/8] kunit: Print last test location on fault
2024-02-29 18:33:23 linux-kernel Re: [PATCH v1 3/8] kunit: Fix kthread reference
2024-02-29 18:25:42 linux-kernel Re: [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
2024-02-29 18:24:34 linux-kernel Re: [PATCH v1 5/8] kunit: Handle test faults
2024-02-29 18:23:14 linux-kernel Re: [PATCH v1 4/8] kunit: Fix timeout message
2024-02-29 18:22:25 linux-kernel Re: [PATCH v1 2/8] kunit: Handle thread creation error
2024-02-29 18:21:57 linux-kernel Re: [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
2024-02-29 05:30:21 linux-kernel Re: [PATCH] leaking_addresses: Provide mechanism to scan binary files
2024-02-29 00:21:49 linux-kernel Re: [PATCH v2 0/7] scsi: replace deprecated strncpy
2024-02-29 00:15:52 linux-kernel Re: [PATCH v2 4/7] scsi: qla4xxx: replace deprecated strncpy with strscpy
2024-02-29 00:04:21 linux-kernel Re: [PATCH v2 3/7] scsi: qedf: replace deprecated strncpy with strscpy
2024-02-29 00:04:00 linux-kernel Re: [PATCH v2 2/7] scsi: mpt3sas: replace deprecated strncpy with strscpy
2024-02-29 00:02:59 linux-kernel Re: [PATCH v2 1/7] scsi: mpi3mr: replace deprecated strncpy with assignments
2024-02-29 00:02:23 linux-kernel Re: [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
2024-02-28 21:46:25 linux-kernel Re: [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs