1. 06 Mar, 2003 1 commit
    • Kai Germaschewski's avatar
      do_mounts: Fix boot from ramdisk · 26d32e6e
      Kai Germaschewski authored
      Russell King investigated a failure case I introduced: When booting
      with "load_ramdisk=1", we use the kernel root= parameter to determine
      from what device to get the contents to copy into a ramdisk and then
      mount that ramdisk as root.
      
      For the copy to work, /dev/root needs to point to the device to load the
      ramdisk from.
      26d32e6e
  2. 05 Mar, 2003 6 commits
    • Sam Ravnborg's avatar
      [PATCH] kbuild: touch-module after successfull creation only · cc12a29a
      Sam Ravnborg authored
      On Mon, Mar 03, 2003 at 05:11:10PM -0500, Bill Davidsen wrote:
      > scripts/Makefile.modinst:16: *** Uh-oh, you have stale module entries. You
      messed with SUBDIRS, do not complain if something goes wrong.
      
      This happens if you have encountered a compile error in a module.
      In this case you did not succeed the compilation of fs/binfmt_aout,
      and therefore no .o file can be located.
      kbuild assumes this is because you have messed with SUBDIRS, which is wrong.
      cc12a29a
    • Arnd Bergmann's avatar
      [trivial] avoid a warning for each module on s390x · 28d6bf36
      Arnd Bergmann authored
      s390x has a reference to _GLOBAL_OFFSET_TABLE_ in each module
      that is resolved by the module loader. This patch prevents
      modpost from emitting a warning about that symbol.
      28d6bf36
    • Sam Ravnborg's avatar
      [PATCH] kbuild: Smart notation for non-verbose output · f6970811
      Sam Ravnborg authored
      Create a nice shorthand to enable the non-verbose output mode.
      make V=1        => Gives verbose output (default)
      make V=0        => Gives non-verbose output
      
      One of the reasons why people does not use KBUILD_VERBOSE=0 that
      much is simply the typing needed.
      This notation should make it acceptable to type it.
      The usage of "make V=0" is restricted to the command line.
      Anyone that wants to enable the non-verbose mode pr. default shall
      set KBUILD_VERBOSE in the shell.
      f6970811
    • Kai Germaschewski's avatar
      kbuild: Make per-cpu-check ignore __crc_ symbols. · dc39134c
      Kai Germaschewski authored
      We warn when symbols end in __per_cpu, but aren't in the per-cpu section.
      However, checksum symbols gave false positives.
      dc39134c
    • Kai Germaschewski's avatar
      kbuild: Add some missing FORCE · f01dc2a7
      Kai Germaschewski authored
      Those were missing, not particularly harmful, but still needed for
      correctness.
      f01dc2a7
    • Kai Germaschewski's avatar
      kbuild: Make build stop on vmlinux link error · 56ddf23b
      Kai Germaschewski authored
      set -e is needed for each (continued) line.
      56ddf23b
  3. 04 Mar, 2003 18 commits
  4. 03 Mar, 2003 15 commits