]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'floppy-for-5.15' of https://github.com/evdenis/linux-floppy into for-5...
authorJens Axboe <axboe@kernel.dk>
Sun, 29 Aug 2021 12:50:58 +0000 (06:50 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Aug 2021 12:50:58 +0000 (06:50 -0600)
commitffa41937217af27fc3500a686c51e08bf01ebc79
tree3f65512ea1fbff6549f74b824fd3ce2f044d843b
parent094eb122355e90398946a9eadbd5451d32abd07c
parent4e686b16ae3b726878baeed6545e60dd74aeb6ca
Merge tag 'floppy-for-5.15' of https://github.com/evdenis/linux-floppy into for-5.15/drivers

Pull floppy fix from Denis:

"Bring back O_NDELAY for floppy

 Only one commit this time with revert of O_NDELAY removal for the floppy.
 Users reported that the commit breaks userspace utils and known floppy
 workflow patterns. We already reverted the same commit back in 2016
 presumably for the same reason. Completely drop O_NDELAY for floppy seems
 excessive to solve problems it introduces.

 I started to write basic selftests for the floppy to prevent this kind of
 userspace breaks in the future.

Signed-off-by: Denis Efremov <efremov@linux.com>"
* tag 'floppy-for-5.15' of https://github.com/evdenis/linux-floppy:
  Revert "floppy: reintroduce O_NDELAY fix"