lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20060913011759.GD29920@ftp.linux.org.uk>
Date:	Wed, 13 Sep 2006 02:17:59 +0100
From:	Al Viro <viro@....linux.org.uk>
To:	Linus Torvalds <torvalds@...l.org>
Cc:	Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org,
	"David S. Miller" <davem@...emloft.net>, linux-audit@...hat.com
Subject: Re: [git pull] audit updates and fixes

On Tue, Sep 12, 2006 at 05:39:08PM -0700, Linus Torvalds 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.

I see...  FWIW, I'd been using git diff fed through diffstat(1) for that
part.  Thanks, that's indeed much better.

ObMIPS: how many ABI do we have there, anyway?  4 + IRIX compat?  More?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ