Message ID | 20231115170359.163299-1-longman@redhat.com |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 547FC35EFB for <linux-kselftest@vger.kernel.org>; Wed, 15 Nov 2023 17:04:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Prtr+isy" Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DC951AD for <linux-kselftest@vger.kernel.org>; Wed, 15 Nov 2023 09:04:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700067858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HRYEQpHqs33qVvt7P3DiUUYjLjVK3AoO1/pzgTrkPNE=; b=Prtr+isyi3gLGj4KL+mi3fnCo4EEvJRwQIpzQcL+YS7sNHT7kDrMouIZnN8eVZIQ7RSKlg GW2tRNgGIkn0Qw2LDn5eAdfe+rPXIzBufja8ohS+o0v5UVtov3gNv+i9V5MvKsoHyeA/ju mojhNM9KNISsH9dqzOjP9RKWO7xDOrA= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-550-YnyQKZPYPzuYztDmQCgvtQ-1; Wed, 15 Nov 2023 12:04:15 -0500 X-MC-Unique: YnyQKZPYPzuYztDmQCgvtQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 537583C2364B; Wed, 15 Nov 2023 17:04:14 +0000 (UTC) Received: from llong.com (unknown [10.22.9.37]) by smtp.corp.redhat.com (Postfix) with ESMTP id B1ED81121306; Wed, 15 Nov 2023 17:04:13 +0000 (UTC) From: Waiman Long <longman@redhat.com> To: Tejun Heo <tj@kernel.org>, Zefan Li <lizefan.x@bytedance.com>, Johannes Weiner <hannes@cmpxchg.org>, Jonathan Corbet <corbet@lwn.net>, Lai Jiangshan <jiangshanlai@gmail.com>, Shuah Khan <shuah@kernel.org> Cc: cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Peter Hunt <pehunt@redhat.com>, Frederic Weisbecker <frederic@kernel.org>, Waiman Long <longman@redhat.com> Subject: [PATCH v3 0/5] cgroup/cpuset: Improve CPU isolation in isolated partitions Date: Wed, 15 Nov 2023 12:03:54 -0500 Message-Id: <20231115170359.163299-1-longman@redhat.com> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 |
Series |
cgroup/cpuset: Improve CPU isolation in isolated partitions
|
expand
|