ibm-s390-linux / s390-tools

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

zdev: Trigger generic_ccw devices on any kernel module loads. #45

Closed xnox closed 5 years ago

xnox commented 5 years ago

Generic CCW device can use any driver, and the value of the driver is not known ahead of time. To avoid the race between loading and binding a kernel module, and devices added - retrigger generic-ccw devices on any kernel module load.

Fixes https://github.com/ibm-s390-tools/s390-tools/issues/37 LP: #1794308

Signed-off-by: Dimitri John Ledkov xnox@ubuntu.com

xnox commented 5 years ago

@oberpar fixed up

hoeppnerj commented 5 years ago

Thanks for the contribution. Pulled and integrated internally.