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 82942C433EF for ; Thu, 17 Mar 2022 01:49:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358372AbiCQBvE (ORCPT ); Wed, 16 Mar 2022 21:51:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348344AbiCQBu7 (ORCPT ); Wed, 16 Mar 2022 21:50:59 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86A0115A25; Wed, 16 Mar 2022 18:49:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647481784; x=1679017784; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1Ka6d0lABbmnahsHXH4pHTLfnPB31dmhthO1bViS7IE=; b=PaAIOTsOU2QsfIBKADODXt/XwZQPFIDBMYR0VkU0H2zVJ2SXK1zRD2WN e/ohRjpBGJdMyICwon/7eJZuivGD2Olc2NGYUU6GQDef0SJilEVAARiwR K6VVPKFFOx0UkSES93nQSBcPWbr/PnTiBok0bmQ+beZcH/LLJWjXBoJjv y2bTBzjo8oYfBZtxUjzlOYxXBpgG/Pg665ZuZXTICW4fUvO600bBsrX45 zlQhY6i0z0NZRCepkYKoUlFeSGN7QnSvmazWh8iWjovUhfl5Kc34XJPOQ KK6GTyq78q7eldRJrmK9WMgjrCJbieMTG8l5GnoQRBBrMX+Gbp2Wr73X3 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10288"; a="256709192" X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="256709192" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2022 18:49:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="581131644" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2022 18:49:39 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nUfGk-000DAz-Af; Thu, 17 Mar 2022 01:49:38 +0000 Date: Thu, 17 Mar 2022 09:49:30 +0800 From: kernel test robot To: Jeffle Xu , dhowells@redhat.com, linux-cachefs@redhat.com, xiang@kernel.org, chao@kernel.org, linux-erofs@lists.ozlabs.org Cc: kbuild-all@lists.01.org, torvalds@linux-foundation.org, gregkh@linuxfoundation.org, willy@infradead.org, linux-fsdevel@vger.kernel.org, joseph.qi@linux.alibaba.com, bo.liu@linux.alibaba.com, tao.peng@linux.alibaba.com, gerry@linux.alibaba.com, eguan@linux.alibaba.com, linux-kernel@vger.kernel.org, luodaowen.backend@bytedance.com Subject: Re: [PATCH v5 11/22] erofs: register global fscache volume Message-ID: <202203170912.gk2sqkaK-lkp@intel.com> References: <20220316131723.111553-12-jefflexu@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220316131723.111553-12-jefflexu@linux.alibaba.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jeffle, Thank you for the patch! Yet something to improve: [auto build test ERROR on trondmy-nfs/linux-next] [also build test ERROR on rostedt-trace/for-next linus/master v5.17-rc8] [cannot apply to xiang-erofs/dev-test dhowells-fs/fscache-next next-20220316] [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/0day-ci/linux/commits/Jeffle-Xu/fscache-erofs-fscache-based-on-demand-read-semantics/20220316-214711 base: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git linux-next config: parisc-randconfig-m031-20220317 (https://download.01.org/0day-ci/archive/20220317/202203170912.gk2sqkaK-lkp@intel.com/config) compiler: hppa-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://github.com/0day-ci/linux/commit/f52882624bb750e533d0ffa591c3903f08f6d8bb git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Jeffle-Xu/fscache-erofs-fscache-based-on-demand-read-semantics/20220316-214711 git checkout f52882624bb750e533d0ffa591c3903f08f6d8bb # 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=parisc 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 >>): hppa-linux-ld: fs/erofs/fscache.o: in function `erofs_exit_fscache': >> (.text+0x18): undefined reference to `__fscache_relinquish_volume' hppa-linux-ld: fs/erofs/fscache.o: in function `erofs_init_fscache': >> (.init.text+0x18): undefined reference to `__fscache_acquire_volume' --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 95155C433F5 for ; Thu, 17 Mar 2022 01:51:00 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KJqqQ5XF0z30CS for ; Thu, 17 Mar 2022 12:50:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=UtJoHYM5; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=lkp@intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=UtJoHYM5; dkim-atps=neutral Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KJqqK1Zlpz2y8P for ; Thu, 17 Mar 2022 12:50:47 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647481853; x=1679017853; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1Ka6d0lABbmnahsHXH4pHTLfnPB31dmhthO1bViS7IE=; b=UtJoHYM5PkoZUzmowAjqJf2vTc3eE96cklb3U78v4H1M4HR98CBOD9DY Y78LNbNhqW/v46N2bWQkzZbFd79z/d8rMoPsDbzZeToB8BK5Jg6CpDRmQ D+MhmLLfzRqhgAmJUlYL+CNC7HEKTlvZLNsK+JxFG28te7xAtNYzNTTf4 NxTO4MDvgrdPU0Rt/VDqFaIZRImHVB1UxER+/LELQNwp6VDnJ9YiUTI9v lcY0PWZRl/x212dhgywnZuKAxMJhbsnkCKBMM+3RYqwD/Q0TaKK9/EfTm mDvpwwS2/EyEpPNGtWmO6WJzeFuR1NrZj3zLb+8exE49foXVMlthO6cr0 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10288"; a="244210005" X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="244210005" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2022 18:49:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="581131644" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2022 18:49:39 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nUfGk-000DAz-Af; Thu, 17 Mar 2022 01:49:38 +0000 Date: Thu, 17 Mar 2022 09:49:30 +0800 From: kernel test robot To: Jeffle Xu , dhowells@redhat.com, linux-cachefs@redhat.com, xiang@kernel.org, chao@kernel.org, linux-erofs@lists.ozlabs.org Subject: Re: [PATCH v5 11/22] erofs: register global fscache volume Message-ID: <202203170912.gk2sqkaK-lkp@intel.com> References: <20220316131723.111553-12-jefflexu@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220316131723.111553-12-jefflexu@linux.alibaba.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org, gregkh@linuxfoundation.org, willy@infradead.org, linux-kernel@vger.kernel.org, joseph.qi@linux.alibaba.com, linux-fsdevel@vger.kernel.org, luodaowen.backend@bytedance.com, gerry@linux.alibaba.com, torvalds@linux-foundation.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" Hi Jeffle, Thank you for the patch! Yet something to improve: [auto build test ERROR on trondmy-nfs/linux-next] [also build test ERROR on rostedt-trace/for-next linus/master v5.17-rc8] [cannot apply to xiang-erofs/dev-test dhowells-fs/fscache-next next-20220316] [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/0day-ci/linux/commits/Jeffle-Xu/fscache-erofs-fscache-based-on-demand-read-semantics/20220316-214711 base: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git linux-next config: parisc-randconfig-m031-20220317 (https://download.01.org/0day-ci/archive/20220317/202203170912.gk2sqkaK-lkp@intel.com/config) compiler: hppa-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://github.com/0day-ci/linux/commit/f52882624bb750e533d0ffa591c3903f08f6d8bb git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Jeffle-Xu/fscache-erofs-fscache-based-on-demand-read-semantics/20220316-214711 git checkout f52882624bb750e533d0ffa591c3903f08f6d8bb # 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=parisc 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 >>): hppa-linux-ld: fs/erofs/fscache.o: in function `erofs_exit_fscache': >> (.text+0x18): undefined reference to `__fscache_relinquish_volume' hppa-linux-ld: fs/erofs/fscache.o: in function `erofs_init_fscache': >> (.init.text+0x18): undefined reference to `__fscache_acquire_volume' --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org