On Fri, Apr 19, 2024, at 14:15, Heiko Carstens wrote: > > Plus we need to fix the potential bug you introduced with commit > 42af6bcbc351 ("tty: hvc-iucv: fix function pointer casts"). But at > least this is also iucv_bus related. > > Alexandra, Thorsten, any objections if CONFIG_IUCV would be changed so > it can only be compiled in or out, but not as a module anymore? You can also just drop the iucv_exit() function, making the module non-removable when it has an init function but no exit. Arnd