linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kbuild update
@ 2007-06-03 20:36 Sam Ravnborg
  2007-06-03 20:51 ` Sam Ravnborg
  2007-06-03 21:04 ` [kbuild-devel] " Chris Smith
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Ravnborg @ 2007-06-03 20:36 UTC (permalink / raw)
  To: LKML, Andrew Morton, kbuild-devel; +Cc: sam

Short intro to content of kbuild.git at the moment.
See http://git.kernel.org/?p=linux/kernel/git/sam/kbuild.git;a=summary

Everything are targeted for next merge window.

section mismatch
      kbuild: make better section mismatch reports on i386, arm and mips
      kbuild: The .paravirtprobe section is obsolete, so modpost doesn't need to handle it
      kbuild: ignore section mismatch warnings originating from .note section
      kbuild: refactor code in modpost to improve maintainability
      kbuild: warn about references from .init.text to .exit.text
      kbuild: remove hardcoded apic_es7000 from modpost
      kbuild: refactor code in modpost
      kbuild: remove hardcoded _logo names from modpost
      kbuild: suppress modpost warnings for references from the .toc section as used by powerpc
      kbuild: whitelist references from variables named _timer to .init.text

Several changes to either improve reporting - or to ignore false positives.
In particular modpost now check for and warn about references from .init.text to .exit.text
This check caugth several real bugs - which for the most part are already fixed in upstream.
modpost now does a better job finding the symbols using addend - this works for me
but had caused troubles in the past. If modpost suddenly bails out with a segmentation
violation this may the the culprint.
In addition some trivial code refactoring was done to improve maintainability of modpost.


      kconfig: use POSIX equality test in check-lxdialog.sh
Bugfix.


      scripts: Make cleanfile/cleanpatch warn about long lines
Improved so we all adhere to 80 lines (in)sanity


      kbuild: avoid environment to set variables used by kbuild
I had a report that a user tried to do:
EXTRA_CFLAGS=FOO make fs/nfs/
This is not supposed to impact the build so make sure it does not.


      kbuild: add support for reading stdin with gen_init_cpio
      kbuild: add support for squashing uid/gid in gen_initramfs_list.sh
initramfs improvements


      kbuild: asm-offsets.h is now cleaned with O=.. builds
Bugfix


      kbuild: document cc-fullversion
      kbuild: New 'cc-fullversion' macro
      powerpc: Refuse to build 64-bit with GCC-4.2.0 and CONFIG_MODULES
Add and use cc-fullversion to obtain exact gcc version
See documentation in Documentation/kbuild/makefiles.txt


What's next?
-> davem has requested to add a new section used for code modifying support.
   The actual section name to use needs to be sorted out.
-> A few cygwin specific changes may hit kbuild - to allow the kernel to be built
   using cygwin on a windoze box.
-> A few trivial kconfig changes are pending. Needs to review them before they are ready.
-> A speed-up of headers_check is in the works. Got stalled but will look into it soon.
   The check goes down to ~3 sec on my not-so-fast machine
-> If I get really bored I may start a 'cleaning up all vmlinux.lds files' round.
   If someone would help out here it would be appreciated.
   These change will then be merged via the arch-maintaines and not really kbuild stuff..

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kbuild update
  2007-06-03 20:36 kbuild update Sam Ravnborg
@ 2007-06-03 20:51 ` Sam Ravnborg
  2007-06-03 21:04 ` [kbuild-devel] " Chris Smith
  1 sibling, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2007-06-03 20:51 UTC (permalink / raw)
  To: LKML, Andrew Morton, kbuild-devel

Hmm, the patch serie should have been chained.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [kbuild-devel] kbuild update
  2007-06-03 20:36 kbuild update Sam Ravnborg
  2007-06-03 20:51 ` Sam Ravnborg
@ 2007-06-03 21:04 ` Chris Smith
  2007-06-03 21:10   ` Sam Ravnborg
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Smith @ 2007-06-03 21:04 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: LKML, Andrew Morton, kbuild-devel

> What's next?
> ...
> -> A few cygwin specific changes may hit kbuild - to allow the kernel to be built
>    using cygwin on a windoze box.

This seems vaguely immoral. ;)
Thanks,
Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [kbuild-devel] kbuild update
  2007-06-03 21:04 ` [kbuild-devel] " Chris Smith
@ 2007-06-03 21:10   ` Sam Ravnborg
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2007-06-03 21:10 UTC (permalink / raw)
  To: Chris Smith; +Cc: LKML, Andrew Morton, kbuild-devel

On Sun, Jun 03, 2007 at 05:04:39PM -0400, Chris Smith wrote:
> >What's next?
> >...
> >-> A few cygwin specific changes may hit kbuild - to allow the kernel to 
> >be built
> >   using cygwin on a windoze box.
> 
> This seems vaguely immoral. ;)
Especially embedded people like to build on Windoze boxes.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-03 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-03 20:36 kbuild update Sam Ravnborg
2007-06-03 20:51 ` Sam Ravnborg
2007-06-03 21:04 ` [kbuild-devel] " Chris Smith
2007-06-03 21:10   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).