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 E25983749F6; Fri, 14 Aug 2026 06:50:56 +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=1786690258; cv=none; b=TAU7D+Gi4JR758OivrkuSZ1cU2KcHBXRUeMpnZMQGQzLO58fJ+gwpnh66f9SiRCRCIc4dfxSkY5saaWk7hCKcKXlGHIBn/LmWEZh6TvETxwnJ/FR4G49+CDHEwzipWuzGTl3FYT5NVFZBh+dHNQtI4AIMv813d5qoI0t4qw6x3o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786690258; c=relaxed/simple; bh=8r2AZqW1AUJrEV1zOvdxHuNQmKb9G6A04RP/k8ww7M4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tZTLFvzm7o6a1YftK5+KjLyYa8uWbimEWo+zCZVKLOe8F4TS1FfbIcHrR+/ucAuJPq6IeKnqV9S24u+2uxOUhuwH9NbyzvKT3k2BenR2+vSJ0sidzTziEUxfmkumLdn6fKrx2GL/bkdtfvDAluEBjagNiKGnNVKASyXPlVlh+4U= 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 0EC8B68B05; Fri, 14 Aug 2026 08:50:50 +0200 (CEST) Date: Fri, 14 Aug 2026 08:50:49 +0200 From: Christoph Hellwig To: Yu Kuai Cc: Jens Axboe , Tejun Heo , Josef Bacik , Johannes Weiner , Michal =?iso-8859-1?Q?Koutn=FD?= , Yu Kuai , Christoph Hellwig , Tao Cui , Jan Kara , Ming Lei , Jonathan Corbet , Shuah Khan , Coly Li , Kent Overstreet , Alasdair Kergon , Mike Snitzer , Mikulas Patocka , Benjamin Marzinski , Song Liu , Li Nan , Xiao Ni , Pankaj Gupta , Dan Williams , Vishal Verma , Dave Jiang , Alison Schofield , Ira Weiny , Andreas Gruenbacher , Matthew Wilcox , Andrew Morton , Chris Li , Kairui Song , Kemeng Shi , Nhat Pham , Baoquan He , Barry Song , Youngjun Park , cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-bcache@vger.kernel.org, dm-devel@lists.linux.dev, linux-raid@vger.kernel.org, nvdimm@lists.linux.dev, virtualization@lists.linux.dev, gfs2@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind Message-ID: <20260814065049.GA9495@lst.de> References: <20260811064744.1139446-1-yukuai@kernel.org> <20260811064744.1139446-2-yukuai@kernel.org> 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: <20260811064744.1139446-2-yukuai@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig You probably want to send this to Jens as a separate bugfix for 7.3 and -stable.