Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1315336
| From | Duc Dang <dhdang@apm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 1/3] mailbox: Add support for APM X-Gene platform mailbox driver |
| Date | 2016-01-23 00:10 +0100 |
| Message-ID | <qTT05-2t8-1@gated-at.bofh.it> (permalink) |
| References | <qRppw-6Tt-5@gated-at.bofh.it> <qRyj8-4l4-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Jan 16, 2016 at 4:31 AM, kbuild test robot <lkp@intel.com> wrote: > Hi Duc, > > [auto build test WARNING on robh/for-next] > [also build test WARNING on v4.4 next-20160115] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Duc-Dang/mailbox-Add-support-for-APM-X-Gene-platform-mailbox-driver/20160116-110535 > base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next > config: arm64-allyesconfig (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm64 > > All warnings (new ones prefixed by >>): > >>> WARNING: vmlinux.o(.data+0xfd6260): Section mismatch in reference from the variable slimpro_mbox_driver to the variable .init.text:$x > The variable slimpro_mbox_driver references > the variable __init $x > If the reference is valid then annotate the > variable with or __refdata (see linux/init.h) or name the variable: I fixed the build warning, will post and updated after further comment from Jassi. I did not catch it before posting my patch because I did not compile with CONFIG_DEBUG_SECTION_MISMATCH=y. I will make sure I have this option enabled for my build process going forward. Regards, Duc Dang. > > > --- > 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 v4 1/3] mailbox: Add support for APM X-Gene platform mailbox driver Duc Dang <dhdang@apm.com> - 2016-01-16 04:10 +0100 Re: [PATCH v4 1/3] mailbox: Add support for APM X-Gene platform mailbox driver Duc Dang <dhdang@apm.com> - 2016-01-23 00:10 +0100
csiph-web