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:	Mon, 28 Jul 2014 20:16:56 +0200
From:	Mikael Starvik <mikael.starvik@...s.com>
To:	Sam Ravnborg <sam@...nborg.org>
CC:	Nick Krause <xerofoify@...il.com>,
	Mikael Starvik <starvik@...s.com>,
	Jesper Nilsson <jespern@...s.com>,
	linux-cris-kernel <linux-cris-kernel@...s.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Yuan Song <yuanso@...s.com>
Subject: Re: [PATCH 1/8] cris: fix headers_install

Jesper is on a rather long vacation/parental leave. I'll try to make something of it before Jesper returns.

/Mikael
> 28 jul 2014 kl. 19:56 skrev "Sam Ravnborg" <sam@...nborg.org>:
> 
> From 87a249d1f35f82e11ffc7c78f0d9ef2399a2ec82 Mon Sep 17 00:00:00 2001
> From: Sam Ravnborg <sam@...nborg.org>
> Date: Sun, 13 Jul 2014 23:40:44 +0200
> Subject: [PATCH 1/8] cris: fix headers_install
> 
> Fix headers_install by adjusting the path to arch files.
> And delete unused Kbuild file.
> Drop special handling of cris in the headers.sh script as a nice side-effect.
> 
> Signed-off-by: Sam Ravnborg <sam@...nborg.org>
> Cc: Mikael Starvik <starvik@...s.com>
> Cc: Jesper Nilsson <jesper.nilsson@...s.com>
> ---
> 
> I had already cooked this patch up as part of another serie.
> Jesper - can you take care this hits mainline this week?
> 
>    Sam
> 
> arch/cris/include/asm/Kbuild      | 5 -----
> arch/cris/include/uapi/asm/Kbuild | 4 ++--
> scripts/headers.sh                | 2 --
> 3 files changed, 2 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild
> index afff510..35574f5 100644
> --- a/arch/cris/include/asm/Kbuild
> +++ b/arch/cris/include/asm/Kbuild
> @@ -1,8 +1,3 @@
> -
> -header-y += arch-v10/
> -header-y += arch-v32/
> -
> -
> generic-y += barrier.h
> generic-y += clkdev.h
> generic-y += cputime.h
> diff --git a/arch/cris/include/uapi/asm/Kbuild b/arch/cris/include/uapi/asm/Kbuild
> index 7d47b36..01f66b8 100644
> --- a/arch/cris/include/uapi/asm/Kbuild
> +++ b/arch/cris/include/uapi/asm/Kbuild
> @@ -1,8 +1,8 @@
> # UAPI Header export list
> include include/uapi/asm-generic/Kbuild.asm
> 
> -header-y += arch-v10/
> -header-y += arch-v32/
> +header-y += ../arch-v10/arch/
> +header-y += ../arch-v32/arch/
> header-y += auxvec.h
> header-y += bitsperlong.h
> header-y += byteorder.h
> diff --git a/scripts/headers.sh b/scripts/headers.sh
> index 95ece06..d4dc4de 100755
> --- a/scripts/headers.sh
> +++ b/scripts/headers.sh
> @@ -19,8 +19,6 @@ for arch in ${archs}; do
>    case ${arch} in
>    um)        # no userspace export
>        ;;
> -    cris)      # headers export are known broken
> -        ;;
>    *)
>        if [ -d ${srctree}/arch/${arch} ]; then
>            do_command $1 ${arch}
> -- 
> 1.9.3
> 
--
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