From: kernel test robot <lkp@intel.com>
To: Boris Burkov <boris@bur.io>,
linux-btrfs@vger.kernel.org, kernel-team@fb.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v2 13/20] btrfs: new inline ref storing owning subvol of data extents
Date: Fri, 21 Jul 2023 19:03:02 +0800 [thread overview]
Message-ID: <202307211814.Iule8nnz-lkp@intel.com> (raw)
In-Reply-To: <cd13e27d24eb8c3d8162459e3f81c1ce772357a8.1689893021.git.boris@bur.io>
Hi Boris,
kernel test robot noticed the following build errors:
[auto build test ERROR on kdave/for-next]
[also build test ERROR on linus/master v6.5-rc2 next-20230721]
[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/Boris-Burkov/btrfs-free-qgroup-rsv-on-io-failure/20230721-065759
base: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next
patch link: https://lore.kernel.org/r/cd13e27d24eb8c3d8162459e3f81c1ce772357a8.1689893021.git.boris%40bur.io
patch subject: [PATCH v2 13/20] btrfs: new inline ref storing owning subvol of data extents
config: x86_64-randconfig-r032-20230720 (https://download.01.org/0day-ci/archive/20230721/202307211814.Iule8nnz-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230721/202307211814.Iule8nnz-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202307211814.Iule8nnz-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <command-line>:
>> ./usr/include/linux/btrfs_tree.h:785:9: error: unknown type name 'u64'
785 | u64 root_id;
| ^~~
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-07-21 11:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-20 22:52 [PATCH v2 00/20] btrfs: simple quotas Boris Burkov
2023-07-20 22:52 ` [PATCH v2 01/20] btrfs: free qgroup rsv on io failure Boris Burkov
2023-07-20 22:52 ` [PATCH v2 02/20] btrfs: fix start transaction qgroup rsv double free Boris Burkov
2023-07-20 22:52 ` [PATCH v2 03/20] btrfs: introduce quota mode Boris Burkov
2023-07-20 22:52 ` [PATCH v2 04/20] btrfs: add new quota mode for simple quotas Boris Burkov
2023-07-20 22:52 ` [PATCH v2 05/20] btrfs: expose quota mode via sysfs Boris Burkov
2023-07-20 22:52 ` [PATCH v2 06/20] btrfs: add simple_quota incompat feature to sysfs Boris Burkov
2023-07-20 22:52 ` [PATCH v2 07/20] btrfs: flush reservations during quota disable Boris Burkov
2023-07-20 22:52 ` [PATCH v2 08/20] btrfs: create qgroup earlier in snapshot creation Boris Burkov
2023-07-20 22:52 ` [PATCH v2 09/20] btrfs: function for recording simple quota deltas Boris Burkov
2023-07-20 22:52 ` [PATCH v2 10/20] btrfs: rename tree_ref and data_ref owning_root Boris Burkov
2023-07-20 22:52 ` [PATCH v2 11/20] btrfs: track owning root in btrfs_ref Boris Burkov
2023-07-20 22:52 ` [PATCH v2 12/20] btrfs: track original extent owner in head_ref Boris Burkov
2023-07-20 22:52 ` [PATCH v2 13/20] btrfs: new inline ref storing owning subvol of data extents Boris Burkov
2023-07-21 11:03 ` kernel test robot [this message]
2023-07-21 13:38 ` kernel test robot
2023-07-20 22:52 ` [PATCH v2 14/20] btrfs: inline owner ref lookup helper Boris Burkov
2023-07-20 22:52 ` [PATCH v2 15/20] btrfs: record simple quota deltas Boris Burkov
2023-07-20 22:52 ` [PATCH v2 16/20] btrfs: simple quota auto hierarchy for nested subvols Boris Burkov
2023-07-20 22:52 ` [PATCH v2 17/20] btrfs: check generation when recording simple quota delta Boris Burkov
2023-07-20 22:52 ` [PATCH v2 18/20] btrfs: track metadata relocation cow with simple quota Boris Burkov
2023-07-20 22:52 ` [PATCH v2 19/20] btrfs: track data relocation " Boris Burkov
2023-07-20 22:52 ` [PATCH v2 20/20] btrfs: only set QUOTA_ENABLED when done reading qgroups Boris Burkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202307211814.Iule8nnz-lkp@intel.com \
--to=lkp@intel.com \
--cc=boris@bur.io \
--cc=kernel-team@fb.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).