On Fri, Jun 28, 2024 at 06:37:38PM +0200, Eric Farman wrote: > The processing of a Transfer-In-Channel (TIC) CCW requires locating > the target of the CCW in the channel program, and updating the > address to reflect what will actually be sent to hardware. > > An error exists where the 64-bit virtual address is truncated to > 32-bits (variable "cda") when performing this math. Since s390 > addresses of that size are 31-bits, this leaves that additional > bit enabled such that the resulting I/O triggers a channel > program check. This shows up occasionally when booting a KVM > guest from a passthrough DASD device: > > ..snip... ... > drivers/s390/cio/vfio_ccw_cp.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) Applied, thanks!