On 11/13/23 17:37, Mike Christie wrote:
Add some kunit tests for scsi_check_passthrough so we can easily make sure we are hitting the cases it's difficult to replicate in hardware or even
^^^^^^^^^^ It seems like the words "for which" are missing here?
+config SCSI_KUNIT_TEST + tristate "KUnit tests for SCSI Mid Layer" if !KUNIT_ALL_TESTS + depends on KUNIT + default KUNIT_ALL_TESTS + help + Run SCSI Mid Layer's KUnit tests. + + If unsure say N. +
Is a help text required for KUNIT Kconfig entries or is this something that can be left out? Please rename SCSI_KUNIT_TEST into SCSI_LIB_KUNIT_TEST such that different unit tests can be selected individually. More tests will be added by my patch series that improves zoned write performance. Thanks, Bart.