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

Ricardo B. Marliere posted 6 patches 1 year, 9 months ago
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(-)
[PATCH 0/6] s390: constify struct class usage
Posted by Ricardo B. Marliere 1 year, 9 months ago
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@marliere.net>
---
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(-)
---
base-commit: 6a42aaf8e867f4876370c3d482ee0c21769dff58
change-id: 20240305-class_cleanup-s390-d57f7ccc15c9

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>
Re: [PATCH 0/6] s390: constify struct class usage
Posted by Heiko Carstens 1 year, 9 months ago
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@marliere.net>
> ---
> 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!