Message ID | 20240711130004.2157737-1-vschneid@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 3F6C116D4EF for <rcu@vger.kernel.org>; Thu, 11 Jul 2024 13:00:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720702855; cv=none; b=mRZSLT8f3WI2H5968a/y4nWdmS4zEgInRNoy0/TChs0AMrKZG0TrE5Kw8EjVnqs350FIezqGhcTwJC8ZDlvba/PLgyn5S0YiLhJpYorv4EWQFHPPhy6U68njzpPx2/7qtxQN1uOOGf84qDMzOj0aYeq/t2YU07rrHqgWKjhSOqk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720702855; c=relaxed/simple; bh=Hm0+dnUQgdDJ2/S65Ewj7D0wEhScphLNn2S7aBT0XyM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Dm8b2tlQg9O9fqfIJBxFogi2ZUdE8/Y+M8l/vxcLoZLyoz2c9bVBMMAbbChU36kWzvOD61jOIj5rP5G/dMMr4XqUFcCNNvmv3x76gyf3Q9VJelyU9iGv9/3DvkG/34Qdb+NnVcJ5ydMk6XjUmvBry6OQM0bhVRKmykxORIUZyeQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=LxyK8Q+s; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="LxyK8Q+s" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1720702853; 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=nRgFpOHXJvT1VsZdQomT7n0zMUPrGpb3Ck/7bQmJ6Jw=; b=LxyK8Q+s7w+g2LIp6EkzB+1KpwWqNCvRvRo8RVznwY2aothzC//L/iQ5a335dKOwrT8iKA mP3cjTA2TrrDXY6Q0OofG3y1LG+TspREWglct6YJwPtaA/YDHIggtEyvjQnNk9vlHapdBL qrFam2cPVVA90OHxn2/kdggV0eINqvM= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-517-Jyvz4PdnPuuvvJoEd6C6YA-1; Thu, 11 Jul 2024 09:00:46 -0400 X-MC-Unique: Jyvz4PdnPuuvvJoEd6C6YA-1 Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (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 mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id B036419772E0; Thu, 11 Jul 2024 13:00:36 +0000 (UTC) Received: from vschneid-thinkpadt14sgen2i.remote.csb (unknown [10.39.192.211]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 640B11955EAF; Thu, 11 Jul 2024 13:00:27 +0000 (UTC) From: Valentin Schneider <vschneid@redhat.com> To: linux-kernel@vger.kernel.org, rcu@vger.kernel.org Cc: Ingo Molnar <mingo@redhat.com>, Peter Zijlstra <peterz@infradead.org>, Juri Lelli <juri.lelli@redhat.com>, Vincent Guittot <vincent.guittot@linaro.org>, Dietmar Eggemann <dietmar.eggemann@arm.com>, Steven Rostedt <rostedt@goodmis.org>, Ben Segall <bsegall@google.com>, Mel Gorman <mgorman@suse.de>, Phil Auld <pauld@redhat.com>, Clark Williams <williams@redhat.com>, Tomas Glozar <tglozar@redhat.com>, "Paul E. McKenney" <paulmck@kernel.org>, Frederic Weisbecker <frederic@kernel.org>, Neeraj Upadhyay <neeraj.upadhyay@kernel.org>, Joel Fernandes <joel@joelfernandes.org>, Josh Triplett <josh@joshtriplett.org>, Boqun Feng <boqun.feng@gmail.com>, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>, Lai Jiangshan <jiangshanlai@gmail.com>, Zqiang <qiang.zhang1211@gmail.com>, Alexander Gordeev <agordeev@linux.ibm.com>, Catalin Marinas <catalin.marinas@arm.com>, Arnd Bergmann <arnd@arndb.de>, Guo Ren <guoren@kernel.org>, Palmer Dabbelt <palmer@rivosinc.com>, Andrew Morton <akpm@linux-foundation.org>, Oleg Nesterov <oleg@redhat.com>, Jens Axboe <axboe@kernel.dk> Subject: [RFC PATCH v3 00/10] sched/fair: Defer CFS throttle to user entry Date: Thu, 11 Jul 2024 14:59:54 +0200 Message-ID: <20240711130004.2157737-1-vschneid@redhat.com> Precedence: bulk X-Mailing-List: rcu@vger.kernel.org List-Id: <rcu.vger.kernel.org> List-Subscribe: <mailto:rcu+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:rcu+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 |
Series |
sched/fair: Defer CFS throttle to user entry
|
expand
|