1. 31 12月, 2018 11 次提交
  2. 30 12月, 2018 4 次提交
    • D
      csky: define syscall_get_arch() · d770b256
      Dmitry V. Levin 提交于
      syscall_get_arch() is required to be implemented on all architectures
      in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO
      request.
      
      Cc: Guo Ren <guoren@kernel.org>
      Cc: Paul Moore <paul@paul-moore.com>
      Cc: Eric Paris <eparis@redhat.com>
      Cc: Oleg Nesterov <oleg@redhat.com>
      Cc: Andy Lutomirski <luto@kernel.org>
      Cc: Elvira Khabirova <lineprinter@altlinux.org>
      Cc: Eugene Syromyatnikov <esyr@redhat.com>
      Cc: linux-audit@redhat.com
      Signed-off-by: NDmitry V. Levin <ldv@altlinux.org>
      Signed-off-by: NGuo Ren <guoren@kernel.org>
      
       arch/csky/include/asm/syscall.h | 7 +++++++
       include/uapi/linux/audit.h      | 1 +
       2 files changed, 8 insertions(+)
      d770b256
    • D
      elf-em.h: add EM_CSKY · 077b930a
      Dmitry V. Levin 提交于
      The uapi/linux/audit.h header is going to use EM_CSKY in order
      to define AUDIT_ARCH_CSKY which is needed to implement
      syscall_get_arch() which in turn is required to extend
      the generic ptrace API with PTRACE_GET_SYSCALL_INFO request.
      
      The value for EM_CSKY has been taken from arch/csky/include/asm/elf.h
      and confirmed by binutils:include/elf/common.h
      
      Cc: Guo Ren <guoren@kernel.org>
      Cc: Oleg Nesterov <oleg@redhat.com>
      Cc: Andy Lutomirski <luto@kernel.org>
      Cc: Elvira Khabirova <lineprinter@altlinux.org>
      Cc: Eugene Syromyatnikov <esyr@redhat.com>
      Signed-off-by: NDmitry V. Levin <ldv@altlinux.org>
      Signed-off-by: NGuo Ren <guoren@kernel.org>
      077b930a
    • M
      csky: remove meaningless header-y · dc3e0896
      Masahiro Yamada 提交于
      Since commit fcc8487d ("uapi: export all headers under uapi
      directories"), header-y is meaningless because headers under uapi
      are all exported.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NGuo Ren <guoren@kernel.org>
      dc3e0896
    • Y
      csky: Don't leak device tree node reference · 398539dd
      Yangtao Li 提交于
      of_find_node_by_type() acquires a reference to the node returned by it
      and that reference needs to be dropped by its caller. setup_smp()
      doesn't do that, so fix it by converting to for_each_of_cpu_node().
      Signed-off-by: NYangtao Li <tiny.windzz@gmail.com>
      Signed-off-by: NGuo Ren <guoren@kernel.org>
      398539dd
  3. 17 12月, 2018 1 次提交
  4. 15 12月, 2018 19 次提交
  5. 14 12月, 2018 5 次提交