[PATCH v2 0/2] s390: uv: Various fixes for UV secrets
Steffen Eiden <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Steffen Eiden <[email protected]> --- Fix some issues in the retrieve secret infrastructure. First, fix the issue that the loop in uv_find_secret cannot ran more that one round. Second, fix a potential out of bounds issue in find_secret_in_page. Changes in v2: - Add patch that fixes a potential out-of-bounds access in find_secret_in_page - Link to v1: https://lore.kernel.org/r/[email protected] --- Steffen Eiden (2): s390: uv: Fix loop condition in uv_find_secrets s390: uv: Prevent potential out-of-bounds read arch/s390/kernel/uv.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --- base-commit: d58772d8520c7ef247c4b95c9bd76d3a25da9ff5 change-id: 20260811-uv_secrets_fix-58a63b4a4ec4 Best regards, -- Steffen Eiden <[email protected]>