linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: floppy: take over maintainership
       [not found]       ` <nycvar.YFH.7.76.1907172355020.5899@cbobk.fhfr.pm>
@ 2019-07-31 14:47         ` Denis Efremov
  2019-07-31 14:53           ` Jens Axboe
                             ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Denis Efremov @ 2019-07-31 14:47 UTC (permalink / raw)
  To: Jiri Kosina, Linus Torvalds
  Cc: Willy Tarreau, Will Deacon, Greg KH, Alexander Popov, efremov,
	Denis Efremov, Jens Axboe, linux-block,
	Linux-Kernel@Vger. Kernel. Org

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 <efremov@linux.com>
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 <efremov@linux.com>
---
 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 <efremov@linux.com>
+S:	Odd Fixes
 L:	linux-block@vger.kernel.org
 F:	drivers/block/floppy.c
 
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 14:47         ` [PATCH] MAINTAINERS: floppy: take over maintainership Denis Efremov
@ 2019-07-31 14:53           ` Jens Axboe
  2019-07-31 15:22             ` Will Deacon
  2019-07-31 14:54           ` Willy Tarreau
                             ` (3 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2019-07-31 14:53 UTC (permalink / raw)
  To: efremov, Jiri Kosina, Linus Torvalds
  Cc: Willy Tarreau, Will Deacon, Greg KH, Alexander Popov, efremov,
	linux-block, Linux-Kernel@Vger. Kernel. Org

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 14:47         ` [PATCH] MAINTAINERS: floppy: take over maintainership Denis Efremov
  2019-07-31 14:53           ` Jens Axboe
@ 2019-07-31 14:54           ` Willy Tarreau
  2019-08-04 22:15           ` Jiri Kosina
                             ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Willy Tarreau @ 2019-07-31 14:54 UTC (permalink / raw)
  To: Denis Efremov
  Cc: Jiri Kosina, Linus Torvalds, Will Deacon, Greg KH,
	Alexander Popov, efremov, Jens Axboe, linux-block,
	Linux-Kernel@Vger. Kernel. Org

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 14:53           ` Jens Axboe
@ 2019-07-31 15:22             ` Will Deacon
  2019-07-31 15:31               ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Will Deacon @ 2019-07-31 15:22 UTC (permalink / raw)
  To: Jens Axboe
  Cc: efremov, Jiri Kosina, Linus Torvalds, Willy Tarreau, Greg KH,
	Alexander Popov, efremov, linux-block,
	Linux-Kernel@Vger. Kernel. Org

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 <will@kernel.org>

Either way, thanks Denis.

Will

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 15:22             ` Will Deacon
@ 2019-07-31 15:31               ` Jens Axboe
  0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2019-07-31 15:31 UTC (permalink / raw)
  To: Will Deacon
  Cc: efremov, Jiri Kosina, Linus Torvalds, Willy Tarreau, Greg KH,
	Alexander Popov, efremov, linux-block,
	Linux-Kernel@Vger. Kernel. Org

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 <will@kernel.org>

Added, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 14:47         ` [PATCH] MAINTAINERS: floppy: take over maintainership Denis Efremov
  2019-07-31 14:53           ` Jens Axboe
  2019-07-31 14:54           ` Willy Tarreau
@ 2019-08-04 22:15           ` Jiri Kosina
  2019-08-05 18:30           ` Thorsten Glaser
  2019-08-08  7:43           ` Pavel Machek
  4 siblings, 0 replies; 8+ messages in thread
From: Jiri Kosina @ 2019-08-04 22:15 UTC (permalink / raw)
  To: Denis Efremov
  Cc: Linus Torvalds, Willy Tarreau, Will Deacon, Greg KH,
	Alexander Popov, efremov, Jens Axboe, linux-block,
	Linux-Kernel@Vger. Kernel. Org

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 <efremov@linux.com>
> 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 <efremov@linux.com>

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

	Acked-by: Jiri Kosina <jkosina@suse.cz>

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 14:47         ` [PATCH] MAINTAINERS: floppy: take over maintainership Denis Efremov
                             ` (2 preceding siblings ...)
  2019-08-04 22:15           ` Jiri Kosina
@ 2019-08-05 18:30           ` Thorsten Glaser
  2019-08-08  7:43           ` Pavel Machek
  4 siblings, 0 replies; 8+ messages in thread
From: Thorsten Glaser @ 2019-08-05 18:30 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: floppy: take over maintainership
  2019-07-31 14:47         ` [PATCH] MAINTAINERS: floppy: take over maintainership Denis Efremov
                             ` (3 preceding siblings ...)
  2019-08-05 18:30           ` Thorsten Glaser
@ 2019-08-08  7:43           ` Pavel Machek
  4 siblings, 0 replies; 8+ messages in thread
From: Pavel Machek @ 2019-08-08  7:43 UTC (permalink / raw)
  To: Denis Efremov
  Cc: Jiri Kosina, Linus Torvalds, Willy Tarreau, Will Deacon, Greg KH,
	Alexander Popov, efremov, Jens Axboe, linux-block,
	Linux-Kernel@Vger. Kernel. Org

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-08-08  7:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190712185523.7208-1-efremov@ispras.ru>
     [not found] ` <20190713080726.GA19611@1wt.eu>
     [not found]   ` <ec0a6c5e-bdee-3c26-f5d2-31b883c0de5d@ispras.ru>
     [not found]     ` <CAHk-=wi=fHuiQg1fMzqAP9cuykBQSN_feD=eALDwRPmw27UwEg@mail.gmail.com>
     [not found]       ` <nycvar.YFH.7.76.1907172355020.5899@cbobk.fhfr.pm>
2019-07-31 14:47         ` [PATCH] MAINTAINERS: floppy: take over maintainership Denis Efremov
2019-07-31 14:53           ` Jens Axboe
2019-07-31 15:22             ` Will Deacon
2019-07-31 15:31               ` Jens Axboe
2019-07-31 14:54           ` Willy Tarreau
2019-08-04 22:15           ` Jiri Kosina
2019-08-05 18:30           ` Thorsten Glaser
2019-08-08  7:43           ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).