You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s390/ipl: Fix incorrect initialization of nvme dump block
JIRA: https://issues.redhat.com/browse/RHEL-86670
commit 7faacae
Author: Alexander Egorenkov <[email protected]>
Date: Fri May 10 12:41:26 2024 +0200
s390/ipl: Fix incorrect initialization of nvme dump block
Initialize the correct fields of the nvme dump block.
This bug had not been detected before because first, the fcp and nvme fields
of struct ipl_parameter_block are part of the same union and, therefore,
overlap in memory and second, they are identical in structure and size.
Fixes: d70e38c ("s390: nvme dump support")
Reviewed-by: Heiko Carstens <[email protected]>
Signed-off-by: Alexander Egorenkov <[email protected]>
Signed-off-by: Alexander Gordeev <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
0 commit comments