From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:37466 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728177AbgJGOBM (ORCPT ); Wed, 7 Oct 2020 10:01:12 -0400 Date: Wed, 7 Oct 2020 16:01:09 +0200 From: Christoph Hellwig Subject: Re: [PATCH] partitions/ibm: fix non-DASD devices Message-ID: <20201007140109.GA1042@lst.de> References: <20201007124009.1438269-1-hch@lst.de> <20201007135411.GA1000@lst.de> <874c518d-7c15-d08a-61a2-116f605c4b5a@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874c518d-7c15-d08a-61a2-116f605c4b5a@kernel.dk> List-ID: To: Jens Axboe Cc: Christoph Hellwig , linux-block@vger.kernel.org, sth@linux.ibm.com, linux-s390@vger.kernel.org, Christian Borntraeger On Wed, Oct 07, 2020 at 07:54:45AM -0600, Jens Axboe wrote: > On 10/7/20 7:54 AM, Christoph Hellwig wrote: > > On Wed, Oct 07, 2020 at 07:53:27AM -0600, Jens Axboe wrote: > >> On 10/7/20 6:40 AM, Christoph Hellwig wrote: > >>> Don't error out if the dasd_biodasdinfo symbol is not available. > >> > >> Should this be marked for 5.8-stable? > > > > The Fixes tag should automatically take care of that. > > Not if it's not marked for stable. Maybe auto-selection will pick it > up, but it's not a given. Yes, trivial patches with a fixes tag get reliably picked out. But if you don't trust the system feel free to add a stable tag.