diff options
| author | Jiri Kosina <[email protected]> | 2019-07-17 22:03:51 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2019-07-18 15:42:30 +0000 |
| commit | be2ece49e68361f9b56098e5df3ddbccf87d140a (patch) | |
| tree | 21410c1e931a1f6d4cff243706d80ba4a1110ff5 | |
| parent | floppy: fix out-of-bounds read in copy_buffer (diff) | |
| download | kernel-be2ece49e68361f9b56098e5df3ddbccf87d140a.tar.gz kernel-be2ece49e68361f9b56098e5df3ddbccf87d140a.zip | |
MAINTAINERS: mark floppy.c orphaned
I volunteered myself to maintain it quite some time ago back when I
fixed the concurrency issues which exhibited itself only with
VM-emulated devices, and at the same time I still had the physical 3.5"
reader to test all the changes.
The reader doesn't work any more though, so I guess it's time to step
down from this super-prestigious role :p and mark floppy.c as Orphaned.
Signed-off-by: Jiri Kosina <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 677ef41cb012..60c84becbe0b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6229,9 +6229,8 @@ S: Maintained F: drivers/block/rsxx/ FLOPPY DRIVER -M: Jiri Kosina <[email protected]> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git -S: Odd fixes +S: Orphan F: drivers/block/floppy.c FMC SUBSYSTEM |
