Re: [PATCH 0/6] s390: constify struct class usage

From: Heiko Carstens
Date: Fri Mar 08 2024 - 11:19:49 EST


On Tue, Mar 05, 2024 at 08:25:18AM -0300, Ricardo B. Marliere wrote:
> This is a simple and straight forward cleanup series that aims to make the
> class structures in s390 constant. This has been possible since 2023 [1].
>
> [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/
>
> Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>
> ---
> Ricardo B. Marliere (6):
> s390: zcrypt: make zcrypt_class constant
> s390: vmur: make vmur_class constant
> s390: vmlogrdr: make vmlogrdr_class constant
> s390: tape: make tape_class constant
> s390: raw3270: improve raw3270_init() readability
> s390: raw3270: make class3270 constant
>
> drivers/s390/char/fs3270.c | 8 ++++----
> drivers/s390/char/raw3270.c | 32 ++++++++++++++++++++------------
> drivers/s390/char/raw3270.h | 2 +-
> drivers/s390/char/tape_class.c | 17 ++++++++---------
> drivers/s390/char/vmlogrdr.c | 19 +++++++++----------
> drivers/s390/char/vmur.c | 18 +++++++++---------
> drivers/s390/crypto/zcrypt_api.c | 33 +++++++++++++++++----------------
> 7 files changed, 68 insertions(+), 61 deletions(-)

Series applied, thanks!