1. 25 7月, 2008 3 次提交
  2. 24 7月, 2008 1 次提交
    • J
      UML - Fix boot crash · 7c1fed03
      Jeff Dike 提交于
      My copying of linux/init.h didn't go far enough.  The definition of
      __used singled out gcc minor version 3, but didn't care what the major
      version was.  This broke when unit-at-a-time was added and gcc started
      throwing out initcalls.
      
      This results in an early boot crash when ptrace tries to initialize a
      process with an empty, uninitialized register set.
      Signed-off-by: NJeff Dike <jdike@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      7c1fed03
  3. 08 7月, 2008 1 次提交
    • J
      [UML] fix gcc ICEs and unresolved externs · 4f81c535
      Jeff Dike 提交于
      There are various constraints on the use of unit-at-a-time:
       - i386 uses no-unit-at-a-time for pre-4.0 (not 4.3)
       - x86_64 uses unit-at-a-time always
      
      Uli reported a crash on x86_64 with gcc 4.1.2 with unit-at-a-time,
      resulting in commit c0a18111
      
      Ingo reported a gcc internal error with gcc 4.3 with no-unit-at-a-timem,
      resulting in 22eecde2
      
      Benny Halevy is seeing extern inlines not resolved with gcc 4.3 with
      no-unit-at-a-time
      
      This patch reintroduces unit-at-a-time for gcc >= 4.0, bringing back the
      possibility of Uli's crash.  If that happens, we'll debug it.
      
      I started seeing both the internal compiler errors and unresolved
      inlines on Fedora 9.  This patch fixes both problems, without so far
      reintroducing the crash reported by Uli.
      Signed-off-by: NJeff Dike <jdike@linux.intel.com>
      Cc: Benny Halevy <bhalevy@panasas.com>
      Cc: Adrian Bunk <bunk@kernel.org>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Ulrich Drepper <drepper@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4f81c535
  4. 03 7月, 2008 3 次提交
  5. 26 6月, 2008 1 次提交
  6. 13 6月, 2008 2 次提交
  7. 07 6月, 2008 6 次提交
  8. 22 5月, 2008 5 次提交
  9. 17 5月, 2008 1 次提交
  10. 13 5月, 2008 14 次提交
  11. 09 5月, 2008 1 次提交
  12. 07 5月, 2008 1 次提交
  13. 05 5月, 2008 1 次提交