1. 08 9月, 2008 6 次提交
  2. 05 9月, 2008 2 次提交
  3. 28 8月, 2008 6 次提交
  4. 25 8月, 2008 2 次提交
    • A
      sh: fix ptrace_64.c:user_disable_single_step() · e311be52
      Adrian Bunk 提交于
      This patch fixes the following compile error caused by
      commit c459dbf2
      (sh: ptrace single stepping cleanups.):
      
      <--  snip  -->
      
      ...
        CC      arch/sh/kernel/ptrace_64.o
      arch/sh/kernel/ptrace_64.c: In function 'user_disable_single_step':
      arch/sh/kernel/ptrace_64.c:134: error: 'regs' undeclared (first use in this function)
      arch/sh/kernel/ptrace_64.c:134: error: (Each undeclared identifier is reported only once
      arch/sh/kernel/ptrace_64.c:134: error: for each function it appears in.)
      ...
      make[2]: *** [arch/sh/kernel/ptrace_64.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e311be52
    • A
      sh64: re-add the __strnlen_user() prototype · a1068264
      Adrian Bunk 提交于
      Commit 42fd3b14
      (sh: Initial consolidation of the _32/_64 uaccess split.)
      mistakenly removed the sh64 __strnlen_user() prototype,
      resulting in the following compile error:
      
      <--  snip  -->
      
      ...
        CC      init/main.o
      In file included from include/linux/poll.h:13,
                       from include/linux/rtc.h:113,
                       from include/linux/efi.h:19,
                       from init/main.c:43:
      arch/sh/include/asm/uaccess.h: In function 'strnlen_user':
      arch/sh/include/asm/uaccess.h:213: error: implicit declaration of function '__strnlen_user'
      ...
      make[2]: *** [init/main.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      a1068264
  5. 15 8月, 2008 1 次提交
  6. 11 8月, 2008 12 次提交
  7. 07 8月, 2008 1 次提交
  8. 06 8月, 2008 2 次提交
  9. 04 8月, 2008 8 次提交