Linux RAID subsystem development
 help / color / mirror / Atom feed
* [GIT PULL] md-fixes 20230315
@ 2023-03-15 18:04 Song Liu
  2023-03-15 18:09 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Song Liu @ 2023-03-15 18:04 UTC (permalink / raw)
  To: Jens Axboe, linux-raid

Hi Jens,

Please consider pulling the following fixes on top of your for-6.3/block
branch. This set contains two fixes for old issues (by Neil) and one fix
for 6.3 (by Xiao). 

Thanks,
Song


The following changes since commit 49d24398327e32265eccdeec4baeb5a6a609c0bd:

  blk-mq: enforce op-specific segment limits in blk_insert_cloned_request (2023-03-02 21:00:20 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes

for you to fetch changes up to f6bb5176318186880ff2f16ad65f519b70f04686:

  Subject: md: select BLOCK_LEGACY_AUTOLOAD (2023-03-13 13:34:29 -0700)

----------------------------------------------------------------
NeilBrown (2):
      md: avoid signed overflow in slot_store()
      Subject: md: select BLOCK_LEGACY_AUTOLOAD

Xiao Ni (1):
      md: Free resources in __md_stop

 drivers/md/Kconfig |  4 ++++
 drivers/md/md.c    | 17 ++++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] md-fixes 20230315
  2023-03-15 18:04 [GIT PULL] md-fixes 20230315 Song Liu
@ 2023-03-15 18:09 ` Jens Axboe
  2023-03-15 18:14   ` Song Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2023-03-15 18:09 UTC (permalink / raw)
  To: Song Liu, linux-raid

On 3/15/23 12:04 PM, Song Liu wrote:
> Hi Jens,
> 
> Please consider pulling the following fixes on top of your for-6.3/block
> branch. This set contains two fixes for old issues (by Neil) and one fix
> for 6.3 (by Xiao). 
> 
> Thanks,
> Song
> 
> 
> The following changes since commit 49d24398327e32265eccdeec4baeb5a6a609c0bd:
> 
>   blk-mq: enforce op-specific segment limits in blk_insert_cloned_request (2023-03-02 21:00:20 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes
> 
> for you to fetch changes up to f6bb5176318186880ff2f16ad65f519b70f04686:
> 
>   Subject: md: select BLOCK_LEGACY_AUTOLOAD (2023-03-13 13:34:29 -0700)
> 
> ----------------------------------------------------------------
> NeilBrown (2):
>       md: avoid signed overflow in slot_store()
>       Subject: md: select BLOCK_LEGACY_AUTOLOAD

This one looks like it got botched when applying?

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] md-fixes 20230315
  2023-03-15 18:09 ` Jens Axboe
@ 2023-03-15 18:14   ` Song Liu
  2023-03-15 18:18     ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Song Liu @ 2023-03-15 18:14 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Song Liu, linux-raid



> On Mar 15, 2023, at 11:09 AM, Jens Axboe <axboe@kernel.dk> wrote:
> 
> On 3/15/23 12:04 PM, Song Liu wrote:
>> Hi Jens,
>> 
>> Please consider pulling the following fixes on top of your for-6.3/block
>> branch. This set contains two fixes for old issues (by Neil) and one fix
>> for 6.3 (by Xiao). 
>> 
>> Thanks,
>> Song
>> 
>> 
>> The following changes since commit 49d24398327e32265eccdeec4baeb5a6a609c0bd:
>> 
>>  blk-mq: enforce op-specific segment limits in blk_insert_cloned_request (2023-03-02 21:00:20 -0700)
>> 
>> are available in the Git repository at:
>> 
>>  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes
>> 
>> for you to fetch changes up to f6bb5176318186880ff2f16ad65f519b70f04686:
>> 
>>  Subject: md: select BLOCK_LEGACY_AUTOLOAD (2023-03-13 13:34:29 -0700)
>> 
>> ----------------------------------------------------------------
>> NeilBrown (2):
>>      md: avoid signed overflow in slot_store()
>>      Subject: md: select BLOCK_LEGACY_AUTOLOAD
> 
> This one looks like it got botched when applying?

Yeah, I messed up the subject. Thanks for catching it. I just fixed the 
subject. Please pull the following instead.

Sorry for the problem. 

Song


The following changes since commit 49d24398327e32265eccdeec4baeb5a6a609c0bd:

  blk-mq: enforce op-specific segment limits in blk_insert_cloned_request (2023-03-02 21:00:20 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes

for you to fetch changes up to 6c0f5898836c05c6d850a750ed7940ba29e4e6c5:

  md: select BLOCK_LEGACY_AUTOLOAD (2023-03-15 11:12:14 -0700)

----------------------------------------------------------------
NeilBrown (2):
      md: avoid signed overflow in slot_store()
      md: select BLOCK_LEGACY_AUTOLOAD

Xiao Ni (1):
      md: Free resources in __md_stop

 drivers/md/Kconfig |  4 ++++
 drivers/md/md.c    | 17 ++++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] md-fixes 20230315
  2023-03-15 18:14   ` Song Liu
@ 2023-03-15 18:18     ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2023-03-15 18:18 UTC (permalink / raw)
  To: Song Liu; +Cc: linux-raid

On 3/15/23 12:14?PM, Song Liu wrote:
> 
> 
>> On Mar 15, 2023, at 11:09 AM, Jens Axboe <axboe@kernel.dk> wrote:
>>
>> On 3/15/23 12:04?PM, Song Liu wrote:
>>> Hi Jens,
>>>
>>> Please consider pulling the following fixes on top of your for-6.3/block
>>> branch. This set contains two fixes for old issues (by Neil) and one fix
>>> for 6.3 (by Xiao). 
>>>
>>> Thanks,
>>> Song
>>>
>>>
>>> The following changes since commit 49d24398327e32265eccdeec4baeb5a6a609c0bd:
>>>
>>>  blk-mq: enforce op-specific segment limits in blk_insert_cloned_request (2023-03-02 21:00:20 -0700)
>>>
>>> are available in the Git repository at:
>>>
>>>  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes
>>>
>>> for you to fetch changes up to f6bb5176318186880ff2f16ad65f519b70f04686:
>>>
>>>  Subject: md: select BLOCK_LEGACY_AUTOLOAD (2023-03-13 13:34:29 -0700)
>>>
>>> ----------------------------------------------------------------
>>> NeilBrown (2):
>>>      md: avoid signed overflow in slot_store()
>>>      Subject: md: select BLOCK_LEGACY_AUTOLOAD
>>
>> This one looks like it got botched when applying?
> 
> Yeah, I messed up the subject. Thanks for catching it. I just fixed the 
> subject. Please pull the following instead.

Pulled.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-15 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 18:04 [GIT PULL] md-fixes 20230315 Song Liu
2023-03-15 18:09 ` Jens Axboe
2023-03-15 18:14   ` Song Liu
2023-03-15 18:18     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox