Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753277AbcCLDv4 (ORCPT ); Fri, 11 Mar 2016 22:51:56 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:33582 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751917AbcCLDvy (ORCPT ); Fri, 11 Mar 2016 22:51:54 -0500 Message-ID: <1457754711.4062.95.camel@haakon3.risingtidesystems.com> Subject: [GIT PULL] target fixes for v4.5 From: "Nicholas A. Bellinger" To: Linus Torvalds Cc: target-devel , linux-scsi , LKML Date: Fri, 11 Mar 2016 19:51:51 -0800 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: 742 Lines: 25 Hi Linus, Here is the outstanding target-core bug-fix for v4.5 code. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master This patch addresses a recent Task Management (TMR) regression related to larger set of multi-port LUN_RESET bug-fixes in v4.5-rc5. It drops a left-over target_put_sess_cmd() of se_cmd->cmd_kref within ABORT_TASK failure path, once a se_cmd descriptor has already completed posting response to fabric driver logic, and must be skipped during normal ABORT_TASK se_cmd->tag lookup. Thank you, --nab Nicholas Bellinger (1): target: Drop incorrect ABORT_TASK put for completed commands drivers/target/target_core_tmr.c | 1 - 1 file changed, 1 deletion(-)