Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbbHSFsO (ORCPT ); Wed, 19 Aug 2015 01:48:14 -0400 Received: from mail.linux-iscsi.org ([67.23.28.174]:36681 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbbHSFsL (ORCPT ); Wed, 19 Aug 2015 01:48:11 -0400 Message-ID: <1439963289.28553.124.camel@haakon3.risingtidesystems.com> Subject: [GIT PULL] target fixes for v4.2-rc7 From: "Nicholas A. Bellinger" To: Linus Torvalds Cc: target-devel , linux-scsi , LKML Date: Tue, 18 Aug 2015 22:48:09 -0700 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 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 Content-Length: 1652 Lines: 44 Hi Linus, Here are the outstanding target-pending fixes for v4.2-rc7 code. Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master It contains a v4.2-rc specific RCU module unload regression bug-fix, a long-standing iscsi-target bug-fix for duplicate target_xfer_tags during NOP processing from Alexei, and two more small REPORT_LUNs emulation related patches to make Solaris FC host LUN scanning happy from Roland. There is also one patch not included that allows target-core to limit the number of fabric driver SGLs per I/O request using residuals, that is currently required as a work-around for FC hosts which don't honor EVPD block-limits settings. At this point, it will most likely become for-next material. Thank you, --nab Alexei Potashnik (1): target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT Nicholas Bellinger (1): target: Perform RCU callback barrier before backend/fabric unload Roland Dreier (2): target: REPORT LUNS should return LUN 0 even for dynamic ACLs target: Fix handling of small allocation lengths in REPORT LUNS drivers/target/iscsi/iscsi_target.c | 4 ++-- drivers/target/target_core_configfs.c | 9 ++++++- drivers/target/target_core_hba.c | 10 +++++++- drivers/target/target_core_spc.c | 44 ++++++++++++++++++++--------------- 4 files changed, 44 insertions(+), 23 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/