Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Kees Cook
| State =
Action Required
| Archived =
No
| 767 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
«
1
2
3
4
…
7
8
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[05/82] cocci: Refactor open-coded arithmetic wrap-around
overflow: Refactor open-coded arithmetic wrap-around
- - -
-
-
-
2024-01-23
Kees Cook
New
[04/82] docs: deprecated.rst: deprecate open-coded arithmetic wrap-around
overflow: Refactor open-coded arithmetic wrap-around
- - -
-
-
-
2024-01-23
Kees Cook
New
[03/82] overflow: Introduce add_wrap()
overflow: Refactor open-coded arithmetic wrap-around
- - -
-
-
-
2024-01-23
Kees Cook
New
[02/82] overflow: Introduce add_would_overflow()
overflow: Refactor open-coded arithmetic wrap-around
- - -
-
-
-
2024-01-23
Kees Cook
New
[01/82] overflow: Expand check_add_overflow() for pointer addition
overflow: Refactor open-coded arithmetic wrap-around
- 1 -
-
-
-
2024-01-23
Kees Cook
New
[GIT,PULL] strlcpy removal for v6.8-rc1
[GIT,PULL] strlcpy removal for v6.8-rc1
1 - -
-
-
-
2024-01-19
Kees Cook
New
string: Remove strlcpy()
string: Remove strlcpy()
- 1 -
-
-
-
2024-01-18
Kees Cook
New
bcachefs: Replace strlcpy() with strscpy()
bcachefs: Replace strlcpy() with strscpy()
- - -
-
-
-
2024-01-10
Kees Cook
New
ARM: unwind: Add missing "Call trace:" line
ARM: unwind: Add missing "Call trace:" line
- 3 -
-
-
-
2024-01-10
Kees Cook
New
[GIT,PULL] execve updates for v6.8-rc1
[GIT,PULL] execve updates for v6.8-rc1
- - -
-
-
-
2024-01-08
Kees Cook
New
[GIT,PULL] pstore updates for v6.8-rc1
[GIT,PULL] pstore updates for v6.8-rc1
- - -
-
-
-
2024-01-08
Kees Cook
New
[GIT,PULL] hardening updates for v6.8-rc1
[GIT,PULL] hardening updates for v6.8-rc1
- - -
-
-
-
2024-01-08
Kees Cook
New
scripts: kernel-doc: Disambiguate origin of warnings
scripts: kernel-doc: Disambiguate origin of warnings
- - -
-
-
-
2023-12-15
Kees Cook
New
scripts: kernel-doc: Clarify missing struct member description
scripts: kernel-doc: Clarify missing struct member description
- - -
-
-
-
2023-12-15
Kees Cook
New
scripts: kernel-doc: Report excess struct member descriptions
scripts: kernel-doc: Report excess struct member descriptions
- - -
-
-
-
2023-12-15
Kees Cook
New
docs: conf.py: Ignore __counted_by attribute
docs: conf.py: Ignore __counted_by attribute
- - -
-
-
-
2023-12-15
Kees Cook
New
amd-xgbe: Avoid potential string truncation in name
amd-xgbe: Avoid potential string truncation in name
- - -
-
-
-
2023-12-12
Kees Cook
New
cxgb3: Avoid potential string truncation in desc
cxgb3: Avoid potential string truncation in desc
- - -
-
-
-
2023-12-12
Kees Cook
New
block/rnbd-srv: Check for unlikely string overflow
block/rnbd-srv: Check for unlikely string overflow
2 - -
-
-
-
2023-12-12
Kees Cook
New
[v3,3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-12-12
Kees Cook
New
[v3,2/3] kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
1 - -
-
-
-
2023-12-12
Kees Cook
New
[v3,1/3] kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
1 - -
-
-
-
2023-12-12
Kees Cook
New
[v3] netlink: Return unsigned value for nla_len()
[v3] netlink: Return unsigned value for nla_len()
- - -
-
-
-
2023-12-06
Kees Cook
New
[v2,4/4] pstore: inode: Use cleanup.h for struct pstore_private
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-05
Kees Cook
New
[v2,3/4] pstore: inode: Use __free(pstore_iput) for inode allocations
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-05
Kees Cook
New
[v2,2/4] pstore: inode: Convert mutex usage to guard(mutex)
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-05
Kees Cook
New
[v2,1/4] pstore: inode: Convert kfree() usage to __free(kfree)
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-05
Kees Cook
New
[5/5] pstore: inode: Use cleanup.h for struct pstore_private
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-02
Kees Cook
New
[4/5] pstore: inode: Use __free(iput) for inode allocations
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-02
Kees Cook
New
[3/5] fs: Add DEFINE_FREE for struct inode
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-02
Kees Cook
New
[2/5] pstore: inode: Convert mutex usage to guard(mutex)
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-02
Kees Cook
New
[1/5] pstore: inode: Convert kfree() usage to __free(kfree)
pstore: Initial use of cleanup.h
- - -
-
-
-
2023-12-02
Kees Cook
New
[v2] netlink: Return unsigned value for nla_len()
[v2] netlink: Return unsigned value for nla_len()
- - -
-
-
-
2023-12-02
Kees Cook
New
[GIT,PULL] hardening fixes for v6.7-rc4
[GIT,PULL] hardening fixes for v6.7-rc4
- - -
-
-
-
2023-11-30
Kees Cook
New
tracing/uprobe: Replace strlcpy() with strscpy()
tracing/uprobe: Replace strlcpy() with strscpy()
1 - -
-
-
-
2023-11-30
Kees Cook
New
[v2,2/2] qnx4: Use get_directory_fname() in qnx4_match()
qnx4: Avoid confusing compiler about buffer lengths
- - -
-
-
-
2023-11-30
Kees Cook
New
[v2,1/2] qnx4: Extract dir entry filename processing into helper
qnx4: Avoid confusing compiler about buffer lengths
- - -
-
-
-
2023-11-30
Kees Cook
New
[v2] scsi: zfcp: Replace strlcpy() with strscpy()
[v2] scsi: zfcp: Replace strlcpy() with strscpy()
1 - -
-
-
-
2023-11-30
Kees Cook
New
[v2,3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-11-30
Kees Cook
New
[v2,2/3] kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-11-30
Kees Cook
New
[v2,1/3] kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-11-30
Kees Cook
New
hwmon: (pc87360) Bounds check data->innr usage
hwmon: (pc87360) Bounds check data->innr usage
- 1 -
-
-
-
2023-11-30
Kees Cook
New
netlink: Return unsigned value for nla_len()
netlink: Return unsigned value for nla_len()
- 1 -
-
-
-
2023-11-30
Kees Cook
New
[2/2] qnx4: Use get_directory_fname() in qnx4_match()
qnx4: Avoid confusing compiler about buffer lengths
- - -
-
-
-
2023-11-18
Kees Cook
New
[1/2] qnx4: Extract dir entry filename processing into helper
qnx4: Avoid confusing compiler about buffer lengths
- - -
-
-
-
2023-11-18
Kees Cook
New
MAINTAINERS: Add netdev subsystem profile link
MAINTAINERS: Add netdev subsystem profile link
- - -
-
-
-
2023-11-16
Kees Cook
New
[3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-11-16
Kees Cook
New
[2/3] kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-11-16
Kees Cook
New
[1/3] kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
kernfs: Convert from strlcpy() to strscpy()
- - -
-
-
-
2023-11-16
Kees Cook
New
samples: Replace strlcpy() with strscpy()
samples: Replace strlcpy() with strscpy()
1 - -
-
-
-
2023-11-16
Kees Cook
New
usb: gadget: f_midi: Replace strlcpy() with strscpy()
usb: gadget: f_midi: Replace strlcpy() with strscpy()
- - -
-
-
-
2023-11-16
Kees Cook
New
scsi: zfcp: Replace strlcpy() with strscpy()
scsi: zfcp: Replace strlcpy() with strscpy()
- - -
-
-
-
2023-11-16
Kees Cook
New
dma-buf: Replace strlcpy() with strscpy()
dma-buf: Replace strlcpy() with strscpy()
- 1 -
-
-
-
2023-11-16
Kees Cook
New
parisc: Replace strlcpy() with strscpy()
parisc: Replace strlcpy() with strscpy()
- - -
-
-
-
2023-11-16
Kees Cook
New
hwmon: Explicitly initialize nct6775_sio_names indexes
hwmon: Explicitly initialize nct6775_sio_names indexes
- - -
-
-
-
2023-11-16
Kees Cook
New
SUNRPC: Replace strlcpy() with strscpy()
SUNRPC: Replace strlcpy() with strscpy()
- 1 -
-
-
-
2023-11-14
Kees Cook
New
[GIT,PULL] hardening fixes for v6.7-rc2
[GIT,PULL] hardening fixes for v6.7-rc2
- - -
-
-
-
2023-11-14
Kees Cook
New
gcc-plugins: randstruct: Only warn about true flexible arrays
gcc-plugins: randstruct: Only warn about true flexible arrays
1 1 -
-
-
-
2023-11-04
Kees Cook
New
[GIT,PULL] execve updates for v6.7-rc1
[GIT,PULL] execve updates for v6.7-rc1
- - -
-
-
-
2023-10-30
Kees Cook
New
[GIT,PULL] pstore updates for v6.7-rc1
[GIT,PULL] pstore updates for v6.7-rc1
- - -
-
-
-
2023-10-30
Kees Cook
New
[GIT,PULL] hardening updates for v6.7-rc1
[GIT,PULL] hardening updates for v6.7-rc1
- - -
-
-
-
2023-10-30
Kees Cook
New
[v3] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
[v3] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
- - -
-
-
-
2023-10-27
Kees Cook
New
[v2] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
[v2] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
- - -
-
-
-
2023-10-26
Kees Cook
New
[RFC] wifi: wil6210: Replace strlcat() usage with seq_buf
[RFC] wifi: wil6210: Replace strlcat() usage with seq_buf
- - -
-
-
-
2023-10-26
Kees Cook
New
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_cstr()
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_cstr()
- - -
-
-
-
2023-10-26
Kees Cook
New
[GIT,PULL] seccomp fix for v6.6-rc7
[GIT,PULL] seccomp fix for v6.6-rc7
- - -
-
-
-
2023-10-19
Kees Cook
New
MAINTAINERS: Include stackleak paths in hardening entry
MAINTAINERS: Include stackleak paths in hardening entry
1 - -
-
-
-
2023-10-19
Kees Cook
New
[v3] bcachefs: Refactor memcpy into direct assignment
[v3] bcachefs: Refactor memcpy into direct assignment
- - -
-
-
-
2023-10-18
Kees Cook
New
string: Adjust strtomem_pad() logic to allow for smaller sources
string: Adjust strtomem_pad() logic to allow for smaller sources
- - 1
-
-
-
2023-10-18
Kees Cook
New
[v2] bcachefs: Refactor bkey_i to use a flexible array
[v2] bcachefs: Refactor bkey_i to use a flexible array
- 2 -
-
-
-
2023-10-16
Kees Cook
New
Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name
Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name
- - -
-
-
-
2023-10-11
Kees Cook
New
bcachefs: Refactor bkey_i to use a flexible array
bcachefs: Refactor bkey_i to use a flexible array
- - -
-
-
-
2023-10-10
Kees Cook
New
[v2] wifi: p54: Annotate struct p54_cal_database with __counted_by
[v2] wifi: p54: Annotate struct p54_cal_database with __counted_by
- 1 -
-
-
-
2023-10-09
Kees Cook
New
randstruct: Fix gcc-plugin performance mode to stay in group
randstruct: Fix gcc-plugin performance mode to stay in group
- - -
-
-
-
2023-10-08
Kees Cook
New
wifi: intersil: hostap: Annotate struct prism2_download_data with __counted_by
wifi: intersil: hostap: Annotate struct prism2_download_data with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
perf/x86/rapl: Annotate struct rapl_pmus with __counted_by
perf/x86/rapl: Annotate struct rapl_pmus with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
driver core: platform: Annotate struct irq_affinity_devres with __counted_by
driver core: platform: Annotate struct irq_affinity_devres with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
drm/i915/guc: Annotate struct ct_incoming_msg with __counted_by
drm/i915/guc: Annotate struct ct_incoming_msg with __counted_by
- 2 -
-
-
-
2023-10-06
Kees Cook
New
Input: Annotate struct ff_device with __counted_by
Input: Annotate struct ff_device with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_by
mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_by
mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
wifi: p54: Annotate struct p54_cal_database with __counted_by
wifi: p54: Annotate struct p54_cal_database with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
wifi: rtw89: coex: Annotate struct rtw89_btc_btf_set_slot_table with __counted_by
wifi: rtw89: coex: Annotate struct rtw89_btc_btf_set_slot_table with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
pinctrl: samsung: Annotate struct exynos_muxed_weint_data with __counted_by
pinctrl: samsung: Annotate struct exynos_muxed_weint_data with __counted_by
- 1 -
-
-
-
2023-10-06
Kees Cook
New
bpf: Annotate struct bpf_stack_map with __counted_by
bpf: Annotate struct bpf_stack_map with __counted_by
1 1 -
-
-
-
2023-10-06
Kees Cook
New
[v2] nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
[v2] nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
- 2 -
-
-
-
2023-10-05
Kees Cook
New
MAINTAINERS: Include sof headers under ASoC
MAINTAINERS: Include sof headers under ASoC
- - -
-
-
-
2023-10-05
Kees Cook
New
MAINTAINERS: Include additional ASoC paths
MAINTAINERS: Include additional ASoC paths
1 - -
-
-
-
2023-10-04
Kees Cook
New
nexthop: Annotate struct nh_group with __counted_by
nexthop: Annotate struct nh_group with __counted_by
- 1 -
-
-
-
2023-10-04
Kees Cook
New
Documentation: embargoed-hardware-issues.rst: Clarify prenotifaction
Documentation: embargoed-hardware-issues.rst: Clarify prenotifaction
- - -
-
-
-
2023-10-04
Kees Cook
New
drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by
drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by
- 2 -
-
-
-
2023-10-03
Kees Cook
New
ASoC: soc-dapm: Annotate struct snd_soc_dapm_widget_list with __counted_by
ASoC: soc-dapm: Annotate struct snd_soc_dapm_widget_list with __counted_by
- 1 -
-
-
-
2023-10-03
Kees Cook
New
dmaengine: fsl-edma: Annotate struct struct fsl_edma_engine with __counted_by
dmaengine: fsl-edma: Annotate struct struct fsl_edma_engine with __counted_by
- 1 -
-
-
-
2023-10-03
Kees Cook
New
nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
- 2 -
-
-
-
2023-10-03
Kees Cook
New
nexthop: Annotate struct nh_notifier_grp_info with __counted_by
nexthop: Annotate struct nh_notifier_grp_info with __counted_by
- 2 -
-
-
-
2023-10-03
Kees Cook
New
netlink: Annotate struct netlink_policy_dump_state with __counted_by
netlink: Annotate struct netlink_policy_dump_state with __counted_by
- 1 -
-
-
-
2023-10-03
Kees Cook
New
nfp: nsp: Annotate struct nfp_eth_table with __counted_by
nfp: nsp: Annotate struct nfp_eth_table with __counted_by
1 1 -
-
-
-
2023-10-03
Kees Cook
New
nfp: Annotate struct nfp_reprs with __counted_by
nfp: Annotate struct nfp_reprs with __counted_by
1 1 -
-
-
-
2023-10-03
Kees Cook
New
i40e: Annotate struct i40e_qvlist_info with __counted_by
i40e: Annotate struct i40e_qvlist_info with __counted_by
- 1 -
-
-
-
2023-10-03
Kees Cook
New
flow_offload: Annotate struct flow_action_entry with __counted_by
flow_offload: Annotate struct flow_action_entry with __counted_by
- 1 -
-
-
-
2023-10-03
Kees Cook
New
«
1
2
3
4
…
7
8
»