mbox series

[GIT,PULL] Block fixes for 6.7-rc8

Message ID 7ecffd8c-8fc0-424d-9936-b02a5957e0a3@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.7-rc8 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.7-2023-12-29

Message

Jens Axboe Dec. 29, 2023, 3:57 p.m. UTC
Hi Linus,

Fix for a badly numbered flag, and a regression fix for the badblocks
updates from this merge window. Please pull!


The following changes since commit 13d822bf1cba78612b22a65b91cd6d4d443b6254:

  Merge tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme into block-6.7 (2023-12-21 14:32:35 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.7-2023-12-29

for you to fetch changes up to 02d374f3418df577c850f0cd45c3da9245ead547:

  block: renumber QUEUE_FLAG_HW_WC (2023-12-26 09:25:58 -0700)

----------------------------------------------------------------
block-6.7-2023-12-29

----------------------------------------------------------------
Christoph Hellwig (1):
      block: renumber QUEUE_FLAG_HW_WC

Coly Li (1):
      badblocks: avoid checking invalid range in badblocks_check()

 block/badblocks.c      | 6 ++++--
 include/linux/blkdev.h | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Linus Torvalds Dec. 29, 2023, 7:45 p.m. UTC | #1
On Fri, 29 Dec 2023 at 07:57, Jens Axboe <axboe@kernel.dk> wrote:
>
> Christoph Hellwig (1):
>       block: renumber QUEUE_FLAG_HW_WC

Lol. How the heck did that even happen? What an odd typo. Admittedly
'8' and '3' can look a bit similar if you squint and have bad
eyesight, but still...

          Linus
pr-tracker-bot@kernel.org Dec. 29, 2023, 8 p.m. UTC | #2
The pull request you sent on Fri, 29 Dec 2023 08:57:17 -0700:

> git://git.kernel.dk/linux.git tags/block-6.7-2023-12-29

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/09c57a762e797a55f6336c9798f576c889658ba5

Thank you!
Jens Axboe Dec. 29, 2023, 11:16 p.m. UTC | #3
On 12/29/23 12:45 PM, Linus Torvalds wrote:
> On Fri, 29 Dec 2023 at 07:57, Jens Axboe <axboe@kernel.dk> wrote:
>>
>> Christoph Hellwig (1):
>>       block: renumber QUEUE_FLAG_HW_WC
> 
> Lol. How the heck did that even happen? What an odd typo. Admittedly
> '8' and '3' can look a bit similar if you squint and have bad
> eyesight, but still...

Christoph is not as young as he once was ;-)