From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 6992B3DE432; Thu, 9 Apr 2026 14:47:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775746055; cv=none; b=U06dXAh/8YOyO1lZNJZZp5qIl8D4l9WqEzYdfUrX1d+LFIaTI2omMJKm7WHqPgPKncyHu6B71TWgZdaGbeuOQP/pqc2qynIhWOlenPobcV2LfrJTKx9lYVKyySV6CaektzF2muHndJ9916siSLyfRfK52fPCznqb4cVHXQDNIEA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775746055; c=relaxed/simple; bh=djRqfPBkNVahcZFjp0o5BzT6Z5NlQchfQKtyM/aCpRo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Zr8QAlFnMNLQG2GyGmD9UcG+d186Bz7vevTZK4JHndtxfcJLLc8djlDa9eSw8Eaa929OAeDQRPdt+ynwumnXs/jQxVRgv0al50QSw5Er+femENsW6auQR9R9PrQCxNJurLX1uTzIvxok+V/Lkgv9v99ljuKvAdUSJtTA+6Msoz4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DlAisKje; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DlAisKje" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9B80C19424; Thu, 9 Apr 2026 14:47:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775746054; bh=djRqfPBkNVahcZFjp0o5BzT6Z5NlQchfQKtyM/aCpRo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DlAisKje+O0Lnmqr+zVussfrUGx5EyoJKtv8uEoz3CJtl+tT6wWPZNX39aDECpJ8b bVgP93SURRCtuaDuBFe+9ehf+jfHND0Y1/cVmfADHpr++Gl7ctLO5oUJLX9eJZ2/9S UxQGVmAfT/RdYtlu4mU0wJ0T2zdB3CQVdSb8xai6em7u+iDDRmCIILxqWML+yCeKF1 CVmu/mYqQuz+1x+nv9+ido/yjHwdANbjiN6pfavqgqrK7+7VEVgeZG+2JYjg54j3fj 0qs+Viz4C1LIby2TdVLejtg1KpnWQjSfUHE0Kfpm7iYbEbLiUSbC6eMcyd6u0fpayd ITvz+7dpj/YoA== Date: Thu, 9 Apr 2026 08:47:32 -0600 From: Keith Busch To: Fedor Pchelkin Cc: 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: 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> On Wed, Apr 08, 2026 at 05:18:14PM +0300, Fedor Pchelkin wrote: > Commit 03b3bcd319b3 ("nvme: fix admin request_queue lifetime") moved the > admin queue reference ->put call into nvme_free_ctrl() - a controller > device release callback performed for every nvme driver doing > nvme_init_ctrl(). Thanks, applied to nvme-7.1.