linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kbuild 0/5] Some of our patches
@ 2005-01-18 18:41 Andreas Gruenbacher
  2005-01-18 18:41 ` [kbuild 5/5] Dont include absolute filenames in binaries Andreas Gruenbacher
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Andreas Gruenbacher @ 2005-01-18 18:41 UTC (permalink / raw)
  To: linux-kernel, Sam Ravnborg; +Cc: Rusty Russell

Hello,

here are some of our current patches that I consider appropriate for
mainline:

patches/check-symvers.diff
  Warn when building external modules without modversions

  Users often try to build additional external modules without compiling
  the whole kernel first, and without the Module.synvers dump file.
  This results in modules without modversions, which can be dangerous.

patches/default-configuration.diff
  Don't use the running kernel's config file by default

  Targets such as menuconfig fetch their default configuration from the
  running kernel if .config doesn't exist. This often is the wrong
  thing. Don't look at the running kernel for the usual configure
  commands. Instead, add a new cloneconfig target (see next patch).

patches/cloneconfig.diff
  Add cloneconfig target

  This fetches the configuration from the running kernel, and configures
  the kernel source tree based on that.

patches/mod_param-typeinfo.diff
  Include type information as module info where possible

  This patch was on the LKML before; it should have been merged but got
  lost.
  
patches/remove-buildenv-paths-from-binaries.diff
  Don't include absolute filenames in binaries

  When building RPMs, we don't want build environment specific path names
  to appear in binaries.

Regards,
--
Andreas Gruenbacher <agruen@suse.de>
SUSE Labs, SUSE LINUX PRODUCTS GMBH


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

end of thread, other threads:[~2005-01-30 22:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-18 18:41 [kbuild 0/5] Some of our patches Andreas Gruenbacher
2005-01-18 18:41 ` [kbuild 5/5] Dont include absolute filenames in binaries Andreas Gruenbacher
2005-01-18 18:41 ` [kbuild 1/5] Warn when building external modules without modversions Andreas Gruenbacher
2005-01-18 18:41 ` [kbuild 3/5] Add cloneconfig target Andreas Gruenbacher
2005-01-18 18:41 ` [kbuild 4/5] Include type information as module info where possible Andreas Gruenbacher
2005-01-19 16:14   ` Andreas Gruenbacher
2005-01-20 11:54     ` Andreas Gruenbacher
2005-01-30 15:56       ` Sam Ravnborg
2005-01-30 22:06         ` Andreas Gruenbacher
2005-01-30 22:19           ` Sam Ravnborg
2005-01-18 18:41 ` [kbuild 2/5] Dont use the running kernels config file by default Andreas Gruenbacher
2005-01-18 20:15   ` Roman Zippel
2005-01-19 17:51     ` Andreas Gruenbacher
2005-01-19 18:18       ` Roman Zippel
2005-01-19 18:42         ` Andreas Gruenbacher
2005-01-19 19:27           ` Roman Zippel
2005-01-19 23:41           ` Gerd Knorr

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).