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 16DA1C64ED8 for ; Fri, 24 Feb 2023 20:05:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229605AbjBXUFP (ORCPT ); Fri, 24 Feb 2023 15:05:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229488AbjBXUFM (ORCPT ); Fri, 24 Feb 2023 15:05:12 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E285CB76A; Fri, 24 Feb 2023 12:04:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677269072; x=1708805072; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=yK0OLOKHTBjVer7SFMeFOCUouvvyebPi2V/Mk1R/2rk=; b=f3Nn2m+zWtGyVfYECGOi9Z7KSIrFxFPY5HkB7H/299clAaWvjwu839dN uS+m3bRYX8utWtQgMlq27zZ7c+gKdNrkR5B4E8SBgggfEfs4XoYlDiGQd YGdm3uEKXKUMUazkKwW5kECSC0hYlq9LZcJDRW5rgUux8ccxCLZj0PD+J IzXLHfANkL2f9m3A3NJGBH0iSHu7pIVL6FSjQBd6KDq+qtkricJQWWTJR Nxn0Vv3eiCAG9ZWa/5rjOu6/JtarQCP58z+vySvslEawtYe/EdofyEdlk JOOm3VyGE8n4SwRXuwZrcbp9DwOUdgAvKDbeY/hC0MEDXW/FCY4nHm21o g==; X-IronPort-AV: E=McAfee;i="6500,9779,10631"; a="321771024" X-IronPort-AV: E=Sophos;i="5.97,325,1669104000"; d="scan'208";a="321771024" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2023 12:03:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10631"; a="741764528" X-IronPort-AV: E=Sophos;i="5.97,325,1669104000"; d="scan'208";a="741764528" Received: from lkp-server01.sh.intel.com (HELO 3895f5c55ead) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 24 Feb 2023 12:03:07 -0800 Received: from kbuild by 3895f5c55ead with local (Exim 4.96) (envelope-from ) id 1pVeHa-0002hb-0z; Fri, 24 Feb 2023 20:03:06 +0000 Date: Sat, 25 Feb 2023 04:02:11 +0800 From: kernel test robot To: Andreas Hindborg , linux-block@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Andreas Hindborg , Hans Holmberg , Matias Bjorling , Ming Lei , Jens Axboe , linux-kernel@vger.kernel.org Subject: Re: [PATCH] block: ublk: enable zoned storage support Message-ID: <202302250349.1eKfsTvO-lkp@intel.com> References: <20230224125950.214779-1-nmi@metaspace.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230224125950.214779-1-nmi@metaspace.dk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andreas, Thank you for the patch! Yet something to improve: [auto build test ERROR on v6.2] [cannot apply to axboe-block/for-next linus/master next-20230224] [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/Andreas-Hindborg/block-ublk-enable-zoned-storage-support/20230224-210205 patch link: https://lore.kernel.org/r/20230224125950.214779-1-nmi%40metaspace.dk patch subject: [PATCH] block: ublk: enable zoned storage support config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20230225/202302250349.1eKfsTvO-lkp@intel.com/config) compiler: mips-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/intel-lab-lkp/linux/commit/6d088fc1b115a63e8888b12fa47aabd45be97460 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Andreas-Hindborg/block-ublk-enable-zoned-storage-support/20230224-210205 git checkout 6d088fc1b115a63e8888b12fa47aabd45be97460 # 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=mips olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=mips 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/202302250349.1eKfsTvO-lkp@intel.com/ All errors (new ones prefixed by >>): arch/mips/kernel/head.o: in function `kernel_entry': (.ref.text+0xac): relocation truncated to fit: R_MIPS_26 against `start_kernel' init/main.o: in function `set_reset_devices': main.c:(.init.text+0x20): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x30): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `debug_kernel': main.c:(.init.text+0xa4): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0xb4): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `quiet_kernel': main.c:(.init.text+0x128): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x138): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `warn_bootconfig': main.c:(.init.text+0x1ac): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x1bc): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `init_setup': main.c:(.init.text+0x234): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x254): additional relocation overflows omitted from the output mips-linux-ld: drivers/block/ublk_drv.o: in function `ublk_dev_param_basic_apply': >> ublk_drv.c:(.text.ublk_dev_param_basic_apply+0x2d8): undefined reference to `__udivdi3' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests