mbox series

[0/1] sending DASD patches through linux-block

Message ID 20190801110630.82432-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series sending DASD patches through linux-block | expand

Message

Stefan Haberland Aug. 1, 2019, 11:06 a.m. UTC
Hi Jens,

we would like to get our DASD related patches upstream through your
linux-block git tree in the future.
We hope to get a better integration and that we are able to identify
potential conflicts with generic blocklayer changes earlier.

I hope this is OK for you. I have attached a first patch that fixes a
bug in the DASD driver. This patch is based on the master branch of your
linux-block git tree.

Please let me know if I should change something in my workflow.

Kind regards,
Stefan

Stefan Haberland (1):
  s390/dasd: fix endless loop after read unit address configuration

 drivers/s390/block/dasd_alias.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Comments

Jens Axboe Aug. 2, 2019, 2:47 a.m. UTC | #1
On 8/1/19 5:06 AM, Stefan Haberland wrote:
> Hi Jens,
> 
> we would like to get our DASD related patches upstream through your
> linux-block git tree in the future.
> We hope to get a better integration and that we are able to identify
> potential conflicts with generic blocklayer changes earlier.
> 
> I hope this is OK for you. I have attached a first patch that fixes a
> bug in the DASD driver. This patch is based on the master branch of your
> linux-block git tree.

Certainly. No extra hassle for me, and if it makes it easier for you,
then by all means.

> Please let me know if I should change something in my workflow.

Looks fine to me, I generally prefer patches (individual or series)
to git trees, unless it's a huge series.