> On Feb 4, 2019, at 10:45 AM, Jens Axboe <axboe@xxxxxxxxx> wrote: > > On 2/4/19 11:42 AM, Song Liu wrote: >> >> >>> On Feb 4, 2019, at 10:29 AM, Jens Axboe <axboe@xxxxxxxxx> wrote: >>> >>> On 2/4/19 10:46 AM, Song Liu wrote: >>>> Hi Jens, >>>> >>>> Please pull the following md changes for 5.1. >>>> >>>> Thanks, >>>> Song >>>> >>>> The following changes since commit 9dccbf6da0f6414d22d1a7922d4dbecc5fe74007: >>>> >>>> Merge branch 'for-5.1/block' into for-next (2019-02-01 08:34:10 -0700) >>>> >>>> are available in the Git repository at: >>>> >>>> https://github.com/liu-song-6/linux.git md-next >>>> >>>> for you to fetch changes up to b588dba8422fca989d396f0da6adab26faac6659: >>>> >>>> raid1: simplify raid1_error function (2019-02-04 09:44:10 -0800) >>>> >>>> ---------------------------------------------------------------- >>>> Gustavo A. R. Silva (1): >>>> md-linear: use struct_size() in kzalloc() >>>> >>>> Yufen Yu (1): >>>> raid1: simplify raid1_error function >>>> >>>> drivers/md/md-linear.c | 3 +-- >>>> drivers/md/raid1.c | 6 ++---- >>>> 2 files changed, 3 insertions(+), 6 deletions(-) >>> >>> Your git tree is ahead of my for-5.1/block. If I were to pull this, I'd >>> get a ton of unrelated changes. Please base your branches either on my >>> for-5.1/block, or something prior to that in mainline at least. >>> >>> -- >>> Jens Axboe >>> >> >> Hi Jens, >> >> I was using your for-next trees as the base. I will use for-5.1/block >> from now on. > > Never use my for-next, it exists only to merge with mainline to provide > an easier branch for linux-next. Got it. >> Please pull the following changes: >> >> Thanks, >> Song >> >> >> The following changes since commit bb94aea1444b9859faa8d72aff3713fcd11c6696: >> >> blk-mq: save default hctx into ctx->hctxs for not-supported type (2019-02-01 08:33:43 -0700) >> >> are available in the Git repository at: >> >> https://github.com/liu-song-6/linux.git md-next >> >> for you to fetch changes up to ebda52fa1be73952ec603b1fad685ce86ccb5ee6: >> >> raid1: simplify raid1_error function (2019-02-04 10:37:11 -0800) >> >> ---------------------------------------------------------------- >> Gustavo A. R. Silva (1): >> md-linear: use struct_size() in kzalloc() >> >> Yufen Yu (1): >> raid1: simplify raid1_error function >> >> drivers/md/md-linear.c | 3 +-- >> drivers/md/raid1.c | 6 ++---- >> 2 files changed, 3 insertions(+), 6 deletions(-) > > Pulled, thanks. > > -- > Jens Axboe Thanks Jens! Song