All of lore.kernel.org
 help / color / mirror / Atom feed
* [sashal-linux-stable:queue-5.5 27/40] fs/nfsd/nfs4proc.c:1226:10: error: 'struct nfsd4_copy' has no member named 'cp_intra'
@ 2020-02-13 16:07 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-02-13 16:07 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git queue-5.5
head:   f87fc34b0f7a29b3ef2476e2c1b9d79e5bd98664
commit: 81655c9ec9709eba4b0db38c0db9a5384035657c [27/40] NFSD fixing possible null pointer derefering in copy offload
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 81655c9ec9709eba4b0db38c0db9a5384035657c
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   fs/nfsd/nfs4proc.c: In function 'cleanup_async_copy':
>> fs/nfsd/nfs4proc.c:1226:10: error: 'struct nfsd4_copy' has no member named 'cp_intra'
     if (copy->cp_intra)
             ^~

vim +1226 fs/nfsd/nfs4proc.c

  1221	
  1222	static void cleanup_async_copy(struct nfsd4_copy *copy)
  1223	{
  1224		nfs4_free_cp_state(copy);
  1225		nfsd_file_put(copy->nf_dst);
> 1226		if (copy->cp_intra)
  1227			nfsd_file_put(copy->nf_src);
  1228		spin_lock(&copy->cp_clp->async_lock);
  1229		list_del(&copy->copies);
  1230		spin_unlock(&copy->cp_clp->async_lock);
  1231		nfs4_put_copy(copy);
  1232	}
  1233	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 51866 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-13 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 16:07 [sashal-linux-stable:queue-5.5 27/40] fs/nfsd/nfs4proc.c:1226:10: error: 'struct nfsd4_copy' has no member named 'cp_intra' kbuild test robot

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.