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 A4C6FC77B61 for ; Thu, 27 Apr 2023 11:39:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243635AbjD0Ljd (ORCPT ); Thu, 27 Apr 2023 07:39:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243215AbjD0Lj2 (ORCPT ); Thu, 27 Apr 2023 07:39:28 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C12E59DA; Thu, 27 Apr 2023 04:39:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682595563; x=1714131563; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=W+qEVLnZXkjvqK8g0vmrUvNQJzHb6PylQWSwWeHVLG0=; b=oIotq9qD10/8ETYRPTfqj2epKbuldBGamcVM+bGZCKbSBcjy0l2XHBou ahPMGk8UdeaK2AJN2Hsi0waGiUqwDZWP/KLQ+tk4s3rz3EXfyZmG6cs9K cEJyfrOtV88tzC9nsebdC3CkLlt0F7gSvQINn8zAc4bKZYCX/hQBRReD8 BgKyi+lxM6HPvIwwvDkoMeedoQNQASJXy9MnvyypNh1XUNvOf1RNHpEih qIf3vFD18BKJiK/8ZCOCFblWTexfx3syRvwyDbbpSH/xRweS/qzoXEE7X yJRigm2K/OF5AIzDWYPYdIyU0WvJq3jmwJA9Uelyk0X73RMSJnubTsyNl g==; X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="327733059" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="327733059" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 04:39:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="724853365" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="724853365" Received: from lkp-server01.sh.intel.com (HELO 1e0e07564161) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 27 Apr 2023 04:39:20 -0700 Received: from kbuild by 1e0e07564161 with local (Exim 4.96) (envelope-from ) id 1przy4-0000CX-0e; Thu, 27 Apr 2023 11:39:20 +0000 Date: Thu, 27 Apr 2023 19:38:27 +0800 From: kernel test robot To: Kai-Heng Feng , jejb@linux.ibm.com, martin.petersen@oracle.com Cc: oe-kbuild-all@lists.linux.dev, bblock@linux.ibm.com, acelan.kao@canonical.com, Kai-Heng Feng , Damien Le Moal , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] ata: libata: Defer rescan on suspended device Message-ID: <202304271942.yVqlIimT-lkp@intel.com> References: <20230427050603.612145-2-kai.heng.feng@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230427050603.612145-2-kai.heng.feng@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kai-Heng, kernel test robot noticed the following build errors: [auto build test ERROR on rafael-pm/linux-next] [also build test ERROR on linus/master pavel-leds/for-next v6.3 next-20230426] [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/Kai-Heng-Feng/ata-libata-Defer-rescan-on-suspended-device/20230427-130726 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next patch link: https://lore.kernel.org/r/20230427050603.612145-2-kai.heng.feng%40canonical.com patch subject: [PATCH v3 2/2] ata: libata: Defer rescan on suspended device config: mips-randconfig-r014-20230427 (https://download.01.org/0day-ci/archive/20230427/202304271942.yVqlIimT-lkp@intel.com/config) compiler: mipsel-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/0e5dc37a85d9e0c92e2ae38903928499b2b17d04 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Kai-Heng-Feng/ata-libata-Defer-rescan-on-suspended-device/20230427-130726 git checkout 0e5dc37a85d9e0c92e2ae38903928499b2b17d04 # 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=mips olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=mips SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304271942.yVqlIimT-lkp@intel.com/ All errors (new ones prefixed by >>): mipsel-linux-ld: drivers/ata/libata-eh.o: in function `ata_eh_revalidate_and_attach': >> libata-eh.c:(.text.ata_eh_revalidate_and_attach+0x74): undefined reference to `pm_suspend_target_state' >> mipsel-linux-ld: libata-eh.c:(.text.ata_eh_revalidate_and_attach+0x1f8): undefined reference to `pm_suspend_target_state' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests