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 AE64DC433EF for ; Tue, 24 May 2022 12:20:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237299AbiEXMUf (ORCPT ); Tue, 24 May 2022 08:20:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236369AbiEXMUe (ORCPT ); Tue, 24 May 2022 08:20:34 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3705B9346A for ; Tue, 24 May 2022 05:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653394833; x=1684930833; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=W0u2zlXAT8KFsGuWp7OUOFfzrjssYjy5werD9urAYe8=; b=TCAdbX+3cmfa+72FCtLJoPHTbbNGd+qskhWojqcM5wS4ryc3+MtIFKB6 N7ZKJtsSjhDYtEXflATdjAh1+R28Xg2Balr7a7ybQSaaroAWkhGQh3H3a +/zUJLQSU8ueixzXrfHBG1/IlbWZqzv4nw/+S5dWupMSp5+0FBXYXjnvU FvCtBRGktDnW28rid8TVRILk0Dsi1JSU3FRptbjekl8B+qIYqa4LH9WFC f3fbNwlKlQF8UM9UOI3pL2pkHAWBK55mkWsP7UNi0p8RZ01v4gix6IY59 kg0I0HWUWIZEks7+iHi42QpIp+TTx68WZ9JLlPRpgl3F+eAl9GrhD1Mao w==; X-IronPort-AV: E=McAfee;i="6400,9594,10356"; a="273240221" X-IronPort-AV: E=Sophos;i="5.91,248,1647327600"; d="scan'208";a="273240221" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2022 05:20:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,248,1647327600"; d="scan'208";a="526382658" Received: from lkp-server01.sh.intel.com (HELO db63a1be7222) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 24 May 2022 05:20:31 -0700 Received: from kbuild by db63a1be7222 with local (Exim 4.95) (envelope-from ) id 1ntTWY-00021O-QF; Tue, 24 May 2022 12:20:30 +0000 Date: Tue, 24 May 2022 20:19:34 +0800 From: kernel test robot To: Qu Wenruo , linux-btrfs@vger.kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org Subject: Re: [PATCH DRAFT] btrfs: RAID56J journal on-disk format draft Message-ID: <202205242033.I6ix2WkH-lkp@intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hi Qu, Thank you for the patch! Yet something to improve: [auto build test ERROR on kdave/for-next] [also build test ERROR on v5.18 next-20220524] [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/Qu-Wenruo/btrfs-RAID56J-journal-on-disk-format-draft/20220524-141549 base: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next config: x86_64-randconfig-a016 (https://download.01.org/0day-ci/archive/20220524/202205242033.I6ix2WkH-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 10c9ecce9f6096e18222a331c5e7d085bd813f75) 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/695dee41baee3a72c39396cb548088e91472d04d git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Qu-Wenruo/btrfs-RAID56J-journal-on-disk-format-draft/20220524-141549 git checkout 695dee41baee3a72c39396cb548088e91472d04d # 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 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from :1: >> ./usr/include/linux/btrfs_tree.h:1156:2: error: unknown type name 'u8' u8 __reserved[4]; ^ 1 error generated. -- 0-DAY CI Kernel Test Service https://01.org/lkp