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 08285C41513 for ; Fri, 11 Aug 2023 21:16:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236752AbjHKVQA (ORCPT ); Fri, 11 Aug 2023 17:16:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjHKVP7 (ORCPT ); Fri, 11 Aug 2023 17:15:59 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21A23171F; Fri, 11 Aug 2023 14:15:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691788559; x=1723324559; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=r3gM2YsGq24wLI63levM/2uhpcljlyD/xcFHlYhLSl8=; b=YZu/jjg1c88IOLu11PzOSM4xW1gSF9Kub7bUpu5baUUE93difTiwUTG6 5/LL6cSv0l/SYyA7HKVCSc30dFKoIaAq2ricxqPtyrfXObu34metPIYS8 V0kDnKVMEP6WkguyD0+TOSgFDkCaw/12t+OfUv4pz9X4pxyVKuh4xHT5F 1zUjnwks1mH828umYNXJhPa/HQMZZ2yHZ+NDWXIYuCzsovmZVrqCBGpeC L1DmAGeLXIjwdw6o6HSm75QyBR03/aOhcxaT2ByZpb8T33CZX3TR7l2q0 lHy6z4Ke9e+hg0ZBK5UOmF6NQP9EjzB9b8AK2r1I/9OE5Smp4h77Ixtoi A==; X-IronPort-AV: E=McAfee;i="6600,9927,10799"; a="438098274" X-IronPort-AV: E=Sophos;i="6.01,166,1684825200"; d="scan'208";a="438098274" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Aug 2023 14:15:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10799"; a="802817157" X-IronPort-AV: E=Sophos;i="6.01,166,1684825200"; d="scan'208";a="802817157" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 11 Aug 2023 14:15:52 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qUZU8-00082u-06; Fri, 11 Aug 2023 21:15:52 +0000 Date: Sat, 12 Aug 2023 05:15:10 +0800 From: kernel test robot To: Nitesh Shetty , Jens Axboe , Jonathan Corbet , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Keith Busch , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , Alexander Viro , Christian Brauner Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, martin.petersen@oracle.com, mcgrof@kernel.org, dlemoal@kernel.org, gost.dev@samsung.com, Nitesh Shetty , Damien Le Moal , Anuj Gupta , Vincent Fu , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-nvme@lists.infradead.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v14 11/11] null_blk: add support for copy offload Message-ID: <202308120529.EW7DuUW7-lkp@intel.com> References: <20230811105300.15889-12-nj.shetty@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230811105300.15889-12-nj.shetty@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Nitesh, kernel test robot noticed the following build errors: [auto build test ERROR on f7dc24b3413851109c4047b22997bd0d95ed52a2] url: https://github.com/intel-lab-lkp/linux/commits/Nitesh-Shetty/block-Introduce-queue-limits-and-sysfs-for-copy-offload-support/20230811-192259 base: f7dc24b3413851109c4047b22997bd0d95ed52a2 patch link: https://lore.kernel.org/r/20230811105300.15889-12-nj.shetty%40samsung.com patch subject: [PATCH v14 11/11] null_blk: add support for copy offload config: hexagon-randconfig-r032-20230811 (https://download.01.org/0day-ci/archive/20230812/202308120529.EW7DuUW7-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) reproduce: (https://download.01.org/0day-ci/archive/20230812/202308120529.EW7DuUW7-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308120529.EW7DuUW7-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: __tracepoint_nullb_copy_op >>> referenced by atomic-arch-fallback.h:444 (include/linux/atomic/atomic-arch-fallback.h:444) >>> drivers/block/null_blk/main.o:(null_process_cmd) in archive vmlinux.a >>> referenced by atomic-arch-fallback.h:444 (include/linux/atomic/atomic-arch-fallback.h:444) >>> drivers/block/null_blk/main.o:(null_process_cmd) in archive vmlinux.a -- >> ld.lld: error: undefined symbol: __traceiter_nullb_copy_op >>> referenced by trace.h:71 (drivers/block/null_blk/trace.h:71) >>> drivers/block/null_blk/main.o:(null_process_cmd) in archive vmlinux.a >>> referenced by trace.h:71 (drivers/block/null_blk/trace.h:71) >>> drivers/block/null_blk/main.o:(null_process_cmd) in archive vmlinux.a -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki