> James, Martin, I do not know how you coordinate your work, however is > there any chance that the two fixes sitting in > > https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/log/?h=postmerge > > get merged anytime soon? Ugh. Linus, these two commits were in a separate postmerge branch due to a dependency on changes merged for 5.4 in the block tree. The patches fix two issues in the intersection of the request cleanup changes from block (b7e9e1fb7a92) and the request batching changes (8930a6c20791) that were made to SCSI during the 5.4 cycle. The following changes since commit 10fd71780f7d155f4e35fecfad0ebd4a725a244b: Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2019-09-21 10:50:15 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git tags/mkp-scsi-postmerge for you to fetch changes up to 6b6fa7a5c86e1269d9f0c9a5b902072351317387: scsi: core: fix dh and multipathing for SCSI hosts without request batching (2019-09-23 21:34:34 -0400) ---------------------------------------------------------------- Steffen Maier (2): scsi: core: fix missing .cleanup_rq for SCSI hosts without request batching scsi: core: fix dh and multipathing for SCSI hosts without request batching drivers/scsi/scsi_lib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Martin K. Petersen Oracle Linux Engineering