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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 421A0C433F5 for ; Tue, 25 Jan 2022 09:42:46 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id D29C26B0081; Tue, 25 Jan 2022 04:42:45 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id CDA056B0083; Tue, 25 Jan 2022 04:42:45 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id BA21F6B0085; Tue, 25 Jan 2022 04:42:45 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0116.hostedemail.com [216.40.44.116]) by kanga.kvack.org (Postfix) with ESMTP id AB2256B0081 for ; Tue, 25 Jan 2022 04:42:45 -0500 (EST) Received: from smtpin24.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 5FC2290062 for ; Tue, 25 Jan 2022 09:42:45 +0000 (UTC) X-FDA: 79068319890.24.FCDA9B4 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by imf11.hostedemail.com (Postfix) with ESMTP id 94B534003A for ; Tue, 25 Jan 2022 09:42:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643103764; x=1674639764; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=UOyizqD2sSGjzcXbTRFk96ZRXQApkRHVp2CIS8Exl9k=; b=BoLSBruySISnYiJF0Hhdw4Kv/LLrkc4rdPa+/vgOgCCvBcpKsAu94U6N aoZiYR5fK3lcGh/8N1y0RPGDewi3hf7uuHDQGB6GL4xrO5/mg3P0fxcHk lfp656L0Bt0RsEkVNn5klaEtaNrJnm6DCA4YC/VhUy90hEcGcv34bBcH7 ULMdcbTGbWqBQocutbECPZUdEO1XhE9o4KwGB9IQ9M8SMax3WBNiJQk7u ofMga+VDnGyHN309WRsjP4WqYYirSH8OuNX0dg8pqJodmSFUPFzGbscx6 NbWzAMM+goMgZagJdpP1QKUV9NM50y96g1Zdw734q5QECce9gDNjN3xrU A==; X-IronPort-AV: E=McAfee;i="6200,9189,10237"; a="246046984" X-IronPort-AV: E=Sophos;i="5.88,314,1635231600"; d="scan'208";a="246046984" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2022 01:42:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,314,1635231600"; d="scan'208";a="766722401" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 25 Jan 2022 01:42:40 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1nCILS-000Jg4-Ip; Tue, 25 Jan 2022 09:42:34 +0000 Date: Tue, 25 Jan 2022 17:41:47 +0800 From: kernel test robot To: Anshuman Khandual , linux-mm@kvack.org Cc: kbuild-all@lists.01.org, akpm@linux-foundation.org, naoya.horiguchi@linux.dev, rostedt@goodmis.org, Anshuman Khandual , Ingo Molnar , Zi Yan , Naoya Horiguchi , John Hubbard , Matthew Wilcox Subject: Re: [PATCH V2 2/2] mm/migration: Add trace events for base page and HugeTLB migrations Message-ID: <202201251716.ncCstDar-lkp@intel.com> References: <1643080105-11416-3-git-send-email-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1643080105-11416-3-git-send-email-anshuman.khandual@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Server: rspam11 X-Rspamd-Queue-Id: 94B534003A X-Stat-Signature: hrzh76zgd3rmxu943y9andouutmhap8r Authentication-Results: imf11.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=BoLSBruy; dmarc=pass (policy=none) header.from=intel.com; spf=none (imf11.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 134.134.136.24) smtp.mailfrom=lkp@intel.com X-Rspam-User: nil X-HE-Tag: 1643103764-526926 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Anshuman, Thank you for the patch! Yet something to improve: [auto build test ERROR on v5.17-rc1] [also build test ERROR on next-20220124] [cannot apply to hnaz-mm/master rostedt-trace/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Anshuman-Khandual/mm-migration-Add-trace-events/20220125-110944 base: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 config: xtensa-randconfig-r031-20220124 (https://download.01.org/0day-ci/archive/20220125/202201251716.ncCstDar-lkp@intel.com/config) compiler: xtensa-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/f1100840c009fceb20d26ac4564c9d4c9c23c729 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Anshuman-Khandual/mm-migration-Add-trace-events/20220125-110944 git checkout f1100840c009fceb20d26ac4564c9d4c9c23c729 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=xtensa SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): arch/xtensa/kernel/entry.o: in function `fast_syscall_spill_registers': (.exception.text+0x253): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: make_task_dead xtensa-linux-ld: mm/rmap.o: in function `page_remove_rmap': >> rmap.c:(.text+0x11b0): undefined reference to `__tracepoint_set_migration_pte' >> xtensa-linux-ld: rmap.c:(.text+0x11b4): undefined reference to `__tracepoint_set_migration_pte' >> xtensa-linux-ld: rmap.c:(.text+0x11c4): undefined reference to `__traceiter_set_migration_pte' xtensa-linux-ld: mm/rmap.o: in function `try_to_unmap_one': >> rmap.c:(.text+0x135d): undefined reference to `__traceiter_set_migration_pte' >> xtensa-linux-ld: mm/rmap.o:(__jump_table+0x8): undefined reference to `__tracepoint_set_migration_pte' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org