Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp235894ybz; Tue, 21 Apr 2020 08:06:35 -0700 (PDT) X-Google-Smtp-Source: APiQypLT1xWj6UfRSxGDgJiqKQZKOytGtxyoU7VVljQs4KoolL2OHud5u1tOD8fgd+lJDEZWysnZ X-Received: by 2002:a17:906:2548:: with SMTP id j8mr21347636ejb.378.1587481595558; Tue, 21 Apr 2020 08:06:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587481595; cv=none; d=google.com; s=arc-20160816; b=VXsZWWXyOWm9wVzf3vL6J8wPXd/JFO9vEP/kJFG+PJq+PNCvfs5fd1PzjysWLuAvj1 vLKCg/ZHW6fyxAwdtmP7W3L1XQ+3KM7MhyC+0berVTqZjFpP6e11wphd5hUlJBdOwoYd Pf+pZplRDcJiLVrivV86/W40hKxwZK1+ma8XydpGC7h7GMMVPnKpB+1Lbd9noNAhDT2l A56vAhOvnntbd6ym0XxEO1IUs1Ch7HmyfYRPXSO6I0wW6NkawVHLZRtwXFizMyny51NV nXhgXcDbgU6RkEIfUpb9qM/PyMELW0q69Lk8GfSX4X/C+uO0JPXOwlJ2Xz/UV9vTBSBk CYAg== 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=wR9ycS+eyaP9MoNHD0b9ybIfVE/K3a/ZmITGpGcAm1U=; b=i71yyL8MBPF/mmhCMFuh4AepN91Je/uCWcVG6to8R0DKUclUj62ENgZjSXdpoFd9Xk iwFYFEChjMynLLp2UDeRn6VziScceo5on/RhFcuuAHHZcAiHWqdJUB7kBCpHwHZOKFGM lMPjnJ3+bNXR+C/yhfEobgIG6VbeITgXDMobQAb1R4f4NdBQnXpUHUKNHIiiDKf/oN68 hjM9CgjdJr8vjdWMy2uYfr9Gpz0X0yyxvtCzkhNzuRPXpO01EDNZGrJ0Bkeb3cgV+0o0 zh4V872Tk5n8mbOJpzKItCAtnF8A9GhphFrBOtmOzzKXveNrFc8nAl4r/P+T61ClB+c+ iEzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t5si1714966ejb.231.2020.04.21.08.06.06; Tue, 21 Apr 2020 08:06:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728847AbgDUPD6 (ORCPT + 99 others); Tue, 21 Apr 2020 11:03:58 -0400 Received: from verein.lst.de ([213.95.11.211]:47161 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728316AbgDUPD6 (ORCPT ); Tue, 21 Apr 2020 11:03:58 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C972768C4E; Tue, 21 Apr 2020 17:03:54 +0200 (CEST) Date: Tue, 21 Apr 2020 17:03:54 +0200 From: Christoph Hellwig To: Stefan Haberland Cc: Christoph Hellwig , Jan Hoeppner , Jens Axboe , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , linux-s390@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: stop using ioctl_by_bdev in the s390 DASD driver Message-ID: <20200421150354.GA10191@lst.de> References: <20200421061226.33731-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 21, 2020 at 04:17:53PM +0200, Stefan Haberland wrote: > I can imagine some ways to get rid of this ioctl_by_bdev. Maybe having a > udev > rule to add a partition from userspace or having the driver add the implicit > partition at the end. Or maybe something else. > > If it is OK I will have a look at this and discuss this issue with my > colleagues and come up with a different approach. Sure, we can wait a few days. Note that I don't want to break existing userspace, which kinda speaks against a udev solution.