Re: [PULL] alpha.git

2019-02-11 Thread pr-tracker-bot
The pull request you sent on Sun, 10 Feb 2019 20:46:15 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/244cce14c17705e6376cd12c20c27f8712793acc

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[PULL] alpha.git

2019-02-10 Thread Matt Turner

Hi Linus,

Please pull a few changes for alpha, including a build fix, a fix for the Eiger
platform, and a fix for a tricky bug uncovered by the strace test suite that
has existed since at least 1997 (v2.1.32)!

Thanks,
Matt


The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

 Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 491af60ffb848b59e82f7c9145833222e0bf27a5:

 alpha: fix page fault handling for r16-r18 targets (2019-02-10 20:42:23 -0800)


Bob Tracy (1):
 tools uapi: fix Alpha support

Meelis Roos (1):
 alpha: Fix Eiger NR_IRQS to 128

Sergei Trofimovich (1):
 alpha: fix page fault handling for r16-r18 targets

arch/alpha/include/asm/irq.h | 6 +++---
arch/alpha/mm/fault.c| 2 +-
tools/include/uapi/asm/bitsperlong.h | 2 ++
3 files changed, 6 insertions(+), 4 deletions(-)


signature.asc
Description: PGP signature


Re: [PULL] alpha.git

2018-12-31 Thread pr-tracker-bot
The pull request you sent on Sun, 30 Dec 2018 17:25:19 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f12e840c819bab42621685558a01d3f46ab9a226

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[PULL] alpha.git

2018-12-30 Thread Matt Turner

Hi Linus,

Please pull a few small changes for alpha as well as the new system call table
generation support from Firoz Khan.

Thanks,
Matt


The following changes since commit 9097a058d49e049925d8da72db07fffcee24efa0:

 Merge branch 'i2c/for-current' of 
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (2018-12-20 14:49:56 
-0800)

are available in the Git repository at:

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

for you to fetch changes up to 1c3243f61fa7daea78de9866af2625f559ebf456:

 alpha: Remove some unused variables (2018-12-21 16:02:03 -0500)


Alexandre Belloni (1):
 alpha: rtc: simplify alpha_rtc_init

Colin Ian King (1):
 alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE

Daniel Bristot de Oliveira (1):
 alpha: Fix a typo on ptrace.h

Firoz Khan (5):
 alpha: move __IGNORE* entries to non uapi header
 alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
 alpha: add __NR_syscalls along with NR_SYSCALLS
 alpha: add system call table generation support
 alpha: generate uapi header and syscall table header files

Matt Turner (1):
 alpha: Remove some unused variables

arch/alpha/Makefile  |   3 +
arch/alpha/include/asm/Kbuild|   2 +-
arch/alpha/include/asm/unistd.h  |  23 +-
arch/alpha/include/uapi/asm/Kbuild   |   1 +
arch/alpha/include/uapi/asm/ptrace.h |   2 +-
arch/alpha/include/uapi/asm/unistd.h | 484 +--
arch/alpha/kernel/core_wildfire.c|   2 +-
arch/alpha/kernel/osf_sys.c  |  12 +-
arch/alpha/kernel/rtc.c  |  22 +-
arch/alpha/kernel/syscalls/Makefile  |  38 +++
arch/alpha/kernel/syscalls/syscall.tbl   | 453 ++
arch/alpha/kernel/syscalls/syscallhdr.sh |  36 ++
arch/alpha/kernel/syscalls/syscalltbl.sh |  32 ++
arch/alpha/kernel/systbls.S  | 542 +--
14 files changed, 609 insertions(+), 1043 deletions(-)
create mode 100644 arch/alpha/kernel/syscalls/Makefile
create mode 100644 arch/alpha/kernel/syscalls/syscall.tbl
create mode 100644 arch/alpha/kernel/syscalls/syscallhdr.sh
create mode 100644 arch/alpha/kernel/syscalls/syscalltbl.sh


signature.asc
Description: PGP signature


[PULL] alpha.git

2018-05-22 Thread Matt Turner
Hi Linus,

Please pull a few small changes for alpha.

Thanks,
Matt


The following changes since commit c61a56ababa404961fa769a2b24229f18e461961:

  Merge branch 'x86-urgent-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2018-04-29 10:06:05 
-0700)

are available in the Git repository at:

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

for you to fetch changes up to 92d7223a74235054f2aa7227d207d9c57f84dca0:

  alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2 
(2018-05-22 18:10:36 -0700)


Christoph Hellwig (2):
  alpha: use dma_direct_ops for jensen
  alpha: simplify get_arch_dma_ops

Sinan Kaya (1):
  alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering 
#2

 arch/alpha/Kconfig   |  1 +
 arch/alpha/include/asm/dma-mapping.h |  8 ++--
 arch/alpha/kernel/io.c   | 14 +++---
 arch/alpha/kernel/pci-noop.c | 33 -
 arch/alpha/kernel/pci_iommu.c|  4 +---
 5 files changed, 15 insertions(+), 45 deletions(-)


signature.asc
Description: Digital signature


Re: [PULL] alpha.git

2018-04-09 Thread Matt Turner
On Mon, Apr 9, 2018 at 9:13 AM, Linus Torvalds
 wrote:
> On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner  wrote:
>>
>> are available in the Git repository at:
>>
>>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
>> for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:
>
> They aren't actually where you claimed.
>
> They are in the completely unmentioned "for-linus" branch.
>
> Yes, yes, I can figure that out on my own (particularly since you gave
> me the commit for the branch head, so I can verify using "git
> ls-remote" even before pulling), but I really would like to see it in
> the pull request.
>
>   Linus

Oops. Sorry about that!
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] alpha.git

2018-04-09 Thread Linus Torvalds
On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner  wrote:
>
> are available in the Git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
> for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:

They aren't actually where you claimed.

They are in the completely unmentioned "for-linus" branch.

Yes, yes, I can figure that out on my own (particularly since you gave
me the commit for the branch head, so I can verify using "git
ls-remote" even before pulling), but I really would like to see it in
the pull request.

  Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PULL] alpha.git

2018-04-08 Thread Matt Turner

Hi Linus,

Please pull a few small changes for alpha.

Thanks,
Matt


The following changes since commit bf6879dcc483f0aa087afe27d103285daf435951:

 Merge branch 'misc.compat' of 
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2018-04-07 14:38:01 
-0700)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git 


for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:

 alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering 
(2018-04-07 15:04:15 -0700)


Alexandre Belloni (2):
 alpha: rtc: remove unused set_mmss ops
 alpha: rtc: stop validating rtc_time in .read_time

Michael Cree (1):
 alpha: Implement CPU vulnerabilities sysfs functions.

Sinan Kaya (1):
 alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering

arch/alpha/Kconfig  |   1 +
arch/alpha/include/asm/io.h |  14 +++---
arch/alpha/kernel/Makefile  |   2 +-
arch/alpha/kernel/bugs.c|  45 
arch/alpha/kernel/rtc.c | 101 +---
5 files changed, 55 insertions(+), 108 deletions(-)
create mode 100644 arch/alpha/kernel/bugs.c


signature.asc
Description: Digital signature


[PULL] alpha.git

2018-02-02 Thread Matt Turner

Hi Linus,

Please pull my alpha git tree. It contains a few small fixes and clean ups.

Thanks,
Matt

The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:

 Merge tag 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40 
-0800)

are available in the git repository at:

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

for you to fetch changes up to 21ffceda1c8b3807615c40d440d7815e0c85d366:

 alpha: fix crash if pthread_create races with signal delivery (2018-01-20 
17:01:16 -0800)


Arnd Bergmann (2):
 alpha: osf_sys.c: fix put_tv32 regression
 alpha: osf_sys.c: use timespec64 where appropriate

Eugene Syromiatnikov (1):
 alpha: make XTABS equivalent to TAB3

Michael Cree (1):
 alpha: Fix mixed up args in EXC macro in futex operations

Mikulas Patocka (3):
 alpha: fix reboot on Avanti platform
 alpha: fix formating of stack content
 alpha: fix crash if pthread_create races with signal delivery

Sinan Kaya (1):
 alpha: deprecate pci_get_bus_and_slot()

Tobias Klauser (1):
 alpha: make thread_saved_pc static

arch/alpha/include/asm/futex.h |  8 ++--
arch/alpha/include/asm/processor.h |  5 +--
arch/alpha/include/uapi/asm/termbits.h |  6 ++-
arch/alpha/kernel/osf_sys.c| 72 +-
arch/alpha/kernel/pci.c|  2 +-
arch/alpha/kernel/pci_impl.h   |  3 +-
arch/alpha/kernel/process.c|  5 ++-
arch/alpha/kernel/sys_nautilus.c   |  2 +-
arch/alpha/kernel/traps.c  | 13 --
9 files changed, 62 insertions(+), 54 deletions(-)


signature.asc
Description: Digital signature


Re: [PULL] alpha.git

2018-01-24 Thread Mikulas Patocka


On Tue, 23 Jan 2018, Matt Turner wrote:

> On Tue, Jan 23, 2018 at 2:23 AM, Mikulas Patocka  wrote:
> >
> >
> > On Sat, 20 Jan 2018, Matt Turner wrote:
> >
> >> Hi Linus,
> >>
> >> Please pull my alpha git tree. It contains a build fix and a regression 
> >> fix.
> >>
> >> Hopefully still in time for 4.15 :)
> >>
> >> Thanks,
> >> Matt
> >
> > Hi
> >
> > Will you also submit these patches? The first one fixes a crash when
> > pthread_create races with signal delivery, it could cause random crashing
> > in applications.
> >
> > https://marc.info/?l=linux-alpha=151491969711913=2
> > https://marc.info/?l=linux-alpha=151491960011839=2
> > https://marc.info/?l=linux-alpha=151491963911901=2
> 
> Yes, I've already queued them up for the next merge window. I wasn't
> sure if they were appropriate for 4.15 so late in the cycle. If you
> think they are, I can send another pull request for 4.15.
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git/log/?h=alpha-next
> 
> Thanks,
> Matt

It's OK to send these patches in the 4.16 merge window. They will be 
backported to the stable kernels anyway.

Mikulas
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PULL] alpha.git

2018-01-20 Thread Matt Turner

Hi Linus,

Please pull my alpha git tree. It contains a build fix and a regression fix.

Hopefully still in time for 4.15 :)

Thanks,
Matt

The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:

 Merge tag 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40 
-0800)

are available in the git repository at:

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

for you to fetch changes up to 86be89939d11a84800f66e2a283b915b704bf33d:

 alpha/PCI: Fix noname IRQ level detection (2018-01-20 16:22:36 -0800)


Lorenzo Pieralisi (1):
 alpha/PCI: Fix noname IRQ level detection

Michael Cree (1):
 alpha: extend memset16 to EV6 optimised routines

arch/alpha/kernel/sys_sio.c | 35 +--
arch/alpha/lib/ev6-memset.S | 12 ++--
2 files changed, 35 insertions(+), 12 deletions(-)


signature.asc
Description: Digital signature


[PULL] alpha.git

2017-08-29 Thread Matt Turner

Hi Linus,

Please pull my alpha git tree. It contains a few fixes and wires up some
additional syscalls.

Thanks,
Matt

PS: My alpha has been offline, hence the very late-in-cycle pull request.


The following changes since commit 143c97cc652949893c8056c679012f0aeccb80e5:

 Revert "pty: fix the cached path of the pty slave file descriptor in the 
master" (2017-08-23 18:16:11 -0700)

are available in the git repository at:

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

for you to fetch changes up to cec80d82142ab25c71eee24b529cfeaf17c43062:

 alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ (2017-08-29 12:02:00 
-0700)


Ben Hutchings (1):
 alpha: uapi: Add support for __SANE_USERSPACE_TYPES__

Guenter Roeck (1):
 alpha: Define ioremap_wc

Matt Turner (2):
 alpha: Fix build error without CONFIG_VGA_HOSE.
 alpha: Fix section mismatches

Michael Cree (1):
 alpha: support R_ALPHA_REFLONG relocations for module loading

Richard Henderson (3):
 alpha: Update for new syscalls
 alpha: Package string routines together
 alpha: Fix typo in ev6-copy_user.S

arch/alpha/include/asm/io.h  |  1 +
arch/alpha/include/asm/types.h   |  2 +-
arch/alpha/include/asm/unistd.h  |  2 +-
arch/alpha/include/uapi/asm/types.h  | 12 +++-
arch/alpha/include/uapi/asm/unistd.h | 14 ++
arch/alpha/kernel/core_marvel.c  |  6 --
arch/alpha/kernel/core_titan.c   |  2 ++
arch/alpha/kernel/module.c   |  3 +++
arch/alpha/kernel/smp.c  |  2 +-
arch/alpha/kernel/systbls.S  |  9 +
arch/alpha/lib/Makefile  | 22 --
arch/alpha/lib/copy_user.S   |  2 +-
arch/alpha/lib/ev6-copy_user.S   |  7 ---
13 files changed, 68 insertions(+), 16 deletions(-)


signature.asc
Description: Digital signature