public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] s390: constify struct class usage
@ 2024-03-05 11:25 Ricardo B. Marliere
  2024-03-05 11:25 ` [PATCH 1/6] s390: zcrypt: make zcrypt_class constant Ricardo B. Marliere
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Ricardo B. Marliere @ 2024-03-05 11:25 UTC (permalink / raw)
  To: Harald Freudenberger, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Christian Borntraeger, Sven Schnelle
  Cc: linux-s390, linux-kernel, Ricardo B. Marliere, Greg Kroah-Hartman

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>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-03-08 16:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 11:25 [PATCH 0/6] s390: constify struct class usage Ricardo B. Marliere
2024-03-05 11:25 ` [PATCH 1/6] s390: zcrypt: make zcrypt_class constant Ricardo B. Marliere
2024-03-08 14:19   ` Harald Freudenberger
2024-03-08 14:38     ` Ricardo B. Marliere
2024-03-08 14:44       ` Heiko Carstens
2024-03-08 16:49         ` Ricardo B. Marliere
2024-03-05 11:25 ` [PATCH 2/6] s390: vmur: make vmur_class constant Ricardo B. Marliere
2024-03-05 11:25 ` [PATCH 3/6] s390: vmlogrdr: make vmlogrdr_class constant Ricardo B. Marliere
2024-03-05 11:25 ` [PATCH 4/6] s390: tape: make tape_class constant Ricardo B. Marliere
2024-03-05 11:25 ` [PATCH 5/6] s390: raw3270: improve raw3270_init() readability Ricardo B. Marliere
2024-03-05 11:25 ` [PATCH 6/6] s390: raw3270: make class3270 constant Ricardo B. Marliere
2024-03-08 16:19 ` [PATCH 0/6] s390: constify struct class usage Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox