summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorFinn Callies <fcallies@linux.ibm.com>2026-07-23 17:00:38 +0200
committerVasily Gorbik <gor@linux.ibm.com>2026-07-31 13:31:30 +0200
commitbdce129e44dfc908762b63dc18d405046f05a325 (patch)
tree0301df2523110037dee64402b59ecabfde184e5c /scripts/objdiff
parent2d6b38e6619b821f31d52e0abab14560f69dedd3 (diff)
downloadlinux-bdce129e44dfc908762b63dc18d405046f05a325.tar.gz
linux-bdce129e44dfc908762b63dc18d405046f05a325.zip
s390/ap: Fix queue depth field length
The queue depth field is defined as a 5 bit field in the Z architecture instead of a 4 bit field. The queue depth (qd) can be in range 0-31 and is reported in bits 59-63 of the TAPQ response. Currently this has no effect as all CEX generations report a queue depth of 7, which fits into 4 bits. However, future CEX generations reporting a value >15 would not be properly reflected by the ap bus and therefore all user space applications relying on it. Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Finn Callies <fcallies@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions