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 EF5E0C433FE for ; Wed, 20 Apr 2022 06:56:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359517AbiDTG7Q (ORCPT ); Wed, 20 Apr 2022 02:59:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241440AbiDTG7O (ORCPT ); Wed, 20 Apr 2022 02:59:14 -0400 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4179B33EA2 for ; Tue, 19 Apr 2022 23:56:29 -0700 (PDT) Received: from canpemm500002.china.huawei.com (unknown [172.30.72.56]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4Kjrv61pMfzCr6t; Wed, 20 Apr 2022 14:52:02 +0800 (CST) Received: from [10.174.177.76] (10.174.177.76) by canpemm500002.china.huawei.com (7.192.104.244) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Wed, 20 Apr 2022 14:56:26 +0800 Subject: Re: [kbuild-all] Re: [PATCH] mm/swap: Fix lost swap bits in unuse_pte() To: "Chen, Rong A" , kernel test robot CC: , , , , , , , , , , , , , , , , Peter Xu References: <202204201313.QYiDBRbL-lkp@intel.com> <52536319-962a-864c-d5a7-5b959aa91f22@intel.com> From: Miaohe Lin Message-ID: Date: Wed, 20 Apr 2022 14:56:26 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <52536319-962a-864c-d5a7-5b959aa91f22@intel.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.177.76] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To canpemm500002.china.huawei.com (7.192.104.244) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022/4/20 14:48, Chen, Rong A wrote: > > > On 4/20/2022 2:23 PM, Miaohe Lin wrote: >> On 2022/4/20 13:56, kernel test robot wrote: >>> Hi Peter, >>> >>> Thank you for the patch! Yet something to improve: >>> >>> [auto build test ERROR on hnaz-mm/master] >>> >>> url:    https://github.com/intel-lab-lkp/linux/commits/Peter-Xu/mm-swap-Fix-lost-swap-bits-in-unuse_pte/20220420-053845 >>> base:   https://github.com/hnaz/linux-mm master >>> config: s390-randconfig-r023-20220420 (https://download.01.org/0day-ci/archive/20220420/202204201313.QYiDBRbL-lkp@intel.com/config) >>> compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project bac6cd5bf85669e3376610cfc4c4f9ca015e7b9b) >>> reproduce (this is a W=1 build): >>>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross >>>          chmod +x ~/bin/make.cross >>>          # install s390 cross compiling tool for clang build >>>          # apt-get install binutils-s390x-linux-gnu >>>          # https://github.com/intel-lab-lkp/linux/commit/355ac3eb45402f7aab25b76af029d4390af05238 >>>          git remote add linux-review https://github.com/intel-lab-lkp/linux >>>          git fetch --no-tags linux-review Peter-Xu/mm-swap-Fix-lost-swap-bits-in-unuse_pte/20220420-053845 >>>          git checkout 355ac3eb45402f7aab25b76af029d4390af05238 >>>          # save the config file >>>          mkdir build_dir && cp config build_dir/.config >>>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash >>> >>> If you fix the issue, kindly add following tag as appropriate >>> Reported-by: kernel test robot >>> >> >> The variable name is newpte. But it's written as new_pte latter. Many thanks for report! >> >> BTW: Since this is not a formal patch (no compile tested). Is Reported-by tag still needed? > > Hi Miaohe, > > Please ignore the tag, it's only a suggestion, the bot doesn't > know the entire picture. > I see. Many thanks for your clarifying again! :) > Best Regards, > Rong Chen > >> ... >> _______________________________________________ >> kbuild-all mailing list -- kbuild-all@lists.01.org >> To unsubscribe send an email to kbuild-all-leave@lists.01.org >> > .