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 66A72C10F04 for ; Thu, 7 Dec 2023 01:00:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1441919AbjLGAyw (ORCPT ); Wed, 6 Dec 2023 19:54:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229729AbjLGAyu (ORCPT ); Wed, 6 Dec 2023 19:54:50 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EE16FA for ; Wed, 6 Dec 2023 16:54:55 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FE5DC433C8; Thu, 7 Dec 2023 00:54:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1701910494; bh=7NQaJczkVv5wrigtA1QaLdfOwqAzSDMCJYkOqBKS8no=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TOpGHcvP2acc+8l2aN2+Nrzd+A9ar1eqkWzpGllk3b4EM4LXWPb2W4PGAUL+lJwAM bKM14QyBxYo4nECo1dITZVL7fzf6hAnMQ8UqF+PcHOlFn73bvspEHH0625NOEmrzhW l0CD22MSCSgEhntr836Phts2sN4l0L8XqqwPA9IU= Date: Wed, 6 Dec 2023 16:54:53 -0800 From: Andrew Morton To: Yury Norov Cc: Ming Lei , Thomas Gleixner , linux-kernel@vger.kernel.org, Keith Busch , linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, Yi Zhang , Guangwu Zhang , Chengming Zhou , Jens Axboe Subject: Re: [PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly Message-Id: <20231206165453.613dbe57555f41ab4b9b0acc@linux-foundation.org> In-Reply-To: References: <20231120083559.285174-1-ming.lei@redhat.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Dec 2023 16:41:44 -0800 Yury Norov wrote: > Although, it's not related to this patch directly. So, if you fix > zalloc_cpumask_var(), the patch looks good to me. > > Reviewed-by: Yury Norov Thanks. I just moved this into mm.git's non-rebasing mm-hotfixes-stable branch, so I'd prefer not to have to redo it at this stage. Let's do these things (with which I agree) as a followup patch, please.