mbox series

[GIT,PULL] Block fix for 6.6-final

Message ID 51149548-e214-426d-9e89-ceba050569ab@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 6.6-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.6-2023-10-27

Message

Jens Axboe Oct. 27, 2023, 7:53 p.m. UTC
Hi Linus,

Just a single fix for a potential divide-by-zero, introduced in this
cycle. Please pull!


The following changes since commit c3414550cb0d4dfad1816ee14ff1f44819d270db:

  Merge tag 'nvme-6.6-2023-10-18' of git://git.infradead.org/nvme into block-6.6 (2023-10-18 15:32:51 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.6-2023-10-27

for you to fetch changes up to 2dd710d476f2f1f6eaca884f625f69ef4389ed40:

  blk-throttle: check for overflow in calculate_bytes_allowed (2023-10-20 18:38:17 -0600)

----------------------------------------------------------------
block-6.6-2023-10-27

----------------------------------------------------------------
Khazhismel Kumykov (1):
      blk-throttle: check for overflow in calculate_bytes_allowed

 block/blk-throttle.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

pr-tracker-bot@kernel.org Oct. 28, 2023, 12:14 a.m. UTC | #1
The pull request you sent on Fri, 27 Oct 2023 13:53:59 -0600:

> git://git.kernel.dk/linux.git tags/block-6.6-2023-10-27

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2dc4e0f45593abc53d58d0073b3b314f864c522b

Thank you!