Re: [PATCH] ntfs(3): export super block magic
David Timber <[email protected]>
| Newsgroups | dev.linux.lists.ntfs3,dev.linux.lists.llvm,dev.linux.lists.oe-kbuild-all,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <[email protected]> |
On 3/22/26 14:53, kernel test robot wrote: > Hi David, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on next-20260319] > [cannot apply to brauner-vfs/vfs.all linus/master v7.0-rc4 v7.0-rc3 v7.0-rc2 v7.0-rc4] > [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/David-Timber/ntfs-3-export-super-block-magic/20260320-181810 > base: next-20260319 > patch link: https://lore.kernel.org/r/20260319234047.43253-1-dxdt%40dev.snart.me > patch subject: [PATCH] ntfs(3): export super block magic > config: *hexagon*-allmodconfig (https://download.01.org/0day-ci/archive/20260322/[email protected]/config) On 3/22/26 13:56, kernel test robot wrote: > compiler: *sh4*-linux-gcc (GCC) 15.2.0 Interesting. I didn't add #include <linux/magic.h> thinking that it's included in the chain somwhere so it's redundant. Apparently, I was wrong. I smell header hell situation here. Will investigate why these two arches don't include <magic.h>. In the meantime, if you're interested in my suggestion, let me know. Davo