From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76377C6FD1D for ; Wed, 15 Mar 2023 08:54:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231401AbjCOIyD (ORCPT ); Wed, 15 Mar 2023 04:54:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231645AbjCOIyB (ORCPT ); Wed, 15 Mar 2023 04:54:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF1A186A6 for ; Wed, 15 Mar 2023 01:53:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 73CE661C0D for ; Wed, 15 Mar 2023 08:53:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FE90C433D2; Wed, 15 Mar 2023 08:53:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678870438; bh=ur4kAP/wtcC9DWv1573BR9Km7pSEgTQ2vIRp+M0neAc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aarYKYHiZAjj6KeY8E4hmOZs6fzNGHUkkeiOxxvJJyvV7H+ANLF2AKOpIWcebvU92 JslxPdhLOVdwXDKtpUelNl8XEI6BBj1UoIDTX/p/fHUS45hr3SA2kSnNA1o3Du4ZYG DeQfubLmLgrIvuDuw1UpgFb+26F+NTVAFZYaZMzM= Date: Wed, 15 Mar 2023 09:53:56 +0100 From: Greg KH To: Qais Yousef Cc: stable@vger.kernel.org, Peter Zijlstra , Vincent Guittot , Dietmar Eggemann Subject: Re: [PATCH 0/7] Backport uclamp vs margin fixes into 5.15.y Message-ID: References: <20230308162207.2886641-1-qyousef@layalina.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Mar 15, 2023 at 09:03:45AM +0100, Greg KH wrote: > On Wed, Mar 08, 2023 at 04:22:00PM +0000, Qais Yousef wrote: > > Portion of the fixes were ported in 5.15 but missed some. > > > > This ports the remainder of the fixes. > > > > Based on 5.15.98. > > > > Build tested on x86 with and without uclamp config enabled. > > Now queued up, thanks. Wait, should we also queue up a2e90611b9f4 ("sched/fair: Remove capacity inversion detection") to 5.10 and 5.15 now as well? thanks, greg k-h