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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2CC7CC4332F for ; Mon, 30 Oct 2023 00:44:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8Dle5u5uss81eElSuL6eYTjjlRXxTdyTAZb609nc09g=; b=GXGlJ7KGzXtCRV BkmBjS3nrqfT4y6POJqwqe3Aw0nKvUaYtrhUejN+OABPY8O2nYR6DqdAbAt2r/BSLULrgBQAv6S9S IX9GQiq8KXTGNUM0/kOdyh9U4jB2g4KQeosn4RH2MLP8bXrNBFm+47DgRYUIwDz3otQLiZ/7VHryp 0C9rMQbw1pBOc6F1fwQ6MUsLmIx//nJEqZ4GPF9FmstnBRQHUQiEToCFxrDlKcSsRLn9kVZikF/Hl ZlVgYs3LbOoLqunQeTzQGMQqStPEHTbFVNPgrbr7z4epwjSrAZ291M8Hhxh2b7BC1gqYZ4y1VLdSl r0Bg5/LF6DoiMxU5FAag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qxGNs-002Kdr-32; Mon, 30 Oct 2023 00:44:00 +0000 Received: from mgamail.intel.com ([192.55.52.43]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qxGNp-002Kcy-2n for kexec@lists.infradead.org; Mon, 30 Oct 2023 00:43:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698626637; x=1730162637; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=g1ypwRov0tzM3HEybZ/eYo/bLezi/zNSOOpCeGQJlxc=; b=QG+DqKzGlDYOXTkM+z26z/NQu5B3HTN+vbmDpUjZhZEE/5eQY/JeGoo8 6gsKmD104/nhIQMqclW/49O6A1dTA/Bc9TAEx7TccXWwU8AD0/elGNVNv zOhcxQiCMJTnfTT+hPQaw3Ul6RnUTCd6ZMwgKB9rtr+RPFfhFbdhNCqEe QuZOlIdtyeXZ8fuRrsQTdLV5cOhXdacz7l6LFnhZhTyCc/Xm+LyqL4PxA n3IoS7iQRt+bFQnF2KD0qz0BQbIp/Arv/8NdAOc3VNZu7adIZg/O4ZOu7 A86kHODrrRZbVJr8+YhP+HT7wLAJFD1pnfm7DQ0xqa4ZfGlpvg5X+R3Ze w==; X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="474225181" X-IronPort-AV: E=Sophos;i="6.03,262,1694761200"; d="scan'208";a="474225181" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2023 17:43:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="933627203" X-IronPort-AV: E=Sophos;i="6.03,262,1694761200"; d="scan'208";a="933627203" Received: from lkp-server01.sh.intel.com (HELO 8917679a5d3e) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 29 Oct 2023 17:43:45 -0700 Received: from kbuild by 8917679a5d3e with local (Exim 4.96) (envelope-from ) id 1qxGNa-000Cwh-1R; Mon, 30 Oct 2023 00:43:42 +0000 Date: Mon, 30 Oct 2023 08:43:22 +0800 From: kernel test robot To: Sourabh Jain , linuxppc-dev@ozlabs.org Cc: oe-kbuild-all@lists.linux.dev, David Hildenbrand , Dave Hansen , Mimi Zohar , Eric DeVolder , Boris Ostrovsky , Valentin Schneider , Baoquan He , x86@kernel.org, Laurent Dufour , Dave Young , Vivek Goyal , Borislav Petkov , Thomas Gleixner , Hari Bathini , Oscar Salvador , Greg Kroah-Hartman , kexec@lists.infradead.org, Mahesh Salgaonkar , Akhil Raj , Andrew Morton , Linux Memory Management List Subject: Re: [PATCH v12 6/6] powerpc: add crash memory hotplug support Message-ID: <202310300812.yN6FuPcZ-lkp@intel.com> References: <20231029124039.6158-7-sourabhjain@linux.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231029124039.6158-7-sourabhjain@linux.ibm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231029_174357_915276_457F560E X-CRM114-Status: GOOD ( 12.50 ) X-BeenThere: kexec@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+kexec=archiver.kernel.org@lists.infradead.org Hi Sourabh, kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on linus/master v6.6-rc7] [cannot apply to powerpc/next powerpc/fixes tip/x86/core next-20231027] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Sourabh-Jain/crash-forward-memory_notify-arg-to-arch-crash-hotplug-handler/20231029-213858 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20231029124039.6158-7-sourabhjain%40linux.ibm.com patch subject: [PATCH v12 6/6] powerpc: add crash memory hotplug support config: powerpc64-randconfig-001-20231029 (https://download.01.org/0day-ci/archive/20231030/202310300812.yN6FuPcZ-lkp@intel.com/config) compiler: powerpc64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231030/202310300812.yN6FuPcZ-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202310300812.yN6FuPcZ-lkp@intel.com/ All errors (new ones prefixed by >>): powerpc64-linux-ld: warning: discarding dynamic section .glink powerpc64-linux-ld: warning: discarding dynamic section .plt powerpc64-linux-ld: linkage table error against `add_opal_mem_range' powerpc64-linux-ld: stubs don't match calculated size powerpc64-linux-ld: can not build stubs: bad value powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function `get_crash_memory_ranges': core_64.c:(.text+0x1010): undefined reference to `add_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1064): undefined reference to `sort_memory_ranges' powerpc64-linux-ld: core_64.c:(.text+0x1128): undefined reference to `add_rtas_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1140): undefined reference to `add_opal_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1160): undefined reference to `add_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1188): undefined reference to `sort_memory_ranges' powerpc64-linux-ld: core_64.c:(.text+0x11e0): undefined reference to `realloc_mem_ranges' powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function `arch_crash_handle_hotplug_event': >> core_64.c:(.text+0x1900): undefined reference to `remove_mem_range' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 548F4361 for ; Mon, 30 Oct 2023 00:43:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="lTam3tO2" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698626632; x=1730162632; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=g1ypwRov0tzM3HEybZ/eYo/bLezi/zNSOOpCeGQJlxc=; b=lTam3tO2bF+6wY2nxftzYysnTXJLmB9GczPiFIzVkydBvJu6QFsmCt+F X21wLFnyWCm7SywpHk2hm7CMKbh2qvKz8BXGUd0sOeqEu+PdBSyr7xil/ xh9rZEWeSgT8Qko1QfScDStRMjf2O6ClGAalC6VV3uCahng/NE4JvInQX pDUDbX1o6svBLWUOALGp11AalLOjfUz+WHlZIfrsanwcHtLlp9vx1aaVB +Q73/KYapmIzMjOd18vnznVvAmb2tEekcnvlLvOKVWXmSG8GSs9Li4C4K cyJu8hrlj8JpoX4W1+i3KDzFdAzQGrYlL7cI632ibl91vNNby5I2JjGjK g==; X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="474225169" X-IronPort-AV: E=Sophos;i="6.03,262,1694761200"; d="scan'208";a="474225169" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2023 17:43:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="933627203" X-IronPort-AV: E=Sophos;i="6.03,262,1694761200"; d="scan'208";a="933627203" Received: from lkp-server01.sh.intel.com (HELO 8917679a5d3e) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 29 Oct 2023 17:43:45 -0700 Received: from kbuild by 8917679a5d3e with local (Exim 4.96) (envelope-from ) id 1qxGNa-000Cwh-1R; Mon, 30 Oct 2023 00:43:42 +0000 Date: Mon, 30 Oct 2023 08:43:22 +0800 From: kernel test robot To: Sourabh Jain , linuxppc-dev@ozlabs.org Cc: oe-kbuild-all@lists.linux.dev, David Hildenbrand , Dave Hansen , Mimi Zohar , Eric DeVolder , Boris Ostrovsky , Valentin Schneider , Baoquan He , x86@kernel.org, Laurent Dufour , Dave Young , Vivek Goyal , Borislav Petkov , Thomas Gleixner , Hari Bathini , Oscar Salvador , Greg Kroah-Hartman , kexec@lists.infradead.org, Mahesh Salgaonkar , Akhil Raj , Andrew Morton , Linux Memory Management List Subject: Re: [PATCH v12 6/6] powerpc: add crash memory hotplug support Message-ID: <202310300812.yN6FuPcZ-lkp@intel.com> References: <20231029124039.6158-7-sourabhjain@linux.ibm.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231029124039.6158-7-sourabhjain@linux.ibm.com> Hi Sourabh, kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on linus/master v6.6-rc7] [cannot apply to powerpc/next powerpc/fixes tip/x86/core next-20231027] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Sourabh-Jain/crash-forward-memory_notify-arg-to-arch-crash-hotplug-handler/20231029-213858 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20231029124039.6158-7-sourabhjain%40linux.ibm.com patch subject: [PATCH v12 6/6] powerpc: add crash memory hotplug support config: powerpc64-randconfig-001-20231029 (https://download.01.org/0day-ci/archive/20231030/202310300812.yN6FuPcZ-lkp@intel.com/config) compiler: powerpc64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231030/202310300812.yN6FuPcZ-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202310300812.yN6FuPcZ-lkp@intel.com/ All errors (new ones prefixed by >>): powerpc64-linux-ld: warning: discarding dynamic section .glink powerpc64-linux-ld: warning: discarding dynamic section .plt powerpc64-linux-ld: linkage table error against `add_opal_mem_range' powerpc64-linux-ld: stubs don't match calculated size powerpc64-linux-ld: can not build stubs: bad value powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function `get_crash_memory_ranges': core_64.c:(.text+0x1010): undefined reference to `add_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1064): undefined reference to `sort_memory_ranges' powerpc64-linux-ld: core_64.c:(.text+0x1128): undefined reference to `add_rtas_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1140): undefined reference to `add_opal_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1160): undefined reference to `add_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1188): undefined reference to `sort_memory_ranges' powerpc64-linux-ld: core_64.c:(.text+0x11e0): undefined reference to `realloc_mem_ranges' powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function `arch_crash_handle_hotplug_event': >> core_64.c:(.text+0x1900): undefined reference to `remove_mem_range' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7923C4332F for ; Mon, 30 Oct 2023 00:44:51 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=QG+DqKzG; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4SJZKt19m0z3cTw for ; Mon, 30 Oct 2023 11:44:50 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=QG+DqKzG; dkim-atps=neutral Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4SJZJt3rmwz30NN for ; Mon, 30 Oct 2023 11:43:58 +1100 (AEDT) Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4SJZJt3Wwvz4wd6 for ; Mon, 30 Oct 2023 11:43:58 +1100 (AEDT) Received: by gandalf.ozlabs.org (Postfix) id 4SJZJt3TF2z4wdD; Mon, 30 Oct 2023 11:43:58 +1100 (AEDT) Authentication-Results: gandalf.ozlabs.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: gandalf.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=QG+DqKzG; dkim-atps=neutral Authentication-Results: gandalf.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=192.55.52.43; helo=mgamail.intel.com; envelope-from=lkp@intel.com; receiver=ozlabs.org) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gandalf.ozlabs.org (Postfix) with ESMTPS id 4SJZJs1Pj8z4wd6 for ; Mon, 30 Oct 2023 11:43:54 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698626637; x=1730162637; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=g1ypwRov0tzM3HEybZ/eYo/bLezi/zNSOOpCeGQJlxc=; b=QG+DqKzGlDYOXTkM+z26z/NQu5B3HTN+vbmDpUjZhZEE/5eQY/JeGoo8 6gsKmD104/nhIQMqclW/49O6A1dTA/Bc9TAEx7TccXWwU8AD0/elGNVNv zOhcxQiCMJTnfTT+hPQaw3Ul6RnUTCd6ZMwgKB9rtr+RPFfhFbdhNCqEe QuZOlIdtyeXZ8fuRrsQTdLV5cOhXdacz7l6LFnhZhTyCc/Xm+LyqL4PxA n3IoS7iQRt+bFQnF2KD0qz0BQbIp/Arv/8NdAOc3VNZu7adIZg/O4ZOu7 A86kHODrrRZbVJr8+YhP+HT7wLAJFD1pnfm7DQ0xqa4ZfGlpvg5X+R3Ze w==; X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="474225168" X-IronPort-AV: E=Sophos;i="6.03,262,1694761200"; d="scan'208";a="474225168" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2023 17:43:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="933627203" X-IronPort-AV: E=Sophos;i="6.03,262,1694761200"; d="scan'208";a="933627203" Received: from lkp-server01.sh.intel.com (HELO 8917679a5d3e) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 29 Oct 2023 17:43:45 -0700 Received: from kbuild by 8917679a5d3e with local (Exim 4.96) (envelope-from ) id 1qxGNa-000Cwh-1R; Mon, 30 Oct 2023 00:43:42 +0000 Date: Mon, 30 Oct 2023 08:43:22 +0800 From: kernel test robot To: Sourabh Jain , linuxppc-dev@ozlabs.org Subject: Re: [PATCH v12 6/6] powerpc: add crash memory hotplug support Message-ID: <202310300812.yN6FuPcZ-lkp@intel.com> References: <20231029124039.6158-7-sourabhjain@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231029124039.6158-7-sourabhjain@linux.ibm.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Hildenbrand , Dave Hansen , Mimi Zohar , Linux Memory Management List , Eric DeVolder , Thomas Gleixner , Valentin Schneider , Baoquan He , x86@kernel.org, Laurent Dufour , Dave Young , Vivek Goyal , Borislav Petkov , oe-kbuild-all@lists.linux.dev, Boris Ostrovsky , Hari Bathini , Oscar Salvador , Greg Kroah-Hartman , kexec@lists.infradead.org, Mahesh Salgaonkar , Akhil Raj , Andrew Morton Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Sourabh, kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on linus/master v6.6-rc7] [cannot apply to powerpc/next powerpc/fixes tip/x86/core next-20231027] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Sourabh-Jain/crash-forward-memory_notify-arg-to-arch-crash-hotplug-handler/20231029-213858 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20231029124039.6158-7-sourabhjain%40linux.ibm.com patch subject: [PATCH v12 6/6] powerpc: add crash memory hotplug support config: powerpc64-randconfig-001-20231029 (https://download.01.org/0day-ci/archive/20231030/202310300812.yN6FuPcZ-lkp@intel.com/config) compiler: powerpc64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231030/202310300812.yN6FuPcZ-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202310300812.yN6FuPcZ-lkp@intel.com/ All errors (new ones prefixed by >>): powerpc64-linux-ld: warning: discarding dynamic section .glink powerpc64-linux-ld: warning: discarding dynamic section .plt powerpc64-linux-ld: linkage table error against `add_opal_mem_range' powerpc64-linux-ld: stubs don't match calculated size powerpc64-linux-ld: can not build stubs: bad value powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function `get_crash_memory_ranges': core_64.c:(.text+0x1010): undefined reference to `add_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1064): undefined reference to `sort_memory_ranges' powerpc64-linux-ld: core_64.c:(.text+0x1128): undefined reference to `add_rtas_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1140): undefined reference to `add_opal_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1160): undefined reference to `add_mem_range' powerpc64-linux-ld: core_64.c:(.text+0x1188): undefined reference to `sort_memory_ranges' powerpc64-linux-ld: core_64.c:(.text+0x11e0): undefined reference to `realloc_mem_ranges' powerpc64-linux-ld: arch/powerpc/kexec/core_64.o: in function `arch_crash_handle_hotplug_event': >> core_64.c:(.text+0x1900): undefined reference to `remove_mem_range' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki