[PATCH v2 0/4] target: Updates related to UASP

From: Thinh Nguyen
Date: Mon Jul 18 2022 - 22:07:04 EST


Here are some changes splitted from the series below [*]:
"[PATCH 00/36] usb: gadget: f_tcm: Enhance UASP driver"

Cc: linux-usb@xxxxxxxxxxxxxxx

Changes in v2:
- From review, remove the following patches either because they are incorrect
or not needed:
target: Don't drain empty list
target: Does tmr notify on aborted command
target: Don't remove command too early
target: Return Function Complete
target: Don't do tmr_notify on empty aborted list
target: Refactor core_tmr_abort_task
target: Don't respond TMR_LUN_DOES_NOT_EXIST for all TMR failure
target: Introduce target_submit_tmr_fail_response
target: Include INQUIRY length
- Minor fixes to the remaining patches


[*] https://lore.kernel.org/linux-usb/cover.1657149962.git.Thinh.Nguyen@xxxxxxxxxxxx/





Thinh Nguyen (4):
target: Handle MI_REPORT_SUPPORTED_OPERATION_CODES
target: Implement TMR_ABORT_TASK_SET
target: Properly set Sense Data Length of CHECK CONDITION
target: Properly set Sense data length when copy sense

drivers/target/target_core_alua.c | 70 ++++++++++++++++++++++++++
drivers/target/target_core_alua.h | 2 +
drivers/target/target_core_spc.c | 14 +++++-
drivers/target/target_core_tmr.c | 16 ++++--
drivers/target/target_core_transport.c | 21 ++++++--
5 files changed, 111 insertions(+), 12 deletions(-)


base-commit: 88a15fbb47db483d06b12b1ae69f114b96361a96
--
2.28.0