All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Layton <jlayton@kernel.org>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 4/6] ceph: convert readpage to fscache read helper
Date: Wed, 17 Feb 2021 10:50:09 -0500	[thread overview]
Message-ID: <5ca9eb838b05937c3bdd975a1d92fe601dc4d982.camel@kernel.org> (raw)
In-Reply-To: <202102172357.EmxEFrY2-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]

On Wed, 2021-02-17 at 23:47 +0800, kernel test robot wrote:
> Hi Jeff,
> 
> I love your patch! Yet something to improve:
> 
> [auto build test ERROR on ceph-client/for-linus]
> [also build test ERROR on v5.11]
> [cannot apply to next-20210216]
> [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]
> 

This is based on top of David Howells' fscache-netfs-lib branch. I'll
try to remember to use --base in the future.

> url:    https://github.com/0day-ci/linux/commits/Jeff-Layton/ceph-disable-old-fscache-readpage-handling/20210217-215846
> base:   https://github.com/ceph/ceph-client.git for-linus
> config: i386-randconfig-s031-20210217 (attached as .config)
> compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
> reproduce:
>         # apt-get install sparse
>         # sparse version: v0.6.3-215-g0fb77bb6-dirty
>         # https://github.com/0day-ci/linux/commit/c119dcb3fc1c0486f724c2d0e032cf08b8b2ebcf
>         git remote add linux-review https://github.com/0day-ci/linux
>         git fetch --no-tags linux-review Jeff-Layton/ceph-disable-old-fscache-readpage-handling/20210217-215846
>         git checkout c119dcb3fc1c0486f724c2d0e032cf08b8b2ebcf
>         # save the attached .config to linux build tree
>         make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    In file included from fs/ceph/super.c:22:
> > > fs/ceph/cache.h:12:10: fatal error: linux/netfs.h: No such file or directory
>       12 | #include <linux/netfs.h>
>          |          ^~~~~~~~~~~~~~~
>    compilation terminated.
> --
> > > fs/ceph/addr.c:15:10: fatal error: linux/netfs.h: No such file or directory
>       15 | #include <linux/netfs.h>
>          |          ^~~~~~~~~~~~~~~
>    compilation terminated.
> 
> 
> vim +12 fs/ceph/cache.h
> 
>     11	
>   > 12	#include <linux/netfs.h>
>     13	
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

-- 
Jeff Layton <jlayton@kernel.org>

  reply	other threads:[~2021-02-17 15:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210217125845.10319-1-jlayton@kernel.org>
2021-02-17 12:58 ` [PATCH v2 1/6] ceph: disable old fscache readpage handling Jeff Layton
2021-02-19  5:09   ` Xiubo Li
2021-02-22 14:47     ` Jeff Layton
2021-02-17 12:58 ` [PATCH v2 2/6] ceph: rework PageFsCache handling Jeff Layton
2021-02-17 14:38   ` Matthew Wilcox
2021-02-17 14:59     ` Jeff Layton
2021-02-17 12:58 ` [PATCH v2 3/6] ceph: fix fscache invalidation Jeff Layton
2021-02-17 12:58 ` [PATCH v2 4/6] ceph: convert readpage to fscache read helper Jeff Layton
2021-02-17 15:47   ` kernel test robot
2021-02-17 15:50     ` Jeff Layton [this message]
2021-02-17 12:58 ` [PATCH v2 5/6] ceph: plug write_begin into " Jeff Layton
2021-02-17 12:58 ` [PATCH v2 6/6] ceph: convert ceph_readpages to ceph_readahead Jeff Layton
2021-02-17 15:15   ` Matthew Wilcox
2021-02-17 15:46     ` Jeff Layton

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=5ca9eb838b05937c3bdd975a1d92fe601dc4d982.camel@kernel.org \
    --to=jlayton@kernel.org \
    --cc=kbuild-all@lists.01.org \
    /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.