mbox series

[v3,0/2] scsi discard fix

Message ID 20240718080751.313102-1-fengli@smartx.com (mailing list archive)
Headers show
Series scsi discard fix | expand

Message

Li Feng July 18, 2024, 8:07 a.m. UTC
Hi Jens,

These two patches have been reviewed but have not been merged into
linux-next. Can they be merged into 6.11?

Thanks,

v3:
- rebased to the latest linux-next branch;
- put the separate patch2 in this patchset;
- add reviewed-by tag.

v2:
- rewrite the patch.

Haoqian He (1):
  scsi: sd: remove some redundant initialization code

Li Feng (1):
  scsi: sd: Keep the discard mode stable

 drivers/scsi/sd.c | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

Comments

Jens Axboe July 22, 2024, 10:22 p.m. UTC | #1
On 7/18/24 2:07 AM, Li Feng wrote:
> Hi Jens,
> 
> These two patches have been reviewed but have not been merged into
> linux-next. Can they be merged into 6.11?

They can, but is there some dependency that means they should go
through the block tree? Would seem more logical that Martin picked
them up.
Martin K. Petersen July 22, 2024, 11:55 p.m. UTC | #2
Jens,

> They can, but is there some dependency that means they should go
> through the block tree? Would seem more logical that Martin picked
> them up.

I'll get to them. Busy with a couple of hardware-related regressions
right now.
Jens Axboe July 23, 2024, 12:37 a.m. UTC | #3
On 7/22/24 5:55 PM, Martin K. Petersen wrote:
> 
> Jens,
> 
>> They can, but is there some dependency that means they should go
>> through the block tree? Would seem more logical that Martin picked
>> them up.
> 
> I'll get to them. Busy with a couple of hardware-related regressions
> right now.

All good, just wanted to ensure they weren't waiting on me, as the
cover letter seemed to indicate.

Thanks!
Li Feng July 23, 2024, 2:24 a.m. UTC | #4
Hi Jens and Martin,

Thank you. 
I was worried that you were too busy and forgot about these two patches.

> 2024年7月23日 08:37,Jens Axboe <axboe@kernel.dk> 写道:
> 
> On 7/22/24 5:55 PM, Martin K. Petersen wrote:
>> 
>> Jens,
>> 
>>> They can, but is there some dependency that means they should go
>>> through the block tree? Would seem more logical that Martin picked
>>> them up.
>> 
>> I'll get to them. Busy with a couple of hardware-related regressions
>> right now.
> 
> All good, just wanted to ensure they weren't waiting on me, as the
> cover letter seemed to indicate.
> 
> Thanks!
> 
> -- 
> Jens Axboe
> 
>
Martin K. Petersen Aug. 3, 2024, 2:14 a.m. UTC | #5
On Thu, 18 Jul 2024 16:07:21 +0800, Li Feng wrote:

> These two patches have been reviewed but have not been merged into
> linux-next. Can they be merged into 6.11?
> 
> Thanks,
> 
> v3:
> - rebased to the latest linux-next branch;
> - put the separate patch2 in this patchset;
> - add reviewed-by tag.
> 
> [...]

Applied to 6.11/scsi-fixes, thanks!

[1/2] scsi: sd: Keep the discard mode stable
      https://git.kernel.org/mkp/scsi/c/f874d7210d88