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 D5339ECAAD4 for ; Tue, 30 Aug 2022 22:50:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230205AbiH3Wum (ORCPT ); Tue, 30 Aug 2022 18:50:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229923AbiH3Wuj (ORCPT ); Tue, 30 Aug 2022 18:50:39 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E277651416 for ; Tue, 30 Aug 2022 15:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661899837; x=1693435837; h=date:from:to:cc:subject:message-id:mime-version; bh=R+S7Gqng6lC8uom+nmh7BLz9JlDye9KNWyf7hl6D6L8=; b=Lgeb1pr2hjV9mdyKxN0iHzi69CtMKDnbS78Z/XiSMASpaftEH1X3lC0X rmrST/Bc+aoWooUGLz6i4mG2eu7aYybgX/pudGoNOfFkkO1Z/7LCgzwEJ /SVs9o+aobzOtF2KSrv4WXT7ffn92wvlEX0Z5JGP8WfQEWMQhBCHFrF4g fjBHXEk405z+WRFqsv22YCFWRmP51t745sleX6fXBO6fnU6TIF2oUmf1I QC173henNR8OzGdxM+7wwgRFKbUj/QVt9Fen68wYpgS1XWORYW+btsPku Rg7Vo8TURerBV2yeSOevpAsV5RKabVrznxiwdEgKlItRYJnCoptJJEbcB w==; X-IronPort-AV: E=McAfee;i="6500,9779,10455"; a="381620634" X-IronPort-AV: E=Sophos;i="5.93,276,1654585200"; d="scan'208";a="381620634" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2022 15:50:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,276,1654585200"; d="scan'208";a="611901202" Received: from lkp-server02.sh.intel.com (HELO 77b6d4e16fc5) ([10.239.97.151]) by orsmga002.jf.intel.com with ESMTP; 30 Aug 2022 15:50:35 -0700 Received: from kbuild by 77b6d4e16fc5 with local (Exim 4.96) (envelope-from ) id 1oTA43-0000hl-10; Tue, 30 Aug 2022 22:50:35 +0000 Date: Wed, 31 Aug 2022 06:50:00 +0800 From: kernel test robot To: Johannes Berg Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Richard Weinberger , Sasha Levin Subject: [linux-stable-rc:linux-5.10.y 7935/8233] signal.c:undefined reference to `uml_pm_wake' Message-ID: <202208310636.cPgi92ku-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y head: 10c6bbc07890234ed728ef39924dcdd3bd211e15 commit: b58294ce1a8ac8e234abd991255b1d1905520aed [7935/8233] um: Allow PM with suspend-to-idle config: um-allnoconfig (https://download.01.org/0day-ci/archive/20220831/202208310636.cPgi92ku-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-5) 11.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=b58294ce1a8ac8e234abd991255b1d1905520aed git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git fetch --no-tags linux-stable-rc linux-5.10.y git checkout b58294ce1a8ac8e234abd991255b1d1905520aed # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=um 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 >>): /usr/bin/ld: warning: arch/x86/um/checksum_32.o: missing .note.GNU-stack section implies executable stack /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /usr/bin/ld: warning: vmlinux has a LOAD segment with RWX permissions /usr/bin/ld: arch/um/os-Linux/signal.o: in function `sigusr1_handler': >> signal.c:(.text+0x211): undefined reference to `uml_pm_wake' collect2: error: ld returned 1 exit status -- 0-DAY CI Kernel Test Service https://01.org/lkp