diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2016-06-16 09:53:58 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@fb.com> | 2016-08-04 14:19:16 -0600 |
| commit | ff06db1efb2ad6db06eb5b99b88a0c15a9cc9b0e (patch) | |
| tree | 9de4ce114a0583d3ceab6cd1795bb520092dc836 /tools/perf/scripts/python/bin | |
| parent | Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... (diff) | |
| download | linux-ff06db1efb2ad6db06eb5b99b88a0c15a9cc9b0e.tar.gz linux-ff06db1efb2ad6db06eb5b99b88a0c15a9cc9b0e.zip | |
floppy: fix open(O_ACCMODE) for ioctl-only open
Commit 09954bad4 ("floppy: refactor open() flags handling"), as a
side-effect, causes open(/dev/fdX, O_ACCMODE) to fail. It turns out that
this is being used setfdprm userspace for ioctl-only open().
Reintroduce back the original behavior wrt !(FMODE_READ|FMODE_WRITE)
modes, while still keeping the original O_NDELAY bug fixed.
Cc: stable@vger.kernel.org # v4.5+
Reported-by: Wim Osterholt <wim@djo.tudelft.nl>
Tested-by: Wim Osterholt <wim@djo.tudelft.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
