2013-09-26 13:34:04

by Lennox Wu

[permalink] [raw]
Subject: [git pull] Score: Fix compiling error and updatr thee information of maintainers

Hi Linus,
Please pull these updates for S+core architecture. These updates include
updating information of maintainers, fix some trivial errors, and add
a necessary function for supporting ipv6.

The following changes since commit 22356f447ceb8d97a4885792e7d9e4607f712e1b

mm: Place preemption point in do_mlockall() loop (2013-9-24 18:29:11 -0700)

are available in the git repository at:

https://github.com/sctscore/official-linux.git release-up-to-date

For you to fetch changes up to ed38665eb50ef7ad530f9b2db531a09b8520ed32

Score: Update the information of Score maintaners (2013-9-26 01:41:22 +0800)

Best,
Lennox Wu

-----------------------------------------------
Summary these commits:
1. Fix some trivial errors for successfully compiling the latest
version Linux kernel.
2. Provide necessary function for support IPV6.
3. Update the information of maintainers.

Signed-off-by: Lennox Wu <[email protected]>

------------------------------------------------
MAINTAINERS | 4 +-
arch/score/Kconfig | 4 ++
arch/score/Makefile | 4 +-
arch/score/include/asm/checksum.h | 93 ++++++++++++++++++++-----------------
arch/score/include/asm/io.h | 1 -
arch/score/include/asm/pgalloc.h | 2 +-
arch/score/kernel/entry.S | 4 +-
arch/score/kernel/process.c | 4 +-
8 files changed, 64 insertions(+), 52 deletions(-)



Attachments:
signature.asc (544.00 B)
OpenPGP digital signature

2013-09-27 16:30:38

by Linus Torvalds

[permalink] [raw]
Subject: Re: [git pull] Score: Fix compiling error and updatr thee information of maintainers

On Thu, Sep 26, 2013 at 6:33 AM, Lennox Wu <[email protected]> wrote:
> are available in the git repository at:
>
> https://github.com/sctscore/official-linux.git release-up-to-date

Please, I *really* want signed tags from github. You've done it before..

Also, please use the "git://" protocol instead of "https://". If for
no other reason than consistency.

Linus