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 BBB0AC433F5 for ; Sun, 3 Apr 2022 13:26:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358867AbiDCN22 (ORCPT ); Sun, 3 Apr 2022 09:28:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232486AbiDCN20 (ORCPT ); Sun, 3 Apr 2022 09:28:26 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD07332993 for ; Sun, 3 Apr 2022 06:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648992392; x=1680528392; h=date:from:to:cc:subject:message-id:mime-version; bh=Eei9aFHh/CWNLCqQn+gub5rLTJC0z38fwyyhiqEphu4=; b=JZFisvoqM/MvuHrc8o6oCLF3y24DJANL5nWHSDpKyRG6Hn6WnI1rsfvq g2uzZe1fmr7j3bISKGlmpNvZaHmRxlXG0er51fuP8hrgeb9Wxg/N52pt/ FE7ySlH44v4HIECBlGdtoYkYO4UryELLMBBq6Hpm5viUClGpbcwEkqUnp Hp0yUQodFUYxNZQlkIy1m49mTGrzYNBStqsI57hOX4yvHFlyuY9giRPEu 1r9/GbYkaW+xDc1Kbk0/N2OiuKc+MwfHxgj7v91XZRLTqibgUCGr8JNq6 3wACgMrKl5cLIhDbV8nL8FgegkRjsS4AFNSZfGygSxIJjqJMbKh/C8Fcb Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10305"; a="240323019" X-IronPort-AV: E=Sophos;i="5.90,231,1643702400"; d="scan'208";a="240323019" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2022 06:26:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,231,1643702400"; d="scan'208";a="607738922" Received: from lkp-server02.sh.intel.com (HELO a44fdfb70b94) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 03 Apr 2022 06:26:31 -0700 Received: from kbuild by a44fdfb70b94 with local (Exim 4.95) (envelope-from ) id 1nb0FS-0000zi-Fd; Sun, 03 Apr 2022 13:26:30 +0000 Date: Sun, 3 Apr 2022 21:26:07 +0800 From: kernel test robot To: Arnd Bergmann Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Daniel Vetter , Kees Cook Subject: ERROR: modpost: "dmasound_deinit" [sound/oss/dmasound/dmasound_atari.ko] undefined! Message-ID: <202204032138.EFT9qGEd-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf commit: 606b102876e3741851dfb09d53f3ee57f650a52c drm: fb_helper: fix CONFIG_FB dependency date: 6 months ago config: m68k-randconfig-r032-20220403 (https://download.01.org/0day-ci/archive/20220403/202204032138.EFT9qGEd-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 11.2.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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=606b102876e3741851dfb09d53f3ee57f650a52c git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 606b102876e3741851dfb09d53f3ee57f650a52c # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "dmasound_deinit" [sound/oss/dmasound/dmasound_atari.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp