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 670A5C6FD18 for ; Wed, 19 Apr 2023 07:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231786AbjDSHU1 (ORCPT ); Wed, 19 Apr 2023 03:20:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229618AbjDSHU0 (ORCPT ); Wed, 19 Apr 2023 03:20:26 -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 086AF49C6 for ; Wed, 19 Apr 2023 00:20:26 -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 9A6856134C for ; Wed, 19 Apr 2023 07:20:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B20F5C433D2; Wed, 19 Apr 2023 07:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681888825; bh=XjCfwVwUI2LH+Nnyq/tPRe5xpJ3sphKp0WCIq0G0wME=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lqVZ4QyUM7tgrMUrI3tLxKelEa0+Hz31JbNw/pn9WOiiVPGDKMMMFcSIJCHuuOGmj Gv5wTZIvCbaxBa+V3TvsoRKSY2QO3TfEywZUeF9xO0H3rfgWNkeb0pBn4ss/tvdEdt ksU0O1ARxIOUXFsf+PyBEBZaglxUIU044QLhj4YM= Date: Wed, 19 Apr 2023 09:20:22 +0200 From: Greg Kroah-Hartman To: Waiman Long Cc: stable@vger.kernel.org, Tejun Heo , Michal =?iso-8859-1?Q?Koutn=FD?= , Giuseppe Scrivano Subject: Re: [PATCH 5.15 1/3] cgroup/cpuset: Skip spread flags update on v2 Message-ID: <2023041902-giddily-obliged-32ce@gregkh> References: <20230417153647.3374211-1-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230417153647.3374211-1-longman@redhat.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Apr 17, 2023 at 11:36:45AM -0400, Waiman Long wrote: > commit 18f9a4d47527772515ad6cbdac796422566e6440 upstream. > > Cpuset v2 has no spread flags to set. So we can skip spread > flags update if cpuset v2 is being used. Also change the name to > cpuset_update_task_spread_flags() to indicate that there are multiple > spread flags. > > Signed-off-by: Waiman Long > Signed-off-by: Tejun Heo > --- > kernel/cgroup/cpuset.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Same as the 5.10.y series, I've dropped all of these due to build errors. thanks, greg k-h