2009-12-18 07:15:15

by Matt Turner

[permalink] [raw]
Subject: [PULL] alpha-2.6

Hi Linus,

Please pull the 'for-linus' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git
for-linus

It contains some catch-up work, adding missing syscalls and perf
support, along with the new unreachable() stuff.

Thanks,
Matt Turner

The following changes since commit 55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f:
Linus Torvalds (1):
Linux 2.6.33-rc1

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus

Daniele Calore (1):
alpha: Wire up missing/new syscalls

David Daney (1):
alpha: Convert BUG() to use unreachable()

Michael Cree (1):
alpha: Add minimal support for software performance events

arch/alpha/Kconfig | 1 +
arch/alpha/include/asm/bug.h | 3 ++-
arch/alpha/include/asm/perf_event.h | 9 +++++++++
arch/alpha/include/asm/unistd.h | 17 ++++++++++++++++-
arch/alpha/kernel/systbls.S | 16 +++++++++++++++-
5 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 arch/alpha/include/asm/perf_event.h


2009-12-19 20:03:50

by Matt Turner

[permalink] [raw]
Subject: Re: [PULL] alpha-2.6

On Fri, Dec 18, 2009 at 2:15 AM, Matt Turner <[email protected]> wrote:
> Hi Linus,
>
> Please pull the 'for-linus' branch from
> ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git
> for-linus
>
> It contains some catch-up work, adding missing syscalls and perf
> support, along with the new unreachable() stuff.

Ping?

I read your -rc1 announcement and assumed this pull request was one of
the ones you were talking about.

The changes are very basic, but are nonetheless pretty important.
(latest udev doesn't run without the added inotify_init1 syscall).

> Thanks,
> Matt Turner
>
> The following changes since commit 55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f:
> ?Linus Torvalds (1):
> ? ? ? ?Linux 2.6.33-rc1
>
> are available in the git repository at:
>
> ?git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus
>
> Daniele Calore (1):
> ? ? ?alpha: Wire up missing/new syscalls
>
> David Daney (1):
> ? ? ?alpha: Convert BUG() to use unreachable()
>
> Michael Cree (1):
> ? ? ?alpha: Add minimal support for software performance events
>
> ?arch/alpha/Kconfig ? ? ? ? ? ? ? ? ?| ? ?1 +
> ?arch/alpha/include/asm/bug.h ? ? ? ?| ? ?3 ++-
> ?arch/alpha/include/asm/perf_event.h | ? ?9 +++++++++
> ?arch/alpha/include/asm/unistd.h ? ? | ? 17 ++++++++++++++++-
> ?arch/alpha/kernel/systbls.S ? ? ? ? | ? 16 +++++++++++++++-
> ?5 files changed, 43 insertions(+), 3 deletions(-)
> ?create mode 100644 arch/alpha/include/asm/perf_event.h
>