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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C90BCCA473 for ; Fri, 3 Jun 2022 13:23:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244606AbiFCNXS (ORCPT ); Fri, 3 Jun 2022 09:23:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237619AbiFCNXR (ORCPT ); Fri, 3 Jun 2022 09:23:17 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B38C72A721; Fri, 3 Jun 2022 06:23:16 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 6EE8B68AFE; Fri, 3 Jun 2022 15:23:13 +0200 (CEST) Date: Fri, 3 Jun 2022 15:23:13 +0200 From: Christoph Hellwig To: Michael Schaller Cc: Christoph Hellwig , axboe@kernel.dk, linux-block@vger.kernel.org, Linux Kernel Mailing List Subject: Re: New partition on loop device doesn't appear in /dev anymore with kernel 5.17.0 and newer (repro script included) Message-ID: <20220603132313.GA20886@lst.de> References: <20220603124956.GA18365@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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 03, 2022 at 03:21:28PM +0200, Michael Schaller wrote: > Thank you, Christoph! <3 > > Patch https://lore.kernel.org/all/20220527055806.1972352-1-hch@lst.de/ > does indeed fix the issue. > > Could this patch also be backported to 5.17 and 5.18? It should get picked up automatically based on the fixes tag as soon as it hits mainline.