On Wed, Oct 21 2015, kbuild test robot <[email protected]> wrote: > Hi Rasmus, > > [auto build test ERROR on next-20151020 -- if it's inappropriate base, please > suggest rules for selecting the more suitable base] > > url: > https://github.com/0day-ci/linux/commits/Rasmus-Villemoes/lib-vsprintf-c-pull-out-padding-code-from-dentry_name/20151021-043621 > config: frv-defconfig (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=frv
OK, apparently we need to tell gcc explicitly to pack it on frv. I've reproduced using the above instructions, and adding __packed solves it. Please use the alternative patch I'll send as a follow-up in a moment. I have to say, this automated build testing before the patches hit -next (indeed, almost before git send-email is finished sending out the entire series!) is rather awesome. Rasmus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

