1 Jul 2009 07:00
Re: [PATCH] reduce export symbol CRC table size on 64-bit archs
Rusty Russell <rusty <at> rustcorp.com.au>
2009-07-01 05:00:28 GMT
2009-07-01 05:00:28 GMT
On Tue, 30 Jun 2009 09:21:52 pm Jan Beulich wrote: > Since these CRCs are really only 32-bit quantities, there's no need to > store them in 64-bit slots. Since, however, gcc doesn't allow > respective initializations, asm() constructs get used to create the CRC > tables (and its for that reason that the patch only makes x86-64 and > ia64 utilize that functionality, as I can't verify this doesn't break > in some subtle way elsewhere). Hmm, can we change the build system to just link this in as a normal table, rather than use linker tricks? Then genksyms would just spit out a C file we could compile and link into final vmlinux. Thanks, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Sam
The following changes since commit 4075ea8c54a7506844a69f674990241e7766357b:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../bp/bp
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git master
Amerigo Wang (2):
gitignore: ignore gcov output files
kbuild: finally remove the obsolete variable $TOPDIR
Floris Kraak (1):
Kbuild: Disable the -Wformat-security gcc flag
The alternative to *that* is improving on this silly flag:
- Either finding some way to teach GCC how to not emit warnings about
usage that is entirely sane.
- Or finding some way to teach some other build tool to catch unsafe
usage without polluting the build with false positives.
Take your pick.
*) While I can't give you 100% certainty about every warning I know
for a fact the vast majority of the warnings at least consists of
false positives so there'd be no other benefit from them except a
quieter kernel build on certain distro's
RSS Feed