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. #44

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

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

xnox commented 5 years ago

Just the pull-request for now, will be testing this on my z/VMs now with generic-ccw.

xnox commented 5 years ago

nah, this is broken.