From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 522BDC4338F for ; Mon, 16 Aug 2021 16:42:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3876E60FC3 for ; Mon, 16 Aug 2021 16:42:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229733AbhHPQmw (ORCPT ); Mon, 16 Aug 2021 12:42:52 -0400 Received: from verein.lst.de ([213.95.11.211]:55372 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229761AbhHPQmw (ORCPT ); Mon, 16 Aug 2021 12:42:52 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 78D4D6736F; Mon, 16 Aug 2021 18:42:18 +0200 (CEST) Date: Mon, 16 Aug 2021 18:42:18 +0200 From: Christoph Hellwig To: Bart Van Assche Cc: Christoph Hellwig , Jens Axboe , Tim Waugh , linux-block@vger.kernel.org, Ondrej Zary Subject: Re: paride initialization cleanup Message-ID: <20210816164218.GA5244@lst.de> References: <20210816161110.909076-1-hch@lst.de> <953db079-d556-f0c5-31eb-932d7f78a3c7@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <953db079-d556-f0c5-31eb-932d7f78a3c7@acm.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, Aug 16, 2021 at 09:33:10AM -0700, Bart Van Assche wrote: > On 8/16/21 9:11 AM, Christoph Hellwig wrote: >> the paride drivers currently have a major Linux 1.x-style mess for >> initializing the gendisks. This series refactors them to be modular >> and self-contained in preparation of error handling for add_disk. > > Hi Christoph, > > My understanding is that both the parallel port and IDE are obsolete > technologies. Is anyone still using the paride drivers? It is fairly obsolete indeed. But three years ago Ondrej still had some and did test the blk-mq conversion.