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 B1ADC30ACF2; Thu, 9 Apr 2026 06:09:19 +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=1775714962; cv=none; b=l3sY9DE0QLJMFkzMGajxDFTEMjog9CY6OS8QVR1gOWk2iN3WynEDax3Zvl67VjzC4inEOWGRcN4RrcQLFKRlwEcaqD1AL7cx4XpJWzb9fMoL5nC882UOSsCk3SVG6gQZdAt+v/sO3C5lZvesj/8NXNYU1U/NiAVL8nAite2p/7A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775714962; 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=RfmerycxWnY7z2H70PTrLff1Z3Hlel55gkmHnBxWE6xiJHllYauMqE4Ue/ePAzcstnOaZ1mR38fFy4Sb7hzp0LdpwsYJMad/do51M8aAIzy/RfWsCjnmxTG/CLLZbCYmTr2tcufoBOYawsISe+uGmgwZxPJuf5AkCjFzSVF/Zx0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (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=pass (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 D02B468D05; Thu, 9 Apr 2026 08:09:14 +0200 (CEST) Date: Thu, 9 Apr 2026 08:09:14 +0200 From: Christoph Hellwig To: Fedor Pchelkin Cc: Keith Busch , Christoph Hellwig , Jens Axboe , Sven Peter , Janne Grunau , Neal Gompa , Sagi Grimberg , Hannes Reinecke , Ming Lei , Chaitanya Kulkarni , "Heyne, Maximilian" , asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org, stable@vger.kernel.org Subject: Re: [PATCH v2] nvme-apple: drop invalid put of admin queue reference count Message-ID: <20260409060914.GC6389@lst.de> References: <20260408141815.375695-1-pchelkin@ispras.ru> 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: <20260408141815.375695-1-pchelkin@ispras.ru> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig