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 D0A741E25EB for ; Tue, 7 Jan 2025 19:55:17 +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=1736279717; cv=none; b=hN9MsHTsDWo3eqgqkC6eGkMOd9OQw7BVLlKK4l3C0jkeQxWos3A0TIT/SuyLnyavCmtcf6MSXKaz7Engf6ZFYgJ/mSsSrCswDMmQRQxO9ZQzIH9dTjYxuwOyEbQ5MjQ5/dNI1/s8fHeDkmiifslOWVje4kJqShdse03gx7ScXLs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736279717; c=relaxed/simple; bh=9ukf9lvoJYnU4N3ozbjQ2ZPeyXy8+VgKAL3S30YYtDA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qcOHuX+OZYa9/DDwxDvY6megjPzOjzpJLNBppuB89LOxyVEQUc3MfVARLBYQPng+2fG6sPe1DYpa7l/pAxAdTzDgV2FrAIJQANtMEu5RVxtKUFJF1yd+DaDeBzFdPh2iEw4WR+zXKgKo2xvKrTZ+Skaum+mBvWhZRtECVgzmrpo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UI5gZW2d; 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="UI5gZW2d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FA54C4CED6; Tue, 7 Jan 2025 19:55:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736279717; bh=9ukf9lvoJYnU4N3ozbjQ2ZPeyXy8+VgKAL3S30YYtDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UI5gZW2dFe954d7sQFC62G8n3jxhO2Ssa1BtdzHGwQZzgPILTPqEliyumVxMekNbn CJJq+f/WoZMjLtJqLdsx6d06VY0J0oykNu1jLccseXy2EExazVOSHb/nZVuj3ttkpP ZbHOZbSRMwihPvtqaXVZf2y24l3W/8qjkld9CHoFOpzWkjVfYSCQZ7AL2+ORyb1dM6 hfAna8PuNtdvA+MRP+k/RAaylWEkvNuLhanQBZC8kL/h4/RtM4W4B6UEWkKXl2o7dU V4la2sbaOwzQ8/JVXqUyXQjgVad63BoGvr2CY7TT9IbnEncM5mg3xiQPJvjPIq2auK K0eb1PmnFHUzQ== Date: Tue, 7 Jan 2025 09:55:16 -1000 From: Tejun Heo To: Peter Zijlstra Cc: Changwoo Min , void@manifault.com, arighi@nvidia.com, mingo@redhat.com, changwoo@igalia.com, kernel-dev@igalia.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/6] sched_ext: Support high-performance monotonically non-decreasing clock Message-ID: References: <20241230095625.114363-1-changwoo@igalia.com> <20250107195347.GD28303@noisy.programming.kicks-ass.net> 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: <20250107195347.GD28303@noisy.programming.kicks-ass.net> Hello, On Tue, Jan 07, 2025 at 08:53:47PM +0100, Peter Zijlstra wrote: > > > The patch series generally look good to me. Peter, if things look okay to > > > you, I'll apply the series to sched_ext/for-6.14. > > > > Applying to sched_ext/for-6.14. Please holler if there are concerns. > > Urgh, I'll try and have a look, but have a hate for everybody who's been > working through x-mas :/ Ah, I'm just back too. FWIW, the patchset is a lot simpler now, so hopefully there shouldn't be too much to object to. I'll hold off until you can take a look. Thanks. -- tejun