Linux block layer
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] block: Remove skd driver
@ 2021-02-04  8:43 Damien Le Moal
  2021-02-04  8:43 ` [RFC PATCH 2/2] block: revert "block: fix bd_size_lock use" Damien Le Moal
  2021-02-04 14:46 ` [RFC PATCH 0/2] block: Remove skd driver Jens Axboe
  0 siblings, 2 replies; 13+ messages in thread
From: Damien Le Moal @ 2021-02-04  8:43 UTC (permalink / raw)
  To: linux-block, Jens Axboe; +Cc: Christoph Hellwig

Hi Jens,

Instead of spending time fixing the skd driver to (at the very least)
fix the call to set_capacity() with IRQ disabled, I am proposing to
simply remove this driver. The STEC S1220 cards are EOL since 2014 and
not supported by the vendor since several years ago. Given that these
SSDs are very slow by today's NVMe standard, I do not think it is
worthwhile to maintain this driver with newer kernel versions. I will
keep addressing any problem that shows up with LTS versions.

The first patch removes the skd driver and the second patch reverts
commit 0fe37724f8e7 ("block: fix bd_size_lock use") as the skd driver
was the one driver that needed this (not so nice) fix.

Please let me know what you think about this.

Damien Le Moal (2):
  block: remove skd driver
  block: revert "block: fix bd_size_lock use"

 MAINTAINERS               |    6 -
 block/genhd.c             |    5 +-
 block/partitions/core.c   |    6 +-
 drivers/block/Kconfig     |   10 -
 drivers/block/Makefile    |    2 -
 drivers/block/skd_main.c  | 3670 -------------------------------------
 drivers/block/skd_s1120.h |  322 ----
 7 files changed, 4 insertions(+), 4017 deletions(-)
 delete mode 100644 drivers/block/skd_main.c
 delete mode 100644 drivers/block/skd_s1120.h

-- 
2.29.2


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

end of thread, other threads:[~2021-02-04 19:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-04  8:43 [RFC PATCH 0/2] block: Remove skd driver Damien Le Moal
2021-02-04  8:43 ` [RFC PATCH 2/2] block: revert "block: fix bd_size_lock use" Damien Le Moal
2021-02-04  9:01   ` Johannes Thumshirn
2021-02-04  9:03     ` Damien Le Moal
2021-02-04  9:14       ` Johannes Thumshirn
2021-02-04  9:16         ` Damien Le Moal
2021-02-04  9:20         ` Damien Le Moal
2021-02-04  9:25           ` Johannes Thumshirn
2021-02-04  9:26             ` Damien Le Moal
2021-02-04 14:46 ` [RFC PATCH 0/2] block: Remove skd driver Jens Axboe
2021-02-04 14:52   ` Damien Le Moal
2021-02-04 14:54     ` Jens Axboe
2021-02-04 14:57       ` Damien Le Moal

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