From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gnuweeb.org (Postfix) with ESMTPS id 2745B80D2E for ; Sun, 11 Sep 2022 02:31:35 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=SBoRI9GF; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662863495; x=1694399495; h=date:from:to:cc:subject:message-id:mime-version; bh=IkLjWxklXKf/XiBtDZgq+baW4+LEnbNp1USQdcVG1Tg=; b=SBoRI9GFgaqZBt7KOaCpRcqQ/rqmOyF0TxWKkQSF/Y1Wo2QQ9ccPgimy QIax/e0KerDl1j1RtgfX7JkPnBUPFX/7PYSl1kYM3d1KPS1yv6OzTYrgM hls7zC5xZhJrSQoLt5FNjINj3ue95whcq61qhPG2dag4Y4vdJhoI4HTpk 6Tx8RHsgO7deqssd3Odse+bSjml9EiJclCQtiUiNxhbMtuwZgvrtJxbKX kIkJXdhXUUrXFOyDzaNKvzucNZNBPNhFmXr6lJZq88aZgpeQvdOds4z7s UCcvmaXPXaR5SvvRZKFIq0+jCM9QFhzsUvcwi9nybaMS07XSev7ZhJa8I Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10466"; a="359411987" X-IronPort-AV: E=Sophos;i="5.93,307,1654585200"; d="scan'208";a="359411987" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2022 19:31:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,307,1654585200"; d="scan'208";a="566789516" Received: from lkp-server02.sh.intel.com (HELO 4011df4f4fd3) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 10 Sep 2022 19:31:33 -0700 Received: from kbuild by 4011df4f4fd3 with local (Exim 4.96) (envelope-from ) id 1oXCku-0000s5-11; Sun, 11 Sep 2022 02:31:32 +0000 Date: Sun, 11 Sep 2022 10:30:36 +0800 From: kernel test robot To: Thomas Gleixner Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:tglx/devel/printk 11/29] ERROR: modpost: "lockdep_assert_console_lock_held" [drivers/tty/serial/kgdboc.ko] undefined! Message-ID: <202209111056.DGPVwsnC-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block tglx/devel/printk head: f6339cd6dc7f812f822e86bd78d1edbf2bfc730b commit: 9454437121a00cd2a204f56de9846539ce7b90b4 [11/29] printk: Convert console_drivers list to hlist config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20220911/202209111056.DGPVwsnC-lkp@intel.com/config) compiler: powerpc-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/ammarfaizi2/linux-block/commit/9454437121a00cd2a204f56de9846539ce7b90b4 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block tglx/devel/printk git checkout 9454437121a00cd2a204f56de9846539ce7b90b4 # 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=powerpc 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 >>, old ones prefixed by <<): >> ERROR: modpost: "lockdep_assert_console_lock_held" [drivers/tty/serial/kgdboc.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp