Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232633
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] m68k: System call updates |
| Date | 2015-09-25 09:50 +0200 |
| Message-ID | <qcvVv-3pb-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series, intended for v4.3, updates the m68k system calls:
- Wire up direct socket calls,
- Wire up new userfaultfd and membarrier system calls.
Changes compared to v2:
- Postponed adding direct ipc calls, until ipc_parse_version() is
resolved,
- Renumbered membarrier,
Changes compared to v1:
- Add missing recvmmsg and sendmmsg,
- Renumbered userfaultfd,
- New patches 3 and 4.
Geert Uytterhoeven (3):
m68k: Wire up direct socket calls
m68k: Wire up userfaultfd
m68k: Wire up membarrier
arch/m68k/include/asm/unistd.h | 2 +-
arch/m68k/include/uapi/asm/unistd.h | 19 +++++++++++++++++++
arch/m68k/kernel/syscalltable.S | 20 +++++++++++++++++++-
3 files changed, 39 insertions(+), 2 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] m68k: System call updates Geert Uytterhoeven <geert@linux-m68k.org> - 2015-09-25 09:50 +0200 [PATCH v3 3/3] m68k: Wire up membarrier Geert Uytterhoeven <geert@linux-m68k.org> - 2015-09-25 09:50 +0200 [PATCH v3 1/3] m68k: Wire up direct socket calls Geert Uytterhoeven <geert@linux-m68k.org> - 2015-09-25 09:50 +0200
csiph-web