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 1A268C00140 for ; Thu, 18 Aug 2022 11:49:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244378AbiHRLt4 (ORCPT ); Thu, 18 Aug 2022 07:49:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239197AbiHRLtv (ORCPT ); Thu, 18 Aug 2022 07:49:51 -0400 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 583A47696A; Thu, 18 Aug 2022 04:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660823390; x=1692359390; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=w0DG8lbNG0etxgamQ6E0DavXvsqnzqxQNG520Oa4wm0=; b=b5q0RYlCnk/+YZMz3FdKHqRnqzdDihiNNhGChVLvmCDV+ifMBAJ4BS9O cCbUSrDDDecVNxdrAfm400mriGQOXUnqhG/l570Yanq6I/tfQ//ItPMY1 UQKtA++yad5Yk9/0w0QXMPAOQOGWlQJukAl7ltR87sYXmhTiuoDUfmULX ve1Nwx2eifeMjfezJGezMwY/KEc1VMEWRUvpAOr/M297gLw5qXhCC7s7Y PvJQ++OTsQIPpYH12DOpmjjghwsgblbR+ZKQwR5GFjwilrEfc5kJHhUrl Dkv0ed0o5vmGRiuI0IxZ58GtvtdzsoGInjzSASv71jjxMFL6cpZwvLb76 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10442"; a="275784968" X-IronPort-AV: E=Sophos;i="5.93,246,1654585200"; d="scan'208";a="275784968" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2022 04:49:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,246,1654585200"; d="scan'208";a="734026515" Received: from lkp-server01.sh.intel.com (HELO 6cc724e23301) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 18 Aug 2022 04:49:45 -0700 Received: from kbuild by 6cc724e23301 with local (Exim 4.96) (envelope-from ) id 1oOe1w-0000So-2t; Thu, 18 Aug 2022 11:49:44 +0000 Date: Thu, 18 Aug 2022 19:49:10 +0800 From: kernel test robot To: Wupeng Ma , akpm@linux-foundation.org Cc: kbuild-all@lists.01.org, corbet@lwn.net, mcgrof@kernel.org, keescook@chromium.org, yzaikin@google.com, songmuchun@bytedance.com, mike.kravetz@oracle.com, osalvador@suse.de, surenb@google.com, mawupeng1@huawei.com, rppt@kernel.org, charante@codeaurora.org, jsavitz@redhat.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, wangkefeng.wang@huawei.com Subject: Re: [PATCH -next 2/2] mm: sysctl: Introduce per zone watermark_scale_factor Message-ID: <202208181945.AoDDCp5a-lkp@intel.com> References: <20220818090430.2859992-3-mawupeng1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818090430.2859992-3-mawupeng1@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wupeng, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20220818] url: https://github.com/intel-lab-lkp/linux/commits/Wupeng-Ma/watermark-related-improvement-on-zone-movable/20220818-170659 base: 5b6a4bf680d61b1dd26629840f848d0df8983c62 config: openrisc-buildonly-randconfig-r004-20220818 (https://download.01.org/0day-ci/archive/20220818/202208181945.AoDDCp5a-lkp@intel.com/config) compiler: or1k-linux-gcc (GCC) 12.1.0 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 # https://github.com/intel-lab-lkp/linux/commit/d126658752d146244ef366f63b8edbb797dc5436 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Wupeng-Ma/watermark-related-improvement-on-zone-movable/20220818-170659 git checkout d126658752d146244ef366f63b8edbb797dc5436 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): or1k-linux-ld: or1k-linux-ld: DWARF error: could not find abbrev number 84 mm/page_alloc.o: in function `watermark_scale_factor_sysctl_handler': >> page_alloc.c:(.text+0xeaa8): undefined reference to `sysctl_vals' >> or1k-linux-ld: page_alloc.c:(.text+0xeaac): undefined reference to `sysctl_vals' `.exit.text' referenced in section `.data' of sound/soc/codecs/tlv320adc3xxx.o: defined in discarded section `.exit.text' of sound/soc/codecs/tlv320adc3xxx.o -- 0-DAY CI Kernel Test Service https://01.org/lkp