2014-10-05 10:34:12

by Lennox Wu

[permalink] [raw]
Subject: [GIT PULL] S+core : Patches for building allmodconfig and for removing useless

Please pull these updates for S+core architecture.
Three of the patches are for building allmodconfig, and the others are
for removing useless flags. Thanks.


The following changes since commit 58586869599f6
bb38aeca71a847cd77bfea74808:

Merge tag 'pm+acpi-3.17-final' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
(2014-10-02 18:47:28 -0700)

are available in the git repository at:


git://github.com/sctscore/linux-off.git tags/for-linus

for you to fetch changes up to 1742b630e43a6ccca67cf634704e8b76d128947f:

score: Remove GENERIC_HAS_IOMAP (2014-10-05 04:38:08 +0800)

----------------------------------------------------------------
Chen Gang (3):
arch: score: Export 'flush_icache_range'
arch/score/include/asm/Kbuild: Add generic "serial.h"

Michael Opdenacker (1):
score: remove deprecated IRQF_DISABLED

Richard Weinberger (1):
score: Remove GENERIC_HAS_IOMAP

arch/score/Kconfig | 3 ---
arch/score/include/asm/Kbuild | 1 +
arch/score/kernel/time.c | 2 +-
arch/score/lib/checksum_copy.c | 1 +
arch/score/mm/cache.c | 2 ++
5 files changed, 5 insertions(+), 4 deletions(-)


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

2014-10-05 17:49:25

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] S+core : Patches for building allmodconfig and for removing useless

On Sun, Oct 5, 2014 at 3:33 AM, Lennox Wu <[email protected]> wrote:
>
> git://github.com/sctscore/linux-off.git tags/for-linus

That's a tag, but it's not a *signed* tag.

I don't pull unsigned data from open sites like github. You need to
use "git tag -s" to create a proper pgp signed tag.

Linus