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
KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query
The __insn32_query() function incorrectly uses the RRF instruction format
for both the SORTL (RRE format) and DFLTCC (RRF format) instructions.
To fix this issue, add separate query functions for SORTL and DFLTCC that
use the appropriate instruction formats.
Additionally pass the query operand as a pointer to the entire array
of 32 elements to slightly optimize performance and readability.
Fixes: d668139 ("KVM: s390: provide query function for instructions returning 32 byte")
Suggested-by: Heiko Carstens <[email protected]>
Reviewed-by: Juergen Christ <[email protected]>
Signed-off-by: Hariharan Mari <[email protected]>
Signed-off-by: Janosch Frank <[email protected]>
0 commit comments