Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243927
| From | Ming Lei <tom.leiming@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] iov_iter: use bvec iterator to implement iterate_bvec() |
| Date | 2015-10-10 17:50 +0200 |
| Message-ID | <qi4zg-5fs-23@gated-at.bofh.it> (permalink) |
| References | <qi4fT-4T5-15@gated-at.bofh.it> <qi4pA-54b-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Oct 10, 2015 at 11:33 PM, kbuild test robot <lkp@intel.com> wrote: > Hi Ming, > > [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] > > config: i386-randconfig-s1-201540 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All error/warnings (new ones prefixed by >>): > > lib/iov_iter.c: In function 'copy_to_iter': >>> lib/iov_iter.c:61:19: error: storage size of '__bi' isn't known > struct bvec_iter __bi, __start; \ > ^ > lib/iov_iter.c:97:3: note: in expansion of macro 'iterate_bvec' > iterate_bvec(i, n, v, bvec, skip, (B)) \ The warning is because CONFIG_BLOCK is disabled, maybe bvec iterator helpers still need to include even though CONFIG_BLOCK is disabled. -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] iov_iter: use bvec iterator to implement iterate_bvec() Ming Lei <tom.leiming@gmail.com> - 2015-10-10 17:30 +0200
[PATCH 2/2] iov_iter: use bvec iterator to implement iterate_bvec() Ming Lei <tom.leiming@gmail.com> - 2015-10-10 17:30 +0200
Re: [PATCH 2/2] iov_iter: use bvec iterator to implement iterate_bvec() kbuild test robot <lkp@intel.com> - 2015-10-10 17:40 +0200
Re: [PATCH 2/2] iov_iter: use bvec iterator to implement iterate_bvec() Ming Lei <tom.leiming@gmail.com> - 2015-10-10 17:50 +0200
Re: [PATCH 2/2] iov_iter: use bvec iterator to implement iterate_bvec() kbuild test robot <lkp@intel.com> - 2015-10-10 17:40 +0200
csiph-web