From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754609AbdBGN0T (ORCPT ); Tue, 7 Feb 2017 08:26:19 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:41072 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754203AbdBGN0N (ORCPT ); Tue, 7 Feb 2017 08:26:13 -0500 From: "Nicholas A. Bellinger" To: target-devel Cc: linux-scsi , lkml , Nicholas Bellinger Subject: [PATCH 0/5] target: Miscellaneous bug-fixes for >= v4.10 Date: Tue, 7 Feb 2017 13:17:45 +0000 Message-Id: <1486473470-15837-1-git-send-email-nab@linux-iscsi.org> X-Mailer: git-send-email 1.7.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nicholas Bellinger Hi all, This series contains a handful of bug-fixes that I've been validating on v4.1.y code for production usage over the past couple of months. All of these are long-standing issues that I don't think other folks have been able to hit (or at least not reported), but have been reproduced by Datera's QA team and/or have been reported by customers. Most of the patches are straight-forward fixes have been running in Datera's nightly automation for weeks to months. The one exception in patch #1 is a >= v4.2 RCU regression bug-fix reported by Benjamin Estrabaud a while back, that re-instates pre RCU conversion logic that kills a bogus BUG_ON() during dynamic -> explicit se_node_acl conversion. Please review. --nab Nicholas Bellinger (5): target: Don't BUG_ON during NodeACL dynamic -> explicit conversion target: Use correct SCSI status during EXTENDED_COPY exception target: Fix early transport_generic_handle_tmr abort scenario target: Fix multi-session dynamic se_node_acl double free OOPs target: Fix COMPARE_AND_WRITE ref leak for non GOOD status drivers/target/target_core_device.c | 16 +++++-- drivers/target/target_core_sbc.c | 8 +++- drivers/target/target_core_tpg.c | 4 +- drivers/target/target_core_transport.c | 86 +++++++++++++++++++++++----------- drivers/target/target_core_xcopy.c | 2 +- include/target/target_core_base.h | 1 + 6 files changed, 80 insertions(+), 37 deletions(-) -- 1.9.1