[git pull] audit updates and fixes

Linus Torvalds torvalds at osdl.org
Wed Sep 13 00:39:08 UTC 2006



On Tue, 12 Sep 2006, Al Viro wrote:
> 
>  arch/i386/kernel/audit.c             |   51 ---------------------------
>  b/arch/i386/kernel/Makefile          |    1
>  b/arch/ia64/Kconfig                  |    4 ++
>  b/arch/powerpc/Kconfig               |    4 ++
>  b/arch/s390/Kconfig                  |    4 ++
>  b/arch/sparc64/Kconfig               |    4 ++
>  b/arch/sparc64/kernel/Makefile       |    3 +
>  b/arch/sparc64/kernel/audit.c        |   66 +++++++++++++++++++++++++++++++++++
>  b/arch/sparc64/kernel/compat_audit.c |   37 +++++++++++++++++++
>  b/arch/x86_64/Kconfig                |    4 ++
>  b/lib/Kconfig                        |    5 ++
>  b/lib/Makefile                       |    1
>  b/lib/audit.c                        |   53 ++++++++++++++++++++++++++++
>  13 files changed, 185 insertions(+), 52 deletions(-)

Btw, if you do "git diff --stat --summary -M", you'd have gotten

 arch/i386/kernel/Makefile          |    1 -
 arch/ia64/Kconfig                  |    4 ++
 arch/powerpc/Kconfig               |    4 ++
 arch/s390/Kconfig                  |    4 ++
 arch/sparc64/Kconfig               |    4 ++
 arch/sparc64/kernel/Makefile       |    3 ++
 arch/sparc64/kernel/audit.c        |   66 ++++++++++++++++++++++++++++++++++++
 arch/sparc64/kernel/compat_audit.c |   37 ++++++++++++++++++++
 arch/x86_64/Kconfig                |    4 ++
 lib/Kconfig                        |    5 +++
 lib/Makefile                       |    1 +
 {arch/i386/kernel => lib}/audit.c  |    2 +
 12 files changed, 134 insertions(+), 1 deletions(-)
 create mode 100644 arch/sparc64/kernel/audit.c
 create mode 100644 arch/sparc64/kernel/compat_audit.c
 rename arch/i386/kernel/audit.c => lib/audit.c (97%)

instead, which is much nicer. It shows the rename, and the summary info 
also points out that some of the files were newly created.

		Linus




More information about the Linux-audit mailing list