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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CFC3C07E9A for ; Wed, 14 Jul 2021 11:01:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE1AC61363 for ; Wed, 14 Jul 2021 11:01:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239222AbhGNLEh (ORCPT ); Wed, 14 Jul 2021 07:04:37 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:11304 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239206AbhGNLEg (ORCPT ); Wed, 14 Jul 2021 07:04:36 -0400 Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.54]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4GPvbG2vdmz8slH; Wed, 14 Jul 2021 18:57:14 +0800 (CST) Received: from dggpemm500002.china.huawei.com (7.185.36.229) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Wed, 14 Jul 2021 19:01:43 +0800 Received: from [10.174.179.5] (10.174.179.5) by dggpemm500002.china.huawei.com (7.185.36.229) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Wed, 14 Jul 2021 19:01:42 +0800 Subject: Re: [PATCH] cacheinfo: clear cache_leaves(cpu) in free_cache_attributes() To: Sudeep Holla , James Morse CC: , , References: <1626148058-55230-1-git-send-email-wangxiongfeng2@huawei.com> <20210713113315.thsvrvqvqptc7hje@bogus> <303cd2bf-7142-6ec9-548a-afe7f6e5ca8f@huawei.com> <20210713132612.gvx7xpdp3tjcmxxu@bogus> <20210713174818.oipjwqldkf3jlzih@bogus> From: Xiongfeng Wang Message-ID: Date: Wed, 14 Jul 2021 19:01:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20210713174818.oipjwqldkf3jlzih@bogus> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.179.5] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggpemm500002.china.huawei.com (7.185.36.229) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/7/14 1:48, Sudeep Holla wrote: > On Tue, Jul 13, 2021 at 06:38:15PM +0100, James Morse wrote: >> Hello, >> > > [...] > >> If you like. If there is nothing broken its hard to care. >> I guess this helps people doing backports. >> > > Thanks James, indeed I was trying to avoid unnecessary backport. > > Xiongfeng, > > Please don't add any fixes and post the patch with my Reviewed-by, we can Sorry, I forgot to add your Reviewed-by tag in the new version. > then ask Greg to pick. I am fine with the patch as is, it is nice to have > as it ensures teardown is more complete but it doesn't fix anything > in upstream or stable trees. > > -- > Regards, > Sudeep > . >