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 784B7C61DA4 for ; Thu, 2 Feb 2023 17:33:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231726AbjBBRdp (ORCPT ); Thu, 2 Feb 2023 12:33:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229916AbjBBRdo (ORCPT ); Thu, 2 Feb 2023 12:33:44 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17A0C74A44; Thu, 2 Feb 2023 09:33:40 -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 B99A8B82768; Thu, 2 Feb 2023 17:33:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E4DCC4339B; Thu, 2 Feb 2023 17:33:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675359217; bh=jWpsupyz5OCnrBf7xdkbmxZaIA2WX22mnR+/HQKkP3Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OhFq/JiPBa5ABY88fWTVqNuxugI2btGa9Q5645hYmS+5CqgOej38MY46FshP77q6c a+2pJJOASsY7M5EEWV7JsOXUUmECPRfdPUTrBoj6mOP9yUku06jpHWWfZoS6Z+SI4G eW3PD49Bt5ogYj2wxo3NYgvisBi0nOl1/0E+4KHyFCp54Ku048DIpn0U/8iQImwsqw O2JAdJptdKps/x3oJGFEvouviGFitVu61LIphCLiECS2w5OUnAx6VBuUp2pK0fqLj0 gMXbTdW2jxJENrA7x2ncpRXj4h5KW9zAZZUeUDt75Qpwr7FgHkrRdNm9o11dT8+wp5 AiN2tQ2lPWnJg== Date: Thu, 2 Feb 2023 09:33:35 -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: <20230202093335.43586ecf@kernel.org> In-Reply-To: <20230130122206.3b55a0a7@kernel.org> References: <20230121042436.2661843-1-yury.norov@gmail.com> <4dc2a367-d3b1-e73e-5f42-166e9cf84bac@gmail.com> <4fa5d53d-d614-33b6-2d33-156281420507@gmail.com> <20230130122206.3b55a0a7@kernel.org> 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 Mon, 30 Jan 2023 12:22:06 -0800 Jakub Kicinski wrote: > 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. Peter, could you please take a look? Linux doesn't have an API for basic, common sense IRQ distribution on AMD systems. It's important :(