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 4E06EC433EF for ; Wed, 27 Apr 2022 16:14:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242750AbiD0QRM (ORCPT ); Wed, 27 Apr 2022 12:17:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244526AbiD0QQK (ORCPT ); Wed, 27 Apr 2022 12:16:10 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42F723BD05D; Wed, 27 Apr 2022 09:12:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651075973; x=1682611973; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=bvX0aGm4IOnIEg2n6XV2jCB1sY63SGnfB3nZcvk7UT8=; b=NEaSuShCBYthK3Nz3ooFbmqDyKjdRNyml0AeZ+Z0905qcqin9ZxixoG1 F0FwWJRQymhdCVRtTSMuEWRjOKgJ8z9G+vuTO8t3aLGD96zW/mhve4wr7 5xykQT7RHaNl9NkvrnloaYvQWsfvTM3sQEUHCoGCIBdlk4p3q3DaEX9MQ Fx7JK+ntkEUltcoFHDTj3P9S3fwu6IolWGLIcbD6MOtyVoXAVasAxnN2c FK36dKNW74hutgxv7kl6uet0/jj+76xaPE0y7D0mtLKBG3ZQ7W3tYF5Gn ORi4CvnDoE3Rmq2MysIe47o4ficjwYnvsF0Kswc/l0dBzjDK0KurGHfMv Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10330"; a="264829595" X-IronPort-AV: E=Sophos;i="5.90,293,1643702400"; d="scan'208";a="264829595" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2022 09:06:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,293,1643702400"; d="scan'208";a="650769561" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 27 Apr 2022 09:06:35 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1njkBW-0004lU-GQ; Wed, 27 Apr 2022 16:06:34 +0000 Date: Thu, 28 Apr 2022 00:06:19 +0800 From: kernel test robot To: Matthias Kaehlcke , Alasdair Kergon , Mike Snitzer , Kees Cook , James Morris , "Serge E . Hallyn" Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, dm-devel@redhat.com, linux-raid@vger.kernel.org, Douglas Anderson , Song Liu , Matthias Kaehlcke Subject: Re: [PATCH v2 2/3] LoadPin: Enable loading from trusted dm-verity devices Message-ID: <202204272332.Ro5WIkwF-lkp@intel.com> References: <20220426143059.v2.2.I01c67af41d2f6525c6d023101671d7339a9bc8b5@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220426143059.v2.2.I01c67af41d2f6525c6d023101671d7339a9bc8b5@changeid> Precedence: bulk List-ID: Hi Matthias, Thank you for the patch! Yet something to improve: [auto build test ERROR on device-mapper-dm/for-next] [also build test ERROR on song-md/md-next kees/for-next/pstore v5.18-rc4 next-20220427] [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] url: https://github.com/intel-lab-lkp/linux/commits/Matthias-Kaehlcke/LoadPin-Enable-loading-from-trusted-dm-verity-devices/20220427-053314 base: https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next config: sh-buildonly-randconfig-r004-20220427 (https://download.01.org/0day-ci/archive/20220427/202204272332.Ro5WIkwF-lkp@intel.com/config) compiler: sh4-linux-gcc (GCC) 11.3.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/f3a54909bcd78b9f7f006d7e78acd03987031fae git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Matthias-Kaehlcke/LoadPin-Enable-loading-from-trusted-dm-verity-devices/20220427-053314 git checkout f3a54909bcd78b9f7f006d7e78acd03987031fae # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=sh 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 >>): sh4-linux-ld: security/loadpin/loadpin.o: in function `loadpin_read_file': loadpin.c:(.text+0x2ac): undefined reference to `dm_get_md' >> sh4-linux-ld: loadpin.c:(.text+0x2b0): undefined reference to `dm_put' -- 0-DAY CI Kernel Test Service https://01.org/lkp