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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 18 Apr 2017 21:31:57 +0200
From:   Sam Ravnborg <sam@...nborg.org>
To:     David Miller <davem@...emloft.net>
Cc:     sparclinux@...r.kernel.org, netdev@...r.kernel.org, ast@...nel.org,
        daniel@...earbox.net
Subject: Re: [PATCH net-next 1/2] sparc: Split BPF JIT into 32-bit and 64-bit.

On Tue, Apr 18, 2017 at 02:58:06PM -0400, David Miller wrote:
> 
> This is in preparation for adding the 64-bit eBPF JIT.
> 
> Signed-off-by: David S. Miller <davem@...emloft.net>
> ---
>  arch/sparc/net/Makefile          |   2 +-
>  arch/sparc/net/bpf_jit.h         |  68 ----
>  arch/sparc/net/bpf_jit_32.h      |  68 ++++
>  arch/sparc/net/bpf_jit_asm.S     | 208 ----------
>  arch/sparc/net/bpf_jit_asm_32.S  | 208 ++++++++++
>  arch/sparc/net/bpf_jit_asm_64.S  |   1 +
>  arch/sparc/net/bpf_jit_comp.c    | 815 ---------------------------------------
>  arch/sparc/net/bpf_jit_comp_32.c | 815 +++++++++++++++++++++++++++++++++++++++
>  arch/sparc/net/bpf_jit_comp_64.c |   1 +
>  9 files changed, 1094 insertions(+), 1092 deletions(-)
>  delete mode 100644 arch/sparc/net/bpf_jit.h
>  create mode 100644 arch/sparc/net/bpf_jit_32.h
>  delete mode 100644 arch/sparc/net/bpf_jit_asm.S
>  create mode 100644 arch/sparc/net/bpf_jit_asm_32.S
>  create mode 100644 arch/sparc/net/bpf_jit_asm_64.S
>  delete mode 100644 arch/sparc/net/bpf_jit_comp.c
>  create mode 100644 arch/sparc/net/bpf_jit_comp_32.c
>  create mode 100644 arch/sparc/net/bpf_jit_comp_64.c

Adding options "-M -C" to git format-patch would have helped readability
of this patch.
As it is now we cannot see what changes were made to the varoious files
when they were renamed.

(I trust you have made no irrelevant but wanted to mention it anyway)

	Sam

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ