mbox series

[0/9] tcmu: configuration fixes and cleanups

Message ID 1532372871-7128-1-git-send-email-mchristi@redhat.com (mailing list archive)
Headers show
Series tcmu: configuration fixes and cleanups | expand

Message

Mike Christie July 23, 2018, 7:07 p.m. UTC
The following patches were made over Martin's for-next branch.

The first patch fixes a locking bug in the command setup path. The rest
of the patches fix several bugs and cleanup the setup and configuration
code paths.


--
To unsubscribe from this list: send the line "unsubscribe target-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Xiubo Li July 26, 2018, 5:07 a.m. UTC | #1
On 2018/7/24 3:07, Mike Christie wrote:
> The following patches were made over Martin's for-next branch.
>
> The first patch fixes a locking bug in the command setup path. The rest
> of the patches fix several bugs and cleanup the setup and configuration
> code paths.
It looks good to me.

This is also fixing the following TCMU crash:
"[PATCH] tcmu: fix crash for dereferencing the released udev->mb_addr 
memory"

Thanks.

>
> --
> To unsubscribe from this list: send the line "unsubscribe target-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe target-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Martin K. Petersen July 31, 2018, 2:47 a.m. UTC | #2
Mike,

> The first patch fixes a locking bug in the command setup path. The
> rest of the patches fix several bugs and cleanup the setup and
> configuration code paths.

Applied to 4.19/scsi-queue. Thanks!