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 6B2B2C05027 for ; Fri, 20 Jan 2023 11:59:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230018AbjATL7Z (ORCPT ); Fri, 20 Jan 2023 06:59:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230017AbjATL7X (ORCPT ); Fri, 20 Jan 2023 06:59:23 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3F25A2943 for ; Fri, 20 Jan 2023 03:59:15 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 8F29361F25 for ; Fri, 20 Jan 2023 11:59:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6BF94C433D2; Fri, 20 Jan 2023 11:59:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674215954; bh=P7Wl9A9Dddz4p7HgcuNKsv7iPsqoZtelM0qY2cA5nbU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kkXdOhHgrCvhyIVG0JltayofanG1ezhDyZu13fis70qvzxAWJvhNVzow/xGuFVmxO bWe2KTK2vzOm7KPP9FyZiW7aK9KHqWNXcnWR8LwKchbWN7enCkxReNwgJkcILL/xa2 2iVVIhpXcCXRFfb5bRkPxrtL1cYg4rASVX7De8bk= Date: Fri, 20 Jan 2023 12:59:12 +0100 From: Greg Kroah-Hartman To: Sudeep Holla 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: References: <20221219105132.27690-1-yongxuan.wang@sifive.com> <20221219105132.27690-2-yongxuan.wang@sifive.com> <9cfb3356-3e3b-e9f3-1e16-ff02790e5829@arm.com> <20230120113155.nsq3ufwlel3lznfl@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230120113155.nsq3ufwlel3lznfl@bogus> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 20, 2023 at 11:31:55AM +0000, Sudeep Holla wrote: > 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. Ah, good, sorry, I missed that. Am catching up on old patches in my queue...