1. 19 Feb, 2009 1 commit
  2. 15 Jan, 2009 1 commit
  3. 14 Jan, 2009 2 commits
    • Cyrill Gorcunov's avatar
      x86: headers cleanup - boot.h · 95c4bff0
      Cyrill Gorcunov authored
      Impact: cleanup
      
      'make headers_check' warn us about leaking of kernel private
      (mostly compile time vars) data to userspace in headers. Fix it.
      
      Neither BOOT_HEAP_SIZE, BOOT_STACK_SIZE refs
      was found by searching thru net (ie in user-space area)
      so fence this all by __KERNEL__ guard.
      Signed-off-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      95c4bff0
    • H. Peter Anvin's avatar
      init: make initrd/initramfs decompression failure a KERN_EMERG event · 73310a16
      H. Peter Anvin authored
      Impact: More consistent behaviour, avoid policy in the kernel
      
      Upgrade/downgrade initrd/initramfs decompression failure from
      inconsistently a panic or a KERN_ALERT message to a KERN_EMERG event.
      It is, however, possible do design a system which can recover from
      this (using the kernel builtin code and/or the internal initramfs),
      which means this is policy, not a technical necessity.
      
      A good way to handle this would be to have a panic-level=X option, to
      force a panic on a printk above a certain level.  That is a separate
      patch, however.
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      73310a16
  4. 12 Jan, 2009 1 commit
  5. 10 Jan, 2009 2 commits
  6. 09 Jan, 2009 33 commits