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: <20090609192032.GE7181@uranus.ravnborg.org>
Date:	Tue, 9 Jun 2009 21:20:32 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	liqin.chen@...plusct.com
Cc:	linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
	Arnd Bergmann <arnd@...db.de>,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org
Subject: Re: Subject: [PATCH 27/27] score: create mm files Makefile pgtable.c tlb-miss.S tlb-score.c MAINTAINERS

On Tue, Jun 09, 2009 at 02:39:08PM +0800, liqin.chen@...plusct.com wrote:
> >From d6d79cbcf39cd522208231ed717e1c12e5401b33 Mon Sep 17 00:00:00 2001
> From: Chen Liqin <liqin.chen@...plusct.com>
> Date: Tue, 9 Jun 2009 13:43:20 +0800
> Subject: [PATCH 27/27] score: create mm files Makefile pgtable.c 
> tlb-miss.S tlb-score.c MAINTAINERS
> 
> 
> Signed-off-by: Chen Liqin <liqin.chen@...plusct.com>
> ---
>  MAINTAINERS               |    8 ++
>  arch/score/mm/Makefile    |    8 ++
>  arch/score/mm/pgtable.c   |   60 +++++++++++
>  arch/score/mm/tlb-miss.S  |  204 ++++++++++++++++++++++++++++++++++++
>  arch/score/mm/tlb-score.c |  251 
> +++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 531 insertions(+), 0 deletions(-)
>  create mode 100644 arch/score/mm/Makefile
>  create mode 100644 arch/score/mm/pgtable.c
>  create mode 100644 arch/score/mm/tlb-miss.S
>  create mode 100644 arch/score/mm/tlb-score.c
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2b349ba..d6993a1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4881,6 +4881,14 @@ S:       Maintained
>  F:     kernel/sched*
>  F:     include/linux/sched.h
>  
> +SCORE ARCHITECTURE
> +P:     Chen Liqin
> +M:     liqin.chen@...plusct.com
> +P:     Lennox Wu
> +M:     lennox.wu@...plusct.com
> +W:     http://www.sunplusct.com
> +S:     Supported
> +
>  SCSI CDROM DRIVER
>  P:     Jens Axboe
>  M:     axboe@...nel.dk
> diff --git a/arch/score/mm/Makefile b/arch/score/mm/Makefile
> new file mode 100644
> index 0000000..6da8ce5
> --- /dev/null
> +++ b/arch/score/mm/Makefile
> @@ -0,0 +1,8 @@
> +#
> +# Makefile for the Linux/SCORE-specific parts of the memory manager.
> +#
> +
> +obj-y += cache.o extable.o fault.o init.o \
> +       tlb-miss.o tlb-score.o pgtable.o
> +
> +EXTRA_CFLAGS +=

Please remove this redundant line.
If you need to add extra options to cc use: ccflags-y := ...

	Sam
--
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