Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328383 > unrolled thread
| Started by | Jiri Kosina <jikos@kernel.org> |
|---|---|
| First post | 2016-02-06 23:10 +0100 |
| Last post | 2016-02-07 23:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] another floppy fix Jiri Kosina <jikos@kernel.org> - 2016-02-06 23:10 +0100
Re: [GIT PULL] another floppy fix Jens Axboe <axboe@kernel.dk> - 2016-02-07 23:20 +0100
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Date | 2016-02-06 23:10 +0100 |
| Subject | [GIT PULL] another floppy fix |
| Message-ID | <qZjdg-5hi-7@gated-at.bofh.it> |
Jens,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-4.5/for-jens
to receive another floppy fix for bug found by syzkaller tool (and
reported by Dmitry Vyukov); this time O_NONBLOCK handling is (and has
always been) broken for /dev/fdX, potentially leading to all kinds of
havoc (syzkaller is able to livelock the system in mm because of this
bug).
The branch is based on your 'for-linus'.
Thanks!
----------------------------------------------------------------
Jiri Kosina (1):
floppy: refactor open() flags handling
drivers/block/floppy.c | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
--
Jiri Kosina
SUSE Labs
[toc] | [next] | [standalone]
| From | Jens Axboe <axboe@kernel.dk> |
|---|---|
| Date | 2016-02-07 23:20 +0100 |
| Message-ID | <qZFQu-4hm-11@gated-at.bofh.it> |
| In reply to | #1328383 |
On 02/06/2016 03:08 PM, Jiri Kosina wrote: > Jens, > > please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-4.5/for-jens > > to receive another floppy fix for bug found by syzkaller tool (and > reported by Dmitry Vyukov); this time O_NONBLOCK handling is (and has > always been) broken for /dev/fdX, potentially leading to all kinds of > havoc (syzkaller is able to livelock the system in mm because of this > bug). Pulled, thanks. -- Jens Axboe
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web