Skip to content

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Nov 14, 2025

Pull request for series with
subject: block: Replace deprecated strcpy in devt_from_devname
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1022975

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 14, 2025

Upstream branch: 6da43bb
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 16, 2025

Upstream branch: f824272
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1022975=>linus-master branch from e033e1b to 4f88590 Compare November 16, 2025 07:46
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 00d5e5c to d782508 Compare November 17, 2025 00:45
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 17, 2025

Upstream branch: f824272
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1022975=>linus-master branch from 4f88590 to 0f52784 Compare November 17, 2025 00:57
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from d782508 to 6099a4d Compare November 17, 2025 23:44
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 17, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1022975=>linus-master branch from 0f52784 to 62b8c3b Compare November 17, 2025 23:58
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 6099a4d to 5121c4d Compare November 18, 2025 02:19
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 18, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1022975=>linus-master branch from 62b8c3b to 0fd25f4 Compare November 18, 2025 02:31
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 5121c4d to 4458758 Compare November 19, 2025 00:24
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 19, 2025

Upstream branch: 8b69055
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1022975=>linus-master branch from 0fd25f4 to a3c5b10 Compare November 19, 2025 00:34
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 4458758 to 6f43942 Compare November 21, 2025 09:45
Use strnlen() and sizeof(s) instead of hard-coding 31 bytes.

strcpy() is deprecated and uses an additional strlen() internally; use
memcpy() directly since we already know the length of 'name' and that it
is guaranteed to be NUL-terminated.

Link: KSPP/linux#88
Signed-off-by: Thorsten Blum <[email protected]>
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 21, 2025

Upstream branch: fd95357
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022975
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1022975=>linus-master branch from a3c5b10 to 9ffc984 Compare November 21, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants