1. 17 7月, 2008 1 次提交
    • H
      [S390] Fix stacktrace compile bug. · 8de2ce86
      Heiko Carstens 提交于
      Add missing module.h include to fix this:
      
        CC      arch/s390/kernel/stacktrace.o
      arch/s390/kernel/stacktrace.c:84: warning: data definition has no type or storage class
      arch/s390/kernel/stacktrace.c:84: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      arch/s390/kernel/stacktrace.c:84: warning: parameter names (without types) in function declaration
      arch/s390/kernel/stacktrace.c:97: warning: data definition has no type or storage class
      arch/s390/kernel/stacktrace.c:97: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      arch/s390/kernel/stacktrace.c:97: warning: parameter names (without types) in function declaration
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      8de2ce86
  2. 03 7月, 2008 1 次提交
  3. 05 2月, 2008 1 次提交
  4. 17 7月, 2007 1 次提交
  5. 09 5月, 2007 1 次提交
  6. 06 2月, 2007 1 次提交
  7. 11 10月, 2006 1 次提交
    • C
      [S390] stacktrace bug. · 75e9de18
      Christian Borntraeger 提交于
      The latest kernel 2.6.19-rc1 triggers a bug in the s390 specific stack
      trace code when compiled with gcc 3.4.
      This patch fixes the latest lock dependency validator code (2.6.19-rc1)
      on s390 gcc 3.4. The variable sp was fixed to r15 (which is the stack
      pointer in the s390 abi) and assigned new values to r15. Therefore,
      gcc 3.4 assigns a new value to r15 and does not restore it on exit (r15
      is supposed to be call save) - the kernel stack is broken. Avoid trouble
      by not assigning any new value to sp (r15).
      Signed-off-by: NChristian Borntraeger <cborntra@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      75e9de18
  8. 26 9月, 2006 1 次提交
  9. 04 7月, 2006 1 次提交