[PATCH v3 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]> |
To: Christian Borntraeger <[email protected]> To: Janosch Frank <[email protected]> To: Claudio Imbrenda <[email protected]> Cc: David Hildenbrand <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Vasily Gorbik <[email protected]> Cc: Alexander Gordeev <[email protected]> Cc: Sven Schnelle <[email protected]> Cc: Christoph Schlameuss <[email protected]> Cc: Harald Freudenberger <[email protected]> Cc: Steffen Eiden <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [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 v3: - Add R-b from Christoph for patch 1 - Improved commit message in patch 1 - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - Add Ack from Claudio - 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]>