linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Allocate sys_membarrier on main architectures
@ 2015-09-07 16:15 Mathieu Desnoyers
  2015-09-07 16:15 ` [PATCH v2 1/9] [picked] powerpc: allocate sys_membarrier system call number Mathieu Desnoyers
                   ` (8 more replies)
  0 siblings, 9 replies; 29+ messages in thread
From: Mathieu Desnoyers @ 2015-09-07 16:15 UTC (permalink / raw)
  To: Andrew Morton, linux-api; +Cc: linux-kernel, Mathieu Desnoyers

Following feedback from architecture maintainers, this is v2 of this
patchset. Status:

* Picked into maintainer's tree:
  - powerpc
* Ready to be picked into maintainer's tree (acked/tested):
  - mips, sparc/sparc64, parisc,
* Awaiting feedback/testing:
  - arm, arm64, ia64, s390/s390x

Thanks,

Mathieu

Mathieu Desnoyers (9):
  [picked] powerpc: allocate sys_membarrier system call number
  mips: allocate sys_membarrier system call number
  sparc/sparc64: allocate sys_membarrier system call number
  parisc: allocate sys_membarrier system call number
  alpha: allocate sys_membarrier system call number
  arm: allocate sys_membarrier system call number
  arm64: allocate sys_membarrier system call number
  ia64: allocate sys_membarrier system call number
  s390/s390x: allocate sys_membarrier system call number

 arch/alpha/include/asm/unistd.h        |  2 +-
 arch/alpha/include/uapi/asm/unistd.h   |  1 +
 arch/alpha/kernel/systbls.S            |  1 +
 arch/arm/include/asm/unistd.h          |  2 +-
 arch/arm/include/uapi/asm/unistd.h     |  1 +
 arch/arm/kernel/calls.S                |  1 +
 arch/arm64/include/asm/unistd.h        |  2 +-
 arch/arm64/include/asm/unistd32.h      |  2 ++
 arch/ia64/include/asm/unistd.h         |  2 +-
 arch/ia64/include/uapi/asm/unistd.h    |  1 +
 arch/ia64/kernel/entry.S               |  1 +
 arch/mips/include/uapi/asm/unistd.h    | 15 +++++++++------
 arch/mips/kernel/scall32-o32.S         |  1 +
 arch/mips/kernel/scall64-64.S          |  1 +
 arch/mips/kernel/scall64-n32.S         |  1 +
 arch/mips/kernel/scall64-o32.S         |  1 +
 arch/parisc/include/uapi/asm/unistd.h  |  3 ++-
 arch/parisc/kernel/syscall_table.S     |  1 +
 arch/powerpc/include/asm/systbl.h      |  1 +
 arch/powerpc/include/asm/unistd.h      |  2 +-
 arch/powerpc/include/uapi/asm/unistd.h |  1 +
 arch/s390/include/uapi/asm/unistd.h    |  3 ++-
 arch/s390/kernel/syscalls.S            |  1 +
 arch/sparc/include/uapi/asm/unistd.h   |  3 ++-
 arch/sparc/kernel/systbls_32.S         |  2 +-
 arch/sparc/kernel/systbls_64.S         |  4 ++--
 26 files changed, 39 insertions(+), 17 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2015-09-28 17:12 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-07 16:15 [PATCH v2 0/9] Allocate sys_membarrier on main architectures Mathieu Desnoyers
2015-09-07 16:15 ` [PATCH v2 1/9] [picked] powerpc: allocate sys_membarrier system call number Mathieu Desnoyers
2015-09-07 16:15 ` [PATCH v2 2/9] mips: " Mathieu Desnoyers
2015-09-16 15:04   ` Mathieu Desnoyers
2015-09-28 17:12     ` Mathieu Desnoyers
2015-09-07 16:15 ` [PATCH v2 3/9] sparc/sparc64: " Mathieu Desnoyers
2015-09-16 15:05   ` Mathieu Desnoyers
2015-09-16 17:57     ` David Miller
2015-09-16 18:06       ` Mathieu Desnoyers
2015-09-07 16:15 ` [PATCH v2 4/9] parisc: " Mathieu Desnoyers
2015-09-16 15:07   ` Mathieu Desnoyers
2015-09-16 19:56     ` Helge Deller
2015-09-07 16:15 ` [RFC PATCH v2 5/9] alpha: " Mathieu Desnoyers
2015-09-16 15:17   ` Mathieu Desnoyers
2015-09-07 16:15 ` [RFC PATCH v2 6/9] arm: " Mathieu Desnoyers
2015-09-16 18:27   ` Mathieu Desnoyers
2015-09-17 13:13     ` Russell King - ARM Linux
2015-09-17 13:37       ` Mathieu Desnoyers
2015-09-17 13:49         ` Russell King - ARM Linux
2015-09-07 16:15 ` [RFC PATCH v2 7/9] arm64: " Mathieu Desnoyers
2015-09-16 15:18   ` Mathieu Desnoyers
2015-09-16 16:35     ` Will Deacon
2015-09-16 16:38       ` Mathieu Desnoyers
2015-09-16 16:39         ` Will Deacon
2015-09-07 16:15 ` [RFC PATCH v2 8/9] ia64: " Mathieu Desnoyers
2015-09-16 15:19   ` Mathieu Desnoyers
2015-09-07 16:15 ` [RFC PATCH v2 9/9] s390/s390x: " Mathieu Desnoyers
2015-09-16 15:20   ` Mathieu Desnoyers
2015-09-17 11:39     ` Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).