Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1413885

Re: [PATCH 04/13] libnvdimm, nfit: move flush hint mapping to dimm driver

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 04/13] libnvdimm, nfit: move flush hint mapping to dimm driver
Date 2016-06-04 23:50 +0200
Message-ID <rGrCa-6jL-5@gated-at.bofh.it> (permalink)
References <rGqPM-5Oy-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

[auto build test ERROR on v4.7-rc1]
[also build test ERROR on next-20160603]
[cannot apply to linux-nvdimm/libnvdimm-for-next tip/x86/core]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Dan-Williams/deprecate-pcommit/20160605-045935
config: i386-randconfig-s1-201623 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/nvdimm/region_devs.c: In function 'nvdimm_flush':
>> drivers/nvdimm/region_devs.c:826:4: error: implicit declaration of function 'writeq' [-Werror=implicit-function-declaration]
       writeq(1, ndd->flush_wpq[0]);
       ^~~~~~
   cc1: some warnings being treated as errors

vim +/writeq +826 drivers/nvdimm/region_devs.c

   820			/*
   821			 * Note, nvdimm_drvdata guaranteed to be live since we
   822			 * arrange for all associated regions to be disabled
   823			 * before the dimm is disabled.
   824			 */
   825			if (ndd->flush_wpq[0])
 > 826				writeq(1, ndd->flush_wpq[0]);
   827		}
   828		wmb();
   829	}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 04/13] libnvdimm,  nfit: move flush hint mapping to dimm driver Dan Williams <dan.j.williams@intel.com> - 2016-06-04 23:00 +0200
  Re: [PATCH 04/13] libnvdimm, nfit: move flush hint mapping to dimm  driver kbuild test robot <lkp@intel.com> - 2016-06-04 23:50 +0200
  Re: [PATCH 04/13] libnvdimm, nfit: move flush hint mapping to dimm  driver kbuild test robot <lkp@intel.com> - 2016-06-05 00:10 +0200
  Re: [PATCH 04/13] libnvdimm, nfit: move flush hint mapping to dimm driver Dan Williams <dan.j.williams@intel.com> - 2016-06-07 20:20 +0200
  Re: [PATCH 04/13] libnvdimm, nfit: move flush hint mapping to dimm  driver "Kani, Toshimitsu" <toshi.kani@hpe.com> - 2016-06-07 20:50 +0200

csiph-web