Show patches with: Submitter = Kees Cook       |    Archived = No       |   176 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[v3,3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays Untitled series #155106 --- 2021-08-27 Kees Cook New
[v3,2/5] treewide: Replace open-coded flex arrays in unions Untitled series #155106 --- 2021-08-27 Kees Cook New
[v2,3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays Untitled series #154901 --- 2021-08-26 Kees Cook Superseded
[v2] rtlwifi: rtl8192de: Style clean-ups [v2] rtlwifi: rtl8192de: Style clean-ups --- 2021-08-26 Kees Cook New
[2/3] net/mlx5e: Avoid field-overflowing memcpy() net: Cleanups for FORTIFY_SOURCE --- 2021-08-19 Kees Cook New
[3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays Untitled series #153213 --- 2021-08-18 Kees Cook Superseded
[2/5] treewide: Replace open-coded flex arrays in unions Untitled series #153213 --- 2021-08-18 Kees Cook New
[v2,63/63] fortify: Work around Clang inlining bugs Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,62/63] fortify: Detect struct member overflows in memset() at compile-time Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,61/63] powerpc: Split memset() to avoid multi-field overflow Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,58/63] ethtool: stats: Use struct_group() to clear all stats at once Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,57/63] powerpc/signal32: Use struct_group() to zero spe regs Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,55/63] HID: roccat: Use struct_group() to zero kone_mouse_event Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,54/63] dm integrity: Use struct_group() to zero struct journal_sector Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,53/63] KVM: x86: Use struct_group() to zero decode cache Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,51/63] drbd: Use struct_group() to zero algs Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,50/63] tracing: Use memset_startat() to zero struct trace_iterator Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,49/63] btrfs: Use memset_startat() to clear end of struct Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,48/63] IB/mthca: Use memset_startat() for clearing mpt_entry Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,47/63] intel_th: msu: Use memset_startat() for clearing hw header Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,45/63] ath11k: Use memset_startat() for clearing queue descriptors Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,44/63] mac80211: Use memset_after() to clear tx status Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,43/63] net: qede: Use memset_startat() for counters Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,42/63] net: dccp: Use memset_startat() for TP zeroing Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,41/63] net: 802: Use memset_startat() to clear struct fields Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,39/63] ipv6: Use memset_after() to zero rt6_info Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,38/63] xfrm: Use memset_after() to clear padding Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,37/63] string.h: Introduce memset_after() for wiping trailing members/padding Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,35/63] fortify: Detect struct member overflows in memmove() at compile-time Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,34/63] fortify: Detect struct member overflows in memcpy() at compile-time Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,33/63] lib: Introduce CONFIG_TEST_MEMCPY Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,32/63] fortify: Add compile-time FORTIFY_SOURCE tests Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,30/63] fortify: Prepare to improve strnlen() and strlen() warnings Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,29/63] fortify: Fix dropped strcpy() compile-time write overflow check Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,28/63] fortify: Explicitly disable Clang support Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,27/63] fortify: Move remaining fortify helpers into fortify-string.h Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,26/63] lib/string: Move helper functions out of string.c Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,25/63] compiler_types.h: Remove __compiletime_object_size() Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,24/63] sata_fsl: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,23/63] media: omap3isp: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,22/63] HID: cp2112: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,21/63] net/mlx5e: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,20/63] drm/mga/mga_ioc32: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,19/63] staging: wlan-ng: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,18/63] drm/amd/pm: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,17/63] bnx2x: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,16/63] cxgb4: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,15/63] intersil: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,14/63] cxgb3: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,13/63] iommu/amd: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,11/63] libertas_tf: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,10/63] libertas: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,09/63] mwl8k: Use struct_group() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,08/63] bnxt_en: Use struct_group_attr() for memcpy() region Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,07/63] skbuff: Switch structure bounds to struct_group() Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,06/63] cxl/core: Replace unions with struct_group() Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,05/63] stddef: Introduce struct_group() helper macro Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,03/63] rpmsg: glink: Replace strncpy() with strscpy_pad() Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
[v2,02/63] net/mlx5e: Avoid field-overflowing memcpy() Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook Superseded
[v2,01/63] ipw2x00: Avoid field-overflowing memcpy() Introduce strict memcpy() bounds checking --- 2021-08-18 Kees Cook New
Bluetooth: mgmt: Pessimize compile-time bounds-check Bluetooth: mgmt: Pessimize compile-time bounds-check --- 2021-08-18 Kees Cook New
can: etas_es58x: Replace 0-element raw_msg array can: etas_es58x: Replace 0-element raw_msg array --- 2021-08-18 Kees Cook New
pcmcia: ray_cs: Split memcpy() to avoid bounds check warning pcmcia: ray_cs: Split memcpy() to avoid bounds check warning --- 2021-08-06 Kees Cook Superseded
mac80211: radiotap: Use BIT() instead of shifts mac80211: radiotap: Use BIT() instead of shifts --- 2021-08-06 Kees Cook New
[64/64] fortify: Add run-time WARN for cross-field memcpy() Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[62/64] netlink: Avoid false-positive memcpy() warning Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[61/64] Makefile: Enable -Warray-bounds Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[60/64] fortify: Work around Clang inlining bugs Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[59/64] fortify: Detect struct member overflows in memset() at compile-time Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[58/64] powerpc: Split memset() to avoid multi-field overflow Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[56/64] ethtool: stats: Use struct_group() to clear all stats at once Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[54/64] ipv6: Use struct_group() to zero rt6_info Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[53/64] HID: roccat: Use struct_group() to zero kone_mouse_event Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[52/64] dm integrity: Use struct_group() to zero struct journal_sector Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[51/64] tracing: Use struct_group() to zero struct trace_iterator Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[50/64] KVM: x86: Use struct_group() to zero decode cache Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[48/64] drbd: Use struct_group() to zero algs Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[47/64] btrfs: Use memset_after() to clear end of struct Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
[46/64] IB/mthca: Use memset_after() for clearing mpt_entry Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[45/64] intel_th: msu: Use memset_after() for clearing hw header Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[43/64] ath11k: Use memset_after() for clearing queue descriptors Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[42/64] net: qede: Use memset_after() for counters Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[41/64] net: dccp: Use memset_after() for TP zeroing Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[40/64] net: 802: Use memset_after() to clear struct fields Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook Superseded
[39/64] mac80211: Use memset_after() to clear tx status Introduce strict memcpy() bounds checking --- 2021-07-27 Kees Cook New
« 1 2 »