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 84B77C636CD for ; Mon, 30 Jan 2023 20:22:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229588AbjA3UWN (ORCPT ); Mon, 30 Jan 2023 15:22:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbjA3UWM (ORCPT ); Mon, 30 Jan 2023 15:22:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 951B8470B6; Mon, 30 Jan 2023 12:22:11 -0800 (PST) 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 3AB06B8168C; Mon, 30 Jan 2023 20:22:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77452C433EF; Mon, 30 Jan 2023 20:22:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675110128; bh=2amaQBzxTLZAx/R22ao8Phymmp5xGE1DaFtSYzJHbrE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HBGugDWrPykzyvqC7IIOk71SVz6xABUkxS12I6+QHtxmBweGJZ9rp7MfHe408Hn+V N+ZuH1ueJ6zUi+BgQPUIYcG6IcKnbkwGAv6Let4QA2e183dWowI5r9OwqBpURt2R2e 7XaV6ML2TNcBH26pg1vPS/YNNHhkydZPHxhLtLyyNYPZCH+1wVIhPqlrXYQBSehGlj 4EFiwvC9zT02MCQPlYuSlVOrJzYJoIoS2ZRJu6SazOGnMR6uIJU9iD/faeHHLWHjWq rANd/dc+piV+P2LApLcuvh1/7w+JDMmG5Fc5h45mGbPUiDi5YM1w7ASvowAurKICM9 AbbNxsoSTAc9w== Date: Mon, 30 Jan 2023 12:22:06 -0800 From: Jakub Kicinski To: Peter Zijlstra Cc: Tariq Toukan , Valentin Schneider , Yury Norov , linux-kernel@vger.kernel.org, "David S. Miller" , Andy Shevchenko , Barry Song , Ben Segall , Dietmar Eggemann , Gal Pressman , Greg Kroah-Hartman , Haniel Bristot de Oliveira , Heiko Carstens , Ingo Molnar , Jacob Keller , Jason Gunthorpe , Jesse Brandeburg , Jonathan Cameron , Juri Lelli , Leon Romanovsky , Linus Torvalds , Mel Gorman , Peter Lafreniere , Rasmus Villemoes , Saeed Mahameed , Steven Rostedt , Tariq Toukan , Tony Luck , Vincent Guittot , linux-crypto@vger.kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org Subject: Re: [PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality Message-ID: <20230130122206.3b55a0a7@kernel.org> In-Reply-To: <4fa5d53d-d614-33b6-2d33-156281420507@gmail.com> References: <20230121042436.2661843-1-yury.norov@gmail.com> <4dc2a367-d3b1-e73e-5f42-166e9cf84bac@gmail.com> <4fa5d53d-d614-33b6-2d33-156281420507@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Sun, 29 Jan 2023 10:07:58 +0200 Tariq Toukan wrote: > > Peter/Ingo, any objections to stashing this in tip/sched/core? > > Can you please look into it? So we'll have enough time to act (in > case...) during this kernel. > > We already missed one kernel... We really need this in linux-next by the end of the week. PTAL.