1. 19 5月, 2014 1 次提交
    • S
      sparc64: fix sparse warnings in compat_audit.c · a1ca187e
      Sam Ravnborg 提交于
      Fix following warnings:
      compat_audit.c:4:10: warning: symbol 'sparc32_dir_class' was not declared. Should it be static?
      compat_audit.c:9:10: warning: symbol 'sparc32_chattr_class' was not declared. Should it be static?
      compat_audit.c:14:10: warning: symbol 'sparc32_write_class' was not declared. Should it be static?
      compat_audit.c:19:10: warning: symbol 'sparc32_read_class' was not declared. Should it be static?
      compat_audit.c:24:10: warning: symbol 'sparc32_signal_class' was not declared. Should it be static?
      compat_audit.c:29:5: warning: symbol 'sparc32_classify_syscall' was not declared. Should it be static?
      
      Add declarations to kernel.h
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a1ca187e
  2. 05 12月, 2008 1 次提交
    • S
      sparc,sparc64: unify kernel/ · a88b5ba8
      Sam Ravnborg 提交于
      o Move all files from sparc64/kernel/ to sparc/kernel
        - rename as appropriate
      o Update sparc/Makefile to the changes
      o Update sparc/kernel/Makefile to include the sparc64 files
      
      NOTE: This commit changes link order on sparc64!
      
      Link order had to change for either of sparc32 and sparc64.
      And assuming sparc64 see more testing than sparc32 change link
      order on sparc64 where issues will be caught faster.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a88b5ba8
  3. 27 4月, 2008 1 次提交
  4. 11 5月, 2007 2 次提交
  5. 12 9月, 2006 4 次提交
  6. 01 7月, 2006 1 次提交
    • A
      [PATCH] audit syscall classes · b915543b
      Al Viro 提交于
      Allow to tie upper bits of syscall bitmap in audit rules to kernel-defined
      sets of syscalls.  Infrastructure, a couple of classes (with 32bit counterparts
      for biarch targets) and actual tie-in on i386, amd64 and ia64.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      b915543b