All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] s390/dasd: string handling cleanups
@ 2023-12-15 15:28 Stefan Haberland
  2023-12-15 15:28 ` [PATCH 01/10] s390/dasd: Simplify uid string generation Stefan Haberland
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Stefan Haberland @ 2023-12-15 15:28 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Jan Hoeppner, linux-s390, Heiko Carstens,
	Vasily Gorbik, Christian Borntraeger

Hi Jens,

please apply the following patches for the next merge window.
They clean up the string handling in the DASD driver.

Jan Höppner (10):
  s390/dasd: Simplify uid string generation
  s390/dasd: Use sysfs_emit() over sprintf()
  s390/dasd: Remove unnecessary errorstring generation
  s390/dasd: Move allocation error message to DBF
  s390/dasd: Remove unused message logging macros
  s390/dasd: Use dev_err() over printk()
  s390/dasd: Remove %p format specifier from error messages
  s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions
  s390/dasd: Use dev_*() for device log messages
  s390/dasd: Improve ERP error messages

 drivers/s390/block/dasd.c          | 101 +++++++------------
 drivers/s390/block/dasd_3990_erp.c |  80 ++++-----------
 drivers/s390/block/dasd_alias.c    |   8 --
 drivers/s390/block/dasd_devmap.c   |  34 +++----
 drivers/s390/block/dasd_diag.c     |   4 -
 drivers/s390/block/dasd_eckd.c     | 157 +++++++++++------------------
 drivers/s390/block/dasd_eer.c      |   7 --
 drivers/s390/block/dasd_erp.c      |   9 +-
 drivers/s390/block/dasd_fba.c      |  55 ++++------
 drivers/s390/block/dasd_genhd.c    |   5 -
 drivers/s390/block/dasd_int.h      |  29 ------
 drivers/s390/block/dasd_ioctl.c    |   6 --
 drivers/s390/block/dasd_proc.c     |   5 -
 13 files changed, 153 insertions(+), 347 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-12-15 15:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 15:28 [PATCH 00/10] s390/dasd: string handling cleanups Stefan Haberland
2023-12-15 15:28 ` [PATCH 01/10] s390/dasd: Simplify uid string generation Stefan Haberland
2023-12-15 15:28 ` [PATCH 02/10] s390/dasd: Use sysfs_emit() over sprintf() Stefan Haberland
2023-12-15 15:28 ` [PATCH 03/10] s390/dasd: Remove unnecessary errorstring generation Stefan Haberland
2023-12-15 15:28 ` [PATCH 04/10] s390/dasd: Move allocation error message to DBF Stefan Haberland
2023-12-15 15:28 ` [PATCH 05/10] s390/dasd: Remove unused message logging macros Stefan Haberland
2023-12-15 15:28 ` [PATCH 06/10] s390/dasd: Use dev_err() over printk() Stefan Haberland
2023-12-15 15:28 ` [PATCH 07/10] s390/dasd: Remove %p format specifier from error messages Stefan Haberland
2023-12-15 15:28 ` [PATCH 08/10] s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions Stefan Haberland
2023-12-15 15:28 ` [PATCH 09/10] s390/dasd: Use dev_*() for device log messages Stefan Haberland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.