Show patches with: Submitter = Kees Cook       |    State = Action Required       |    Archived = No       |   767 patches
« 1 25 6 7 8 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
um: Use HOST_DIR for mrproper um: Use HOST_DIR for mrproper - - - --- 2023-06-06 Kees Cook New
[v5] checkpatch: Check for 0-length and 1-element arrays [v5] checkpatch: Check for 0-length and 1-element arrays 2 - - --- 2023-06-01 Kees Cook New
[v2] riscv/purgatory: Do not use fortified string functions [v2] riscv/purgatory: Do not use fortified string functions 1 2 - --- 2023-06-01 Kees Cook New
[v4] checkpatch: Check for 0-length and 1-element arrays [v4] checkpatch: Check for 0-length and 1-element arrays - - - --- 2023-05-31 Kees Cook New
s390/purgatory: Do not use fortified string functions s390/purgatory: Do not use fortified string functions - 1 - --- 2023-05-31 Kees Cook New
riscv/purgatory: Do not use fortified string functions riscv/purgatory: Do not use fortified string functions - - - --- 2023-05-31 Kees Cook New
x86/purgatory: Do not use fortified string functions x86/purgatory: Do not use fortified string functions 1 - 1 --- 2023-05-31 Kees Cook New
[v3] checkpatch: Check for 0-length and 1-element arrays [v3] checkpatch: Check for 0-length and 1-element arrays 1 - - --- 2023-05-27 Kees Cook New
[v2] checkpatch: Warn about 0-length and 1-element arrays [v2] checkpatch: Warn about 0-length and 1-element arrays - - - --- 2023-05-26 Kees Cook New
[v2] checkpatch: Check for strcpy and strncpy too [v2] checkpatch: Check for strcpy and strncpy too - - - --- 2023-05-26 Kees Cook New
[v2] fscrypt: Replace 1-element array with flexible array [v2] fscrypt: Replace 1-element array with flexible array - - - --- 2023-05-23 Kees Cook New
fscrypt: Replace 1-element array with flexible array fscrypt: Replace 1-element array with flexible array - 1 - --- 2023-05-22 Kees Cook New
lkdtm/bugs: Switch from 1-element array to flexible array lkdtm/bugs: Switch from 1-element array to flexible array - 1 - --- 2023-05-22 Kees Cook New
[v2] md/raid5: Convert stripe_head's "dev" to flexible array member [v2] md/raid5: Convert stripe_head's "dev" to flexible array member 1 1 - --- 2023-05-22 Kees Cook New
overflow: Add struct_size_t() helper overflow: Add struct_size_t() helper 2 4 - --- 2023-05-22 Kees Cook New
md/raid5: Convert stripe_head's "dev" to flexible array member md/raid5: Convert stripe_head's "dev" to flexible array member - - - --- 2023-05-17 Kees Cook New
kbuild: Enable -fstrict-flex-arrays=3 kbuild: Enable -fstrict-flex-arrays=3 - 1 - --- 2023-05-17 Kees Cook New
pid: Replace struct pid 1-element array with flex-array pid: Replace struct pid 1-element array with flex-array 1 - - --- 2023-05-17 Kees Cook New
checkpatch: Warn about 0-length and 1-element arrays checkpatch: Warn about 0-length and 1-element arrays - - - --- 2023-05-17 Kees Cook New
checkpatch: Check for strcpy and strncpy too checkpatch: Check for strcpy and strncpy too - - - --- 2023-05-17 Kees Cook New
[v2] Compiler Attributes: Add __counted_by macro [v2] Compiler Attributes: Add __counted_by macro - 2 - --- 2023-05-17 Kees Cook New
scsi: megaraid_sas: Convert union megasas_sgl to flex-arrays scsi: megaraid_sas: Convert union megasas_sgl to flex-arrays - - - --- 2023-05-11 Kees Cook New
apparmor: aa_buffer: Convert 1-element array to flexible array apparmor: aa_buffer: Convert 1-element array to flexible array 1 - - --- 2023-05-11 Kees Cook New
[v2] docs: submitting-patches: Discuss interleaved replies [v2] docs: submitting-patches: Discuss interleaved replies 1 1 - --- 2023-05-11 Kees Cook New
docs: submitting-patches: Discuss interleaved replies docs: submitting-patches: Discuss interleaved replies 1 - - --- 2023-05-10 Kees Cook New
Compiler Attributes: Add __counted_by macro Compiler Attributes: Add __counted_by macro - 2 - --- 2023-05-04 Kees Cook New
[GIT,PULL] pstore update for v6.4-rc1 [GIT,PULL] pstore update for v6.4-rc1 - - - --- 2023-04-26 Kees Cook New
[GIT,PULL] hardening update for v6.4-rc1 [GIT,PULL] hardening update for v6.4-rc1 - - - --- 2023-04-26 Kees Cook New
[v2,10/10] fortify: Improve buffer overflow reporting fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,09/10] fortify: Add KUnit tests for runtime overflows fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,08/10] fortify: Provide KUnit counters for failure testing fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,07/10] fortify: Split reporting and avoid passing string pointer fortify: Add KUnit tests for runtime overflows - 1 - --- 2023-04-07 Kees Cook New
[v2,06/10] fortify: strcat: Move definition to use fortified strlcat() fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,05/10] fortify: Add protection for strlcat() fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,04/10] fortify: Use const variables for __member_size tracking fortify: Add KUnit tests for runtime overflows - 1 - --- 2023-04-07 Kees Cook New
[v2,03/10] string: Add Kunit tests for strcat() family fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,02/10] fortify: Allow KUnit test to build without FORTIFY fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[v2,01/10] kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-07 Kees Cook New
[9/9] fortify: Improve buffer overflow reporting fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[8/9] fortify: Add KUnit tests for runtime overflows fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[7/9] fortify: Provide KUnit counters for failure testing fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[6/9] fortify: Split reporting and avoid passing string pointer fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[5/9] fortify: strcat: Move definition to use fortified strlcat() fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[4/9] fortify: Add protection for strlcat() fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[3/9] string: Add Kunit tests for strcat() family fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[2/9] fortify: Allow KUnit test to build without FORTIFY fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[1/9] kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML fortify: Add KUnit tests for runtime overflows - - - --- 2023-04-06 Kees Cook New
[v2] ubsan: Tighten UBSAN_BOUNDS on GCC [v2] ubsan: Tighten UBSAN_BOUNDS on GCC - - - --- 2023-04-05 Kees Cook New
fortify: Improve buffer overflow reporting fortify: Improve buffer overflow reporting - - - --- 2023-03-02 Kees Cook New
ubsan: Tighten UBSAN_BOUNDS on GCC ubsan: Tighten UBSAN_BOUNDS on GCC - - - --- 2023-03-02 Kees Cook New
kheaders: Use array declaration instead of char kheaders: Use array declaration instead of char 1 1 1 --- 2023-03-02 Kees Cook New
wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys - 1 - --- 2023-02-18 Kees Cook New
IB/rdmavt: Fix target union member for rvt_post_one_wr() IB/rdmavt: Fix target union member for rvt_post_one_wr() - 1 - --- 2023-02-18 Kees Cook New
net/mlx4_en: Introduce flexible array to silence overflow warning net/mlx4_en: Introduce flexible array to silence overflow warning - 1 - --- 2023-02-18 Kees Cook New
[v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays [v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays - 1 - --- 2023-02-18 Kees Cook New
[GIT,PULL] hardening updates for v6.3-rc1 [GIT,PULL] hardening updates for v6.3-rc1 - - - --- 2023-02-17 Kees Cook New
[GIT,PULL] seccomp update for v6.3-rc1 [GIT,PULL] seccomp update for v6.3-rc1 - - - --- 2023-02-17 Kees Cook New
wifi: brcmfmac: p2p: Introduce generic flexible array frame member wifi: brcmfmac: p2p: Introduce generic flexible array frame member - 1 - --- 2023-02-15 Kees Cook New
cifs: Replace remaining 1-element arrays cifs: Replace remaining 1-element arrays - - - --- 2023-02-15 Kees Cook New
cifs: Convert struct fealist away from 1-element array cifs: Convert struct fealist away from 1-element array - - - --- 2023-02-15 Kees Cook New
[v2] smb3: Replace smb2pdu 1-element arrays with flex-arrays [v2] smb3: Replace smb2pdu 1-element arrays with flex-arrays - - - --- 2023-02-14 Kees Cook New
smb3: Replace smb2pdu 1-element arrays with flex-arrays smb3: Replace smb2pdu 1-element arrays with flex-arrays - - - --- 2023-02-14 Kees Cook New
wifi: ath: Silence memcpy run-time false positive warning wifi: ath: Silence memcpy run-time false positive warning - - - --- 2023-02-10 Kees Cook New
ASoC: Intel: Skylake: Replace 1-element array with flex-array ASoC: Intel: Skylake: Replace 1-element array with flex-array - - - --- 2023-02-10 Kees Cook New
bpf: Deprecate "data" member of bpf_lpm_trie_key bpf: Deprecate "data" member of bpf_lpm_trie_key - - - --- 2023-02-09 Kees Cook New
RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size - - 1 --- 2023-02-08 Kees Cook New
Revert "slub: force on no_hash_pointers when slub_debug is enabled" Revert "slub: force on no_hash_pointers when slub_debug is enabled" - - - --- 2023-02-08 Kees Cook New
drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes - 2 - --- 2023-02-04 Kees Cook New
media: imx-jpeg: Bounds check sizeimage access media: imx-jpeg: Bounds check sizeimage access - - - --- 2023-02-04 Kees Cook New
scsi: mpi3mr: Replace 1-element array with flex-array scsi: mpi3mr: Replace 1-element array with flex-array - - - --- 2023-02-04 Kees Cook New
usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math - - - --- 2023-02-04 Kees Cook New
media: mxl5005s: Bounds check size used for max array index media: mxl5005s: Bounds check size used for max array index - - - --- 2023-02-04 Kees Cook New
USB: ene_usb6250: Allocate enough memory for full object USB: ene_usb6250: Allocate enough memory for full object - - - --- 2023-02-04 Kees Cook New
btrfs: sysfs: Handle NULL return values btrfs: sysfs: Handle NULL return values - - - --- 2023-02-04 Kees Cook New
udf: Use unsigned variables for size calculations udf: Use unsigned variables for size calculations - - - --- 2023-02-04 Kees Cook New
jfs: Use unsigned variable for length calculations jfs: Use unsigned variable for length calculations 2 - - --- 2023-02-04 Kees Cook New
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array bpf: Replace bpf_lpm_trie_key 0-length array with flexible array - - - --- 2023-02-04 Kees Cook New
[v2] lm85: Bounds check to_sensor_dev_attr()->index usage [v2] lm85: Bounds check to_sensor_dev_attr()->index usage - - - --- 2023-02-03 Kees Cook New
uaccess: Add minimum bounds check on kernel buffer size uaccess: Add minimum bounds check on kernel buffer size 1 - - --- 2023-02-03 Kees Cook New
[v2] arm64: Support Clang UBSAN trap codes for better reporting [v2] arm64: Support Clang UBSAN trap codes for better reporting - 1 - --- 2023-02-03 Kees Cook New
arm64: Support Clang UBSAN trap codes for better reporting arm64: Support Clang UBSAN trap codes for better reporting 2 1 - --- 2023-02-02 Kees Cook New
regulator: s5m8767: Bounds check id indexing into arrays regulator: s5m8767: Bounds check id indexing into arrays - 1 - --- 2023-01-28 Kees Cook New
Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds - 1 - --- 2023-01-28 Kees Cook New
scsi: aacraid: Allocate cmd_priv with scsicmd scsi: aacraid: Allocate cmd_priv with scsicmd - 2 - --- 2023-01-28 Kees Cook New
regulator: max77802: Bounds check regulator id against opmode regulator: max77802: Bounds check regulator id against opmode 1 - - --- 2023-01-27 Kees Cook New
ASoC: kirkwood: Iterate over array indexes instead of using pointer math ASoC: kirkwood: Iterate over array indexes instead of using pointer math - - - --- 2023-01-27 Kees Cook New
scripts/dtc: Replace 0-length arrays with flexible arrays scripts/dtc: Replace 0-length arrays with flexible arrays - - - --- 2023-01-27 Kees Cook New
net: sched: sch: Bounds check priority net: sched: sch: Bounds check priority - 2 - --- 2023-01-27 Kees Cook New
coda: Avoid partial allocation of sig_inputArgs coda: Avoid partial allocation of sig_inputArgs - - - --- 2023-01-27 Kees Cook New
net: ethernet: mtk_eth_soc: Avoid truncating allocation net: ethernet: mtk_eth_soc: Avoid truncating allocation - 1 - --- 2023-01-27 Kees Cook New
iommufd: Add top-level bounds check on kernel buffer size iommufd: Add top-level bounds check on kernel buffer size - - - --- 2023-01-27 Kees Cook New
lm85: Bounds check to_sensor_dev_attr()->index usage lm85: Bounds check to_sensor_dev_attr()->index usage - - - --- 2023-01-27 Kees Cook New
dmaengine: dw-axi-dmac: Do not dereference NULL structure dmaengine: dw-axi-dmac: Do not dereference NULL structure - 1 - --- 2023-01-27 Kees Cook New
[v2] ACPICA: Replace fake flexible arrays with flexible array members [v2] ACPICA: Replace fake flexible arrays with flexible array members - - - --- 2023-01-27 Kees Cook New
[GIT,PULL] kernel hardening fixes for v6.2-rc6 [GIT,PULL] kernel hardening fixes for v6.2-rc6 - - - --- 2023-01-27 Kees Cook New
bnxt: Do not read past the end of test names bnxt: Do not read past the end of test names - 2 1 --- 2023-01-18 Kees Cook New
gcc-plugins: Reorganize gimple includes for GCC 13 gcc-plugins: Reorganize gimple includes for GCC 13 1 1 - --- 2023-01-18 Kees Cook New
[v3] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST [v3] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST - 2 - --- 2023-01-18 Kees Cook New
[v2] KVM: x86: Replace 0-length arrays with flexible arrays [v2] KVM: x86: Replace 0-length arrays with flexible arrays - 1 - --- 2023-01-18 Kees Cook New
kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST - 2 - --- 2023-01-14 Kees Cook New
« 1 25 6 7 8 »