2019-07-31 15:23:33

by Denis Efremov

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: floppy: take over maintainership

Hi All,

On 18.07.2019 01:03, Jiri Kosina wrote:
> On Wed, 17 Jul 2019, Linus Torvalds wrote:
>
>> I don't think we really have a floppy maintainer any more,
>
> Yeah, I basically 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.
>
> The hardware doesn't work any more though. So I guess I should just
> remove myself as a maintainer to reflect the reality and mark floppy.c
> as Orphaned.

Well, without jokes about Thunderdome, I've got time, hardware and
would like to maintain the floppy. Except the for recent fixes,
I described floppy ioctls in syzkaller. I've already spent quite
a lot of time with this code. Thus, if nobody minds

-- >8 --
From: Denis Efremov <[email protected]>
Subject: [PATCH] MAINTAINERS: floppy: take over maintainership

I would like to maintain the floppy driver. After the recent fixes,
I think I know the code pretty well. Nowadays I've got 2 physical 3.5"
readers to test all the changes.

Signed-off-by: Denis Efremov <[email protected]>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6426db5198f0..6c49b48cfd69 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6322,7 +6322,8 @@ F: Documentation/devicetree/bindings/counter/ftm-quaddec.txt
F: drivers/counter/ftm-quaddec.c

FLOPPY DRIVER
-S: Orphan
+M: Denis Efremov <[email protected]>
+S: Odd Fixes
L: [email protected]
F: drivers/block/floppy.c

--
2.21.0



2019-07-31 15:24:23

by Willy Tarreau

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

Hi Denis,

On Wed, Jul 31, 2019 at 05:47:40PM +0300, Denis Efremov wrote:
> Well, without jokes about Thunderdome, I've got time, hardware and
> would like to maintain the floppy. Except the for recent fixes,
> I described floppy ioctls in syzkaller. I've already spent quite
> a lot of time with this code. Thus, if nobody minds

There's no reason for jokes around this, I think you stepping up on
this one will be much welcome. There are still a lot of floppies in
the wild and we'd better make sure they continue to work well. Thanks
for doing this.

Willy

2019-07-31 15:25:18

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

On 7/31/19 8:47 AM, Denis Efremov wrote:
> Hi All,
>
> On 18.07.2019 01:03, Jiri Kosina wrote:
>> On Wed, 17 Jul 2019, Linus Torvalds wrote:
>>
>>> I don't think we really have a floppy maintainer any more,
>>
>> Yeah, I basically 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.
>>
>> The hardware doesn't work any more though. So I guess I should just
>> remove myself as a maintainer to reflect the reality and mark floppy.c
>> as Orphaned.
>
> Well, without jokes about Thunderdome, I've got time, hardware and
> would like to maintain the floppy. Except the for recent fixes,
> I described floppy ioctls in syzkaller. I've already spent quite
> a lot of time with this code. Thus, if nobody minds

Great, can't see anyone objecting to doling out some floppy love.
Applied, thanks.

--
Jens Axboe

2019-07-31 15:35:57

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

On 7/31/19 9:22 AM, Will Deacon wrote:
> On Wed, Jul 31, 2019 at 08:53:22AM -0600, Jens Axboe wrote:
>> On 7/31/19 8:47 AM, Denis Efremov wrote:
>>> Hi All,
>>>
>>> On 18.07.2019 01:03, Jiri Kosina wrote:
>>>> On Wed, 17 Jul 2019, Linus Torvalds wrote:
>>>>
>>>>> I don't think we really have a floppy maintainer any more,
>>>>
>>>> Yeah, I basically 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.
>>>>
>>>> The hardware doesn't work any more though. So I guess I should just
>>>> remove myself as a maintainer to reflect the reality and mark floppy.c
>>>> as Orphaned.
>>>
>>> Well, without jokes about Thunderdome, I've got time, hardware and
>>> would like to maintain the floppy. Except the for recent fixes,
>>> I described floppy ioctls in syzkaller. I've already spent quite
>>> a lot of time with this code. Thus, if nobody minds
>>
>> Great, can't see anyone objecting to doling out some floppy love.
>
> Whatever that involves, I don't like the sound of it.

Floppy love? It's not that hard.

This is where we need GIFs in kernel communication...

> Here's a belated Ack if you can add it:
>
> Acked-by: Will Deacon <[email protected]>

Added, thanks.

--
Jens Axboe

2019-07-31 17:32:52

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

On Wed, Jul 31, 2019 at 08:53:22AM -0600, Jens Axboe wrote:
> On 7/31/19 8:47 AM, Denis Efremov wrote:
> > Hi All,
> >
> > On 18.07.2019 01:03, Jiri Kosina wrote:
> >> On Wed, 17 Jul 2019, Linus Torvalds wrote:
> >>
> >>> I don't think we really have a floppy maintainer any more,
> >>
> >> Yeah, I basically 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.
> >>
> >> The hardware doesn't work any more though. So I guess I should just
> >> remove myself as a maintainer to reflect the reality and mark floppy.c
> >> as Orphaned.
> >
> > Well, without jokes about Thunderdome, I've got time, hardware and
> > would like to maintain the floppy. Except the for recent fixes,
> > I described floppy ioctls in syzkaller. I've already spent quite
> > a lot of time with this code. Thus, if nobody minds
>
> Great, can't see anyone objecting to doling out some floppy love.

Whatever that involves, I don't like the sound of it.

> Applied, thanks.

Here's a belated Ack if you can add it:

Acked-by: Will Deacon <[email protected]>

Either way, thanks Denis.

Will

2019-08-04 22:19:41

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

On Wed, 31 Jul 2019, Denis Efremov wrote:

> Well, without jokes about Thunderdome, I've got time, hardware and
> would like to maintain the floppy. Except the for recent fixes,
> I described floppy ioctls in syzkaller. I've already spent quite
> a lot of time with this code. Thus, if nobody minds
>
> -- >8 --
> From: Denis Efremov <[email protected]>
> Subject: [PATCH] MAINTAINERS: floppy: take over maintainership
>
> I would like to maintain the floppy driver. After the recent fixes,
> I think I know the code pretty well. Nowadays I've got 2 physical 3.5"
> readers to test all the changes.
>
> Signed-off-by: Denis Efremov <[email protected]>

Awesome, thanks a lot Denis for offering to carry the torch I dropped.
Obviously:

Acked-by: Jiri Kosina <[email protected]>

--
Jiri Kosina
SUSE Labs

2019-08-05 18:45:18

by Thorsten Glaser

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

Hi Denis,

I just saw this on LWN and would like to thank you for picking
up floppy support as it’s important (especially for interfacing
with esoteric hardware). I’m also collecting a few drives so I
can use a spare if one breaks… usable discs are becoming a problem
though ☹

bye,
//mirabilos
--
When he found out that the m68k port was in a pretty bad shape, he did
not, like many before him, shrug and move on; instead, he took it upon
himself to start compiling things, just so he could compile his shell.
How's that for dedication. -- Wouter, about my Debian/m68k revival

2019-08-08 07:45:44

by Pavel Machek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership

Hi!

On Wed 2019-07-31 17:47:40, Denis Efremov wrote:
> Hi All,
>
> On 18.07.2019 01:03, Jiri Kosina wrote:
> > On Wed, 17 Jul 2019, Linus Torvalds wrote:
> >
> >> I don't think we really have a floppy maintainer any more,
> >
> > Yeah, I basically 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.

For the record, I still have three or maybe more 3.5" drives here, if
you want them, delivery to your office should be easy ;-).

> > The hardware doesn't work any more though. So I guess I should just
> > remove myself as a maintainer to reflect the reality and mark floppy.c
> > as Orphaned.
>
> Well, without jokes about Thunderdome, I've got time, hardware and
> would like to maintain the floppy. Except the for recent fixes,
> I described floppy ioctls in syzkaller. I've already spent quite
> a lot of time with this code. Thus, if nobody minds

Thanks for doing this!

Best regards,
Pavel

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


Attachments:
(No filename) (1.22 kB)
signature.asc (188.00 B)
Digital signature
Download all attachments