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 9C00A43BDB7; Fri, 14 Aug 2026 08:16:11 +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=1786695376; cv=none; b=bNEupzaWs0juX1cKyQ2EHhKDfIQKKTntqw7shIdPoqnk1sHuAqn6tPJD6Su8ewkzbSZCBbGbKy1StS6gQWZRJAnsVkZaycGgKLd/ZNYqRMNyXVv/ud/GAPm2m64HsIKuR8+f82uQarwdxsYFnPPZrP8ttSw5U6eAaOHBkRQNl6w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786695376; c=relaxed/simple; bh=odumUnmQaOM9XlG4Bt+fltrLkUyY9uCrcGl/EvW/x0U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bPqnM2aa2QX+x8WbzI6tbP8zycUiDx+OU3xYj/IU3SF4CL14EtP2pZ7P+sL6fmlwTonz6Vneer94g/ISpjKYyKJLYF5/jiotXUJRZFn0rA+6dEJkKNpSKTGEj8ncJx1bXjpHYeDkooV+roF9PuFspPIE2Hpq1ZNcEwiisk5Ob1o= 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 63B2B68B05; Fri, 14 Aug 2026 10:16:06 +0200 (CEST) Date: Fri, 14 Aug 2026 10:16:06 +0200 From: Christoph Hellwig To: yu kuai Cc: Christoph Hellwig , Jens Axboe , Tejun Heo , Josef Bacik , Johannes Weiner , Michal =?iso-8859-1?Q?Koutn=FD?= , 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 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion Message-ID: <20260814081606.GB13546@lst.de> References: <20260811064744.1139446-1-yukuai@kernel.org> <20260814064537.GA9355@lst.de> 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: User-Agent: Mutt/1.5.17 (2007-11-01) On Fri, Aug 14, 2026 at 03:53:44PM +0800, yu kuai wrote: > I'll rebase to the latest for-7.3/block branch in the next version. Thanks. For anything complicated a link to the git branch can also be helpful.