ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
62 stars 58 forks source link

correct mapping of ATTESTATION_NR when uvdevice doesn't support info IOCTL #163

Closed VasiliyS closed 3 months ago

VasiliyS commented 4 months ago

UvDevice::ATTESTATION_NR was used to set the supported uv commands as a value directly, which led to bit 0 being set.

As a result, the library (UvDeviceInfo via Display) reported that Info was supported.

steffen-eiden commented 3 months ago

Thank you for fixing the issue.

I will pick the patches, squash them and publish with the next wave of up-stream update.