From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 0B89762C for ; Tue, 26 Apr 2022 10:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650967381; x=1682503381; h=date:from:cc:subject:message-id:mime-version; bh=x7FRG+lpB0u4UsnEHbsyPe8tl0Sfa6PEfrHjZ4L2omQ=; b=X6LuJyNjUT3JJMipJuKNgGtQSISshS6hOxOZROG2UlGIVgEhFwt7hiwX McPsfDFGatempHJ0uq0BTNVOhPzUxASnXJepFM//BTtykxOH653QEtkuB j7xBNUR61wBycXUsKTyCUgEQ6cdZnPgKJjaOGvZr9dsM4xzSFhrXAqnVM EeeSUAvi9/0Dz6Xo7eSdi3+KBjGLs4g0g2aHo95X9wC4QaxfCxpNKk3Kb Bxxgk41KV67k8TfAjFg1r6lvScHHjk0hZzVW4o00IelGXaBAXz36JI+VH lf3lC0hA+HqLxisJKeoJG+dKgNA8szY2H8O/9Kd9CeJ3pVPafkVapx01N w==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="265693122" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="265693122" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 03:03:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="564512853" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 26 Apr 2022 03:02:53 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1njI21-0003PP-2W; Tue, 26 Apr 2022 10:02:53 +0000 Date: Tue, 26 Apr 2022 18:02:44 +0800 From: kernel test robot Cc: kbuild-all@lists.01.org, llvm@lists.linux.dev Subject: [asahilinux:pr/22 78/189] kernel/reboot.o: warning: objtool: sys_off_handler_power_off()+0x150: sibling call from callable instruction with modified stack frame Message-ID: <202204261746.I2rVRVV6-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline BCC: lkp@intel.com CC: linux-kernel@vger.kernel.org TO: Dmitry Osipenko CC: Hector Martin Hi Dmitry, FYI, the error/warning still remains. tree: https://github.com/AsahiLinux/linux pr/22 head: 7ee315306d1a3b0da8cf2a53e7f55889d0e7f034 commit: ec159207530d80c0a0bd04c1ac94db5766bbc3c0 [78/189] kernel: Add combined power-off+restart handler call chain API config: x86_64-randconfig-a001-20220425 (https://download.01.org/0day-ci/archive/20220426/202204261746.I2rVRVV6-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 1cddcfdc3c683b393df1a5c9063252eb60e52818) 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/AsahiLinux/linux/commit/ec159207530d80c0a0bd04c1ac94db5766bbc3c0 git remote add asahilinux https://github.com/AsahiLinux/linux git fetch --no-tags asahilinux pr/22 git checkout ec159207530d80c0a0bd04c1ac94db5766bbc3c0 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> kernel/reboot.o: warning: objtool: sys_off_handler_power_off()+0x150: sibling call from callable instruction with modified stack frame -- 0-DAY CI Kernel Test Service https://01.org/lkp