Merge tag 's390-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Alexander Gordeev: - Fix NULL pointer dereference in program check handler - Fake IRBs are important events relevant for problem analysis. Add traces when queueing and delivering - Fix a race condition in ccw_device_set_online() that can cause the online process to fail - Deferred condition code 1 response indicates that I/O was not started and should be retried. The current QDIO implementation handles a cc1 response as an error, resulting in a failed QDIO setup. Fix that by retrying the setup when a cc1 response is received * tag 's390-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/mm: Fix NULL pointer dereference s390/cio: log fake IRB events s390/cio: fix race condition during online processing s390/qdio: handle deferred cc1
No related branches found
No related tags found
Showing
- arch/s390/kernel/entry.S 2 additions, 1 deletionarch/s390/kernel/entry.S
- drivers/s390/cio/device.c 8 additions, 5 deletionsdrivers/s390/cio/device.c
- drivers/s390/cio/device_fsm.c 5 additions, 0 deletionsdrivers/s390/cio/device_fsm.c
- drivers/s390/cio/device_ops.c 8 additions, 0 deletionsdrivers/s390/cio/device_ops.c
- drivers/s390/cio/qdio_main.c 23 additions, 5 deletionsdrivers/s390/cio/qdio_main.c
Loading
Please register or sign in to comment