mbox series

[GIT,PULL] Floppy patches for 5.17

Message ID 045df549-6805-0a02-a634-81aca7d98db5@linux.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Floppy patches for 5.17 | expand

Pull-request

https://github.com/evdenis/linux-floppy tags/floppy-for-5.17

Message

Denis Efremov Dec. 3, 2021, 7:42 a.m. UTC
Hi Jens,

The following changes since commit 2bfdbe8b7ebd17b5331071071a910fbabc64b436:

  null_blk: allow zero poll queues (2021-12-02 19:57:47 -0700)

are available in the Git repository at:

  https://github.com/evdenis/linux-floppy tags/floppy-for-5.17

for you to fetch changes up to 9fae059d4cd88229661b3eccb0409f723129e5bd:

  floppy: Add max size check for user space request (2021-12-03 09:54:34 +0300)

Please, pull

----------------------------------------------------------------
Floppy patches for 5.17

Two patches. The patch from Tasos Sahanidis fixes a hung when the module
tries to read a broken floppy while ejecting it. The patch from Xiongwei
Song suppresses a syzkaller warning about allocation size.

Signed-off-by: Denis Efremov <efremov@linux.com>

----------------------------------------------------------------
Tasos Sahanidis (1):
      floppy: Fix hang in watchdog when disk is ejected

Xiongwei Song (1):
      floppy: Add max size check for user space request

 drivers/block/floppy.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Jens Axboe Dec. 3, 2021, 1:34 p.m. UTC | #1
On 12/3/21 12:42 AM, Denis Efremov wrote:
> Hi Jens,
> 
> The following changes since commit 2bfdbe8b7ebd17b5331071071a910fbabc64b436:
> 
>   null_blk: allow zero poll queues (2021-12-02 19:57:47 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/evdenis/linux-floppy tags/floppy-for-5.17
> 
> for you to fetch changes up to 9fae059d4cd88229661b3eccb0409f723129e5bd:
> 
>   floppy: Add max size check for user space request (2021-12-03 09:54:34 +0300)
> 
> Please, pull

Pulled, thanks.