From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 80D3B6A01E for ; Fri, 23 Aug 2024 06:26:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724394381; cv=none; b=dtykltcjORKRa0JF5G4jHXzpRxF1Xwd42pmvMMoV6dkZ/s/aWo75uQsNSOcZiUAcAHGD6s82fYP7BRntrbUgfllR3wX8u+V8CX1A+kL6o9eO5MNgWuI+VitkF7OcpzB9edyu3t87yevSDZimdJ0XIrGS4sVtrOU+CUPys1e3jmA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724394381; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GA15U0Ibrsbuc1OP/LPbwKCc1o62awSwLuRIZAUabKCqRD+ZIuKjKBtM0b/+upZ+pxjbee4ftnrE5KZ/9xB3jiS3rfmpfoCGNIO0RsrPCswF9BFYUIutkkSy7GlG2tIsQSq3tOGwi1xZhH/vmH7xv63lrsYvIPc55RX4c2BjO6o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id B44B268AA6; Fri, 23 Aug 2024 08:26:08 +0200 (CEST) Date: Fri, 23 Aug 2024 08:26:08 +0200 From: Christoph Hellwig To: Stuart Hayes Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , "Rafael J . Wysocki" , Martin Belanger , Oliver O'Halloran , Daniel Wagner , Keith Busch , Lukas Wunner , David Jeffery , Jeremy Allison , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org Subject: Re: [PATCH v8 1/4] driver core: don't always lock parent in shutdown Message-ID: <20240823062608.GA31588@lst.de> References: <20240822202805.6379-1-stuart.w.hayes@gmail.com> <20240822202805.6379-2-stuart.w.hayes@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240822202805.6379-2-stuart.w.hayes@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig