mbox series

[GIT,PULL] Follow up block driver fix

Message ID 6a73de2a-5cba-edd3-ecec-e0206f158b2d@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Follow up block driver fix | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/for-5.18/drivers-2022-04-02

Message

Jens Axboe April 2, 2022, 5:59 p.m. UTC
Hi Linus,

Got two reports on nbd spewing warnings on load now, which is a
regression from a commit that went into your tree yesterday. Please pull
this, reverting the problematic change for now.

Thanks!


The following changes since commit 2651ee5ae43241831ca63d7158bb2b151a6a0e1f:

  drbd: remove check of list iterator against head past the loop body (2022-03-31 17:08:15 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/for-5.18/drivers-2022-04-02

for you to fetch changes up to 7198bfc2017644c6b92d2ecef9b8b8e0363bb5fd:

  Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" (2022-04-02 11:40:23 -0600)

----------------------------------------------------------------
for-5.18/drivers-2022-04-02

----------------------------------------------------------------
Jens Axboe (1):
      Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"

 drivers/block/nbd.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org April 2, 2022, 6:10 p.m. UTC | #1
The pull request you sent on Sat, 2 Apr 2022 11:59:19 -0600:

> git://git.kernel.dk/linux-block.git tags/for-5.18/drivers-2022-04-02

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f34f8c3d6178527d4c02aa3a53c370cc70cb91e

Thank you!