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 631DEC6FD1D for ; Wed, 15 Mar 2023 08:03:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229790AbjCOIDv (ORCPT ); Wed, 15 Mar 2023 04:03:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229727AbjCOIDu (ORCPT ); Wed, 15 Mar 2023 04:03:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E49A723C48 for ; Wed, 15 Mar 2023 01:03:49 -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 ams.source.kernel.org (Postfix) with ESMTPS id 97F95B81CC1 for ; Wed, 15 Mar 2023 08:03:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 116C9C433EF; Wed, 15 Mar 2023 08:03:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678867427; bh=pGMV4w2OYDGmz8fCxuMAgysM9YxiW5Iq+PgcitB7J9A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j9ZPsfeOhTYL3tjv5y3TS72WztOiE/NUrvTelwiEfXgUXb45j6pyMy2/3jx/Cd3wN VVrDejP+0vlD/JKe9mCNSTXe1fOUHbpOcISJS0S+aQHIc5QENLIbYKf94ixGhtXZO2 ndqNd52SBYj3OHhWCXJG69SZvxCKXvJG9ITBxciE= Date: Wed, 15 Mar 2023 09:03:45 +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: <20230308162207.2886641-1-qyousef@layalina.io> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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. greg k-h