Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1479538
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k |
| Date | 2016-09-08 23:50 +0200 |
| Message-ID | <sffmO-2IM-15@gated-at.bofh.it> (permalink) |
| References | <sfdEn-1zP-47@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Denys,
[auto build test WARNING on tip/auto-latest]
[also build test WARNING on v4.8-rc5 next-20160908]
[cannot apply to tip/x86/core]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Denys-Vlasenko/x86-e820-mark-some-static-functions-__init/20160909-035802
config: x86_64-randconfig-i0-201636 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.3-14) 4.9.3
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
>> WARNING: vmlinux.o(.data+0x1b398): Section mismatch in reference from the variable e820_saved to the variable .init.data:initial_e820_saved
The variable e820_saved references
the variable __initdata initial_e820_saved
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
--
>> WARNING: vmlinux.o(.data+0x1b3a0): Section mismatch in reference from the variable e820 to the variable .init.data:initial_e820
The variable e820 references
the variable __initdata initial_e820
If the reference is valid then annotate the
variable with or __refdata (see linux/init.h) or name the variable:
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k Denys Vlasenko <dvlasenk@redhat.com> - 2016-09-08 22:00 +0200 Re: [PATCH 2/2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k kbuild test robot <lkp@intel.com> - 2016-09-08 23:50 +0200
csiph-web