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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93279C433FE for ; Tue, 28 Sep 2021 05:27:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 74A1560F35 for ; Tue, 28 Sep 2021 05:27:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235311AbhI1F3E (ORCPT ); Tue, 28 Sep 2021 01:29:04 -0400 Received: from verein.lst.de ([213.95.11.211]:50089 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235246AbhI1F3C (ORCPT ); Tue, 28 Sep 2021 01:29:02 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id ACBFA67373; Tue, 28 Sep 2021 07:27:21 +0200 (CEST) Date: Tue, 28 Sep 2021 07:27:21 +0200 From: Christoph Hellwig To: Ming Lei Cc: Thomas Gleixner , Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH V3 6/7] lib/group_cpus: allow to group cpus in case of !CONFIG_SMP Message-ID: <20210928052721.GB29020@lst.de> References: <20210928005558.243352-1-ming.lei@redhat.com> <20210928005558.243352-7-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210928005558.243352-7-ming.lei@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 28, 2021 at 08:55:57AM +0800, Ming Lei wrote: > Allows group_cpus_evenly() to be called in case of !CONFIG_SMP by simply > assigning all CPUs into the 1st group. > > Signed-off-by: Ming Lei I would hav folded this into the previous patch, but otherwise: Reviewed-by: Christoph Hellwig