Re: [PATCH 0/6] s390: Unify IUCV device allocation

From: Alexandra Winter
Date: Tue May 07 2024 - 05:47:50 EST




On 06.05.24 21:44, Heiko Carstens wrote:
> Unify IUCV device allocation as suggested by Arnd Bergmann in order
> to get rid of code duplication in various device drivers.
>
> This also removes various warnings caused by
> -Wcast-function-type-strict as reported by Nathan Lynch.
>
> Unless there are objections I think this whole series should go via
> the s390 tree.
>
> Heiko Carstens (6):
> s390/iucv: Provide iucv_alloc_device() / iucv_release_device()
> s390/vmlogrdr: Make use of iucv_alloc_device()
> s390/netiucv: Make use of iucv_alloc_device()
> s390/smsgiucv_app: Make use of iucv_alloc_device()
> tty: hvc-iucv: Make use of iucv_alloc_device()
> s390/iucv: Unexport iucv_root
>
> drivers/s390/char/vmlogrdr.c | 20 +++--------------
> drivers/s390/net/netiucv.c | 20 ++++-------------
> drivers/s390/net/smsgiucv_app.c | 21 +++++-------------
> drivers/tty/hvc/hvc_iucv.c | 15 ++-----------
> include/net/iucv/iucv.h | 7 +++++-
> net/iucv/iucv.c | 38 +++++++++++++++++++++++++++++++--
> 6 files changed, 56 insertions(+), 65 deletions(-)
>

Thank you, Heiko.
For the series:
Acked-by: Alexandra Winter <wintera@xxxxxxxxxxxxx>