Received: by 2002:a05:6358:a55:b0:ec:fcf4:3ecf with SMTP id 21csp2514964rwb; Fri, 20 Jan 2023 04:05:02 -0800 (PST) X-Google-Smtp-Source: AMrXdXv6Ob9VVT03p5QRWuDISoaNzO0OfhDALgnB7QMg/J7Wv1E7GgbUPIaYKGaw8Mi7SzEMOKfz X-Received: by 2002:a17:90b:3755:b0:226:eec9:6b62 with SMTP id ne21-20020a17090b375500b00226eec96b62mr14807372pjb.22.1674216301802; Fri, 20 Jan 2023 04:05:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674216301; cv=none; d=google.com; s=arc-20160816; b=0PdSP0Z2KfUcrwjeKmIE1h4L2j1uausMhlJCz9S616zwc3m7ZodZ7Lu/ALS7zuUAEX exeD4nJtpGd6MtKrBr795hBderrHYyGONWGTvVFpHhr5tICMKHpaDXJIn1iWfQ9lK5Hv 7tSRa/2GWqktKy9WC2C3V0DT+kAn3jK8lVowFZt46quiBpGA/glkbSgBcKeS7LJIAWos GJzoFLg9YtOhMiBlnhIp8mk3nUyw38/FkPAGIv7WWCxgq4FbdiJpgAYaYVxHJHphqH/m k5/4NHXAD4WK4twculxGS9gvKCimI8spwkmbnENz54pOoxk5HlRZO9HN+Z+2vN1HShwQ 9XBQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=sYXDV5u6Ag6Iyjxs/MiPLjxTZ1rhS3RPNZkIG8VnJJM=; b=UuWjfxn+/qmfPnnvwsqfSR4MQm5xLpaV8BbTtFcWbM1Ho/nuRpFvye+b5Nh3QxXMaM YiQLs6hkQbSIzFf+XZRRkLpHMhn/DWYM/mn4lYb7x2fDnIrJVtkjMVqRM4MoWaLApVaK ZvxULe1GSqnjG0Wj5bwAM59Kh7ITrX6UT0oA0r5NQ3KXTqoKi8iHUcoe33keqZ8EZW7S LyUf1IdvZpOSWHz2dS3/B4A8avRPh0SeURmgpJk9oXQQ03Lpy5GXGEWQyvTpGn9kuBkm +HD6eCT+En+bbCCySIe8AYnhG/nZGfICufxneGWQnSfOYU+KoI32gcMXIHhP3TIZuer5 OPhA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id r38-20020a63fc66000000b0049d0099742fsi40285675pgk.137.2023.01.20.04.04.53; Fri, 20 Jan 2023 04:05:01 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229561AbjATLcB (ORCPT + 49 others); Fri, 20 Jan 2023 06:32:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjATLb7 (ORCPT ); Fri, 20 Jan 2023 06:31:59 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F11C6E1 for ; Fri, 20 Jan 2023 03:31:58 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F1C8E2F; Fri, 20 Jan 2023 03:32:39 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6A4A73F71A; Fri, 20 Jan 2023 03:31:57 -0800 (PST) Date: Fri, 20 Jan 2023 11:31:55 +0000 From: Sudeep Holla To: Greg Kroah-Hartman Cc: Pierre Gondois , Yong-Xuan Wang , Vincent Chen , Greentime Hu , linux-kernel@vger.kernel.org, "Rafael J. Wysocki" Subject: Re: [PATCH v2 1/1] drivers: base: cacheinfo: fix shared_cpu_map Message-ID: <20230120113155.nsq3ufwlel3lznfl@bogus> References: <20221219105132.27690-1-yongxuan.wang@sifive.com> <20221219105132.27690-2-yongxuan.wang@sifive.com> <9cfb3356-3e3b-e9f3-1e16-ff02790e5829@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Fri, Jan 20, 2023 at 12:27:26PM +0100, Greg Kroah-Hartman wrote: > On Wed, Dec 21, 2022 at 10:00:39AM +0100, Pierre Gondois wrote: [...] > > > > It seems there are 2 ';' above (same in the block below). > > Yes, the kernel test robot complains about this as well. > > It needs to be fixed before this change can be accepted. > Just FYI, v3 and v4 was posted and I have pulled v4 which includes all the suggested changes. I will send a pull request with all cacheinfo and associated changes later today. They have been in the next for a while, need to tag them and send it to you. -- Regards, Sudeep