From: kernel test robot <lkp@intel.com>
To: Gabriel Krisman Bertazi <krisman@collabora.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org
Subject: Re: [PATCH RFC 6/7] ext4: Enable negative dentries on case-insensitive lookup
Date: Thu, 2 Jun 2022 16:14:14 +0800 [thread overview]
Message-ID: <202206021623.iDro7upg-lkp@intel.com> (raw)
In-Reply-To: <20220601204437.676872-7-krisman@collabora.com>
Hi Gabriel,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on tytso-ext4/dev]
[also build test ERROR on jaegeuk-f2fs/dev-test linus/master v5.18 next-20220602]
[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/Gabriel-Krisman-Bertazi/Support-negative-dentries-on-case-insensitive-directories/20220602-045701
base: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git dev
config: x86_64-randconfig-a012 (https://download.01.org/0day-ci/archive/20220602/202206021623.iDro7upg-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project b364c76683f8ef241025a9556300778c07b590c2)
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/db089738c1bb7cfe1cd4be09ba3c6eed1a9cd1ac
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Gabriel-Krisman-Bertazi/Support-negative-dentries-on-case-insensitive-directories/20220602-045701
git checkout db089738c1bb7cfe1cd4be09ba3c6eed1a9cd1ac
# 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 <lkp@intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
>> ERROR: modpost: "d_set_casefold_lookup" [fs/ext4/ext4.ko] undefined!
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-06-02 8:14 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 20:44 [PATCH RFC 0/7] Support negative dentries on case-insensitive directories Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [PATCH RFC 1/7] fs: Expose name under lookup to d_revalidate hook Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [PATCH RFC 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [PATCH RFC 3/7] libfs: Validate negative dentries in case-insensitive directories Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [PATCH RFC 4/7] libfs: Support revalidation of encrypted case-insensitive dentries Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [PATCH RFC 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [PATCH RFC 6/7] ext4: Enable negative dentries on case-insensitive lookup Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-02 8:14 ` kernel test robot [this message]
2022-06-01 20:44 ` [PATCH RFC 7/7] f2fs: " Gabriel Krisman Bertazi
2022-06-01 20:44 ` [f2fs-dev] " Gabriel Krisman Bertazi
2022-06-02 12:02 ` kernel test robot
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=202206021623.iDro7upg-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=krisman@collabora.com \
--cc=llvm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.