]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Mar 2016 01:14:07 +0000 (17:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Mar 2016 01:14:07 +0000 (17:14 -0800)
commitbb02aa7e3a7776f8eb6cf34be9a8e6a0b7ee87c1
treec86c6c811234dffb16fd3c10bfa6c35ddeb21e1a
parenta3140c626d981ac7e0a65cf6b7047786f8110503
parent919a9bd360236f285166063c54443cc4393e8a55
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending

Pull SCSI target bug fix from Nicholas Bellinger:
 "Here is an outstanding target-core bug-fix for v4.5 code."

  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"

* git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
  target: Drop incorrect ABORT_TASK put for completed commands