From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753999AbeBBSR3 (ORCPT ); Fri, 2 Feb 2018 13:17:29 -0500 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:50094 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753039AbeBBSRR (ORCPT ); Fri, 2 Feb 2018 13:17:17 -0500 Message-ID: <1517595432.3137.24.camel@HansenPartnership.com> Subject: [GIT PULL] SCSI postmerge updates for the 4.15+ merge window From: James Bottomley To: Andrew Morton , Linus Torvalds Cc: linux-scsi , linux-kernel Date: Fri, 02 Feb 2018 19:17:12 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a set of three patches that depended on mq and zone changes in the block tree (now upstream). The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-postmerge The short changelog is: Bart Van Assche (1): scsi: scsi-mq-debugfs: Show more information Damien Le Moal (2): scsi: sd: Remove zone write locking scsi: sd_zbc: Initialize device request queue zoned data And the diffstat: drivers/scsi/scsi_debugfs.c | 40 +++++++- drivers/scsi/sd.c | 41 +------- drivers/scsi/sd.h | 11 --- drivers/scsi/sd_zbc.c | 235 +++++++++++++++++++++++++++----------------- include/scsi/scsi_cmnd.h | 3 +- 5 files changed, 187 insertions(+), 143 deletions(-) James