Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp6484916ybh; Thu, 8 Aug 2019 00:45:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6H+LBfvosX3m7GN3MMIoOX+DZ+lnEgmTRJGgKlZkK/6tfxq+QrjgbNlFR/x1olSL6ZDml X-Received: by 2002:a17:902:6a85:: with SMTP id n5mr11560113plk.73.1565250344241; Thu, 08 Aug 2019 00:45:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565250344; cv=none; d=google.com; s=arc-20160816; b=0vofKY3+8tyZN7QvN5Xz4g4Qg/qJiJ5p+Ih38xn7jp6olX0V0KW3dTDrFS3buNhBHT 9kFXgT8oWfGJijB13woPDICoxq/RiU0Dwi9ZNp4Br7iX4fLmcWog7FTOAUewWN70SuL3 G0AMoZsIl/nt3Wvs1NwMiTD1dZUOMIk7fnmOcNn5At462cRFhJesHWHUlxp6Zokjaviz ZgT85YIT7KESDFN0L498CWwcu7ZFasukEhWRYE1oSaN3wguCHDxDbhJ1znx9AoAtD0m8 FkNvyJ282sYjgyp6dwp3//MDeDodHemF3iU2afXRS6q+qa2Uif4fFZsnpYn2L8h53gYf 8kTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=MNbnztinU3EwN4zxYAZxwsI1tg6wQxgflpjWpuvXkoA=; b=hgEaIUgkeHPeNnqnUBZgbALRWVZbBY1IMtk/eg5Fms1R06llFUJlZf3sDh26fUFNHZ vpXMNYK1L94kkJseckrsZjgw7nU22dZp40t163Gg7WdFeC7E7YfJtnWDk8QjERD2+ZLz uhLoaKwRlpXqBduCahEd7pynFfiEZEqWl6WxcNNilg6l2FRJ0XFSA4MhUlU5MpRpxIJj wAkeX+jZdlAcNBFymXWron0P1noH69UEJEmRmeKQtJp5zwPpnQj0QNsuNbCtKxfDLqMo Rk8qB7fVghKLQvPkA8uWNqGhYmC//n61HNCHLAuqs6duPBh8+XWkbwnwFOHwI5ChFFPq QjIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m11si47203529pls.148.2019.08.08.00.45.28; Thu, 08 Aug 2019 00:45:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731278AbfHHHn1 (ORCPT + 99 others); Thu, 8 Aug 2019 03:43:27 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:36681 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726721AbfHHHn1 (ORCPT ); Thu, 8 Aug 2019 03:43:27 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id C0278803EC; Thu, 8 Aug 2019 09:43:10 +0200 (CEST) Date: Thu, 8 Aug 2019 09:43:22 +0200 From: Pavel Machek To: Denis Efremov Cc: Jiri Kosina , Linus Torvalds , Willy Tarreau , Will Deacon , Greg KH , Alexander Popov , efremov@ispras.ru, Jens Axboe , linux-block@vger.kernel.org, "Linux-Kernel@Vger. Kernel. Org" Subject: Re: [PATCH] MAINTAINERS: floppy: take over maintainership Message-ID: <20190808074322.GA7308@amd> References: <20190712185523.7208-1-efremov@ispras.ru> <20190713080726.GA19611@1wt.eu> <57af5f3e-9cfe-b6d8-314c-f59855408cd5@linux.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <57af5f3e-9cfe-b6d8-314c-f59855408cd5@linux.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! On Wed 2019-07-31 17:47:40, Denis Efremov wrote: > Hi All, >=20 > 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. >=20 > 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 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1L0pkACgkQMOfwapXb+vLWYgCeLN4oIoMNBkOcwmpNCAIDT479 hMAAnj+BfMaP75cKAj27BO/d1SDLsoX3 =bAw2 -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--