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 1D38F191473; Mon, 26 Aug 2024 19:05:49 +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=1724699150; cv=none; b=tDDV+MVgCvMpi+NcgUe/fGWQGSCHvJHPcyB72GMH+sewttYPQh6+CaoO+H+t8zQ1ttEOOhx4fUqIkJJlzhnOLBHhUEAqunCp8T6xQga+zPIbuiSZboxwwwSm7EQH9UP/5p6mU/x2NxckQmapfrFkNLZw6clGfdGVLxaJ7xlGfjg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724699150; c=relaxed/simple; bh=kodZH7iyjh6N0lyHFBZoDBvoPNAYhvcixfEOgSEJ9AQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qp0e/+2OFhxye/k4bgax0t2NgY1w/z8HeGvsUwW+to4+INi5296w013lODz4uIUeL9iRwExqmijj5WvaBUngxu5v0aYUkx+Vw/JDtm4VXNn07dAtBc6jHBxsyN7gz2SrSugKtWYDPTiL7FrHt5nRCePNJxXIf4CEXDwql13Ac5Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qscm7fiN; 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="qscm7fiN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 946B8C8B7B3; Mon, 26 Aug 2024 19:05:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724699149; bh=kodZH7iyjh6N0lyHFBZoDBvoPNAYhvcixfEOgSEJ9AQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qscm7fiND2ORGP7AwoYHBumFm4vbL8RzSSU34z7aMchPb+xR/GBM0E4aoJfsaSPaf aM6JI34+6A4gBmhG8JpucuZZr7ZldCTvKRxeFbDTws2LlaF2ZfleeVVg05eeqwbY5c QJH77ZYeeG6YD9OiL6Yf9PMqCEA7TfipcBoEfJBMnccoqDucCjcs9SFz7Qp/eCjk2T cvijSLqVUu8jemsrupz/voAqEIy3M8coZ+4b8teEmtU2xzCmkokEojWtF7B+VZnq3D tXZAMntpSqRwbhTgYn25JPhBKjQD79ub+kADJKr4Ij3SMLSmZibiHBKfGjmsGYIpBr dmP0jsebscfqw== Date: Mon, 26 Aug 2024 09:05:48 -1000 From: Tejun Heo To: Waiman Long Cc: Zefan Li , Johannes Weiner , Michal =?iso-8859-1?Q?Koutn=FD?= , Shuah Khan , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH-cgroup 0/2] cgroup/cpuset: Account for boot time isolated CPUs Message-ID: References: <20240820195536.202066-1-longman@redhat.com> Precedence: bulk X-Mailing-List: linux-kselftest@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: Hello, Waiman. On Mon, Aug 26, 2024 at 03:01:21PM -0400, Waiman Long wrote: > Ping! Any comment on these patches? cgroup side looks fine to me. Ping isol people? Thanks. -- tejun