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 C00E9C636CC for ; Tue, 14 Feb 2023 01:52:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230491AbjBNBwF (ORCPT ); Mon, 13 Feb 2023 20:52:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230497AbjBNBwC (ORCPT ); Mon, 13 Feb 2023 20:52:02 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B6ED1A492; Mon, 13 Feb 2023 17:51:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676339515; x=1707875515; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=D4G6ZUOtC0vOiuc/Roif69mXLeIIblnhY7y880Wa8vU=; b=iG6iJoXFXehXhTTCVSl7zwN0Jz/gpEXS8b/cqmWKmBRo1g7pcMntf6w9 w1Pu/bwu7Er6Ov95EjTp48AjLHdmkjAMvIaOcEonoGrxVFyvFS+hBHvgz xAlw1vLfFVA+Gapif0jhkXcob23V12mspQ6PTxU+OdwIgRITn9xCWnEO9 GI5SgaAPya43AqItv7SwLbvPiwdMnUFWp3uP9iWRExugPRMyMwFCx/OaC UqbDacUdaeTdWva9bBN/+I8sYPn1KuzVYSkAUfkdXFEseSUl1Xo2tiHNa 7YRvrzMgPkaDMlc55uJ2r+mdZzbtRC+//vDewYqix8Kf6fA2YFK4eSW2J w==; X-IronPort-AV: E=McAfee;i="6500,9779,10620"; a="314696298" X-IronPort-AV: E=Sophos;i="5.97,294,1669104000"; d="scan'208";a="314696298" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Feb 2023 17:51:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10620"; a="997906419" X-IronPort-AV: E=Sophos;i="5.97,294,1669104000"; d="scan'208";a="997906419" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 13 Feb 2023 17:51:49 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pRkU0-00087l-2K; Tue, 14 Feb 2023 01:51:48 +0000 Date: Tue, 14 Feb 2023 09:51:00 +0800 From: kernel test robot To: Christian =?iso-8859-1?Q?L=F6hle?= , "adrian.hunter@intel.com" , Avri Altman , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, "ulf.hansson@linaro.org" Subject: Re: [PATCH] mmc: block: workaround long ioctl busy timeout Message-ID: <202302140909.X9OHVtn2-lkp@intel.com> References: <8f4a0fc6f2e64ef091784c5cd704c113@hyperstone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f4a0fc6f2e64ef091784c5cd704c113@hyperstone.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christian, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v6.2-rc8 next-20230213] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Christian-L-hle/mmc-block-workaround-long-ioctl-busy-timeout/20230213-183603 patch link: https://lore.kernel.org/r/8f4a0fc6f2e64ef091784c5cd704c113%40hyperstone.com patch subject: [PATCH] mmc: block: workaround long ioctl busy timeout config: x86_64-randconfig-a003-20230213 (https://download.01.org/0day-ci/archive/20230214/202302140909.X9OHVtn2-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) 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/94406ad8626aa2d7761fb7eb20a918a4805ea667 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Christian-L-hle/mmc-block-workaround-long-ioctl-busy-timeout/20230213-183603 git checkout 94406ad8626aa2d7761fb7eb20a918a4805ea667 # 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 olddefconfig 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 where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302140909.X9OHVtn2-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "mmc_prepare_busy_cmd" [drivers/mmc/core/mmc_block.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests