linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Greg Ungerer <gerg@linux-m68k.org>,
	linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [git pull] m68k updates for 4.21
Date: Thu, 20 Dec 2018 16:17:36 +0100	[thread overview]
Message-ID: <20181220151736.26607-1-geert@linux-m68k.org> (raw)

	Hi Linus,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v4.21-tag1

for you to fetch changes up to 005e13a96c0ed1437cb7f113d5d0f07ad9590962:

  m68k: Generate uapi header and syscall table header files (2018-12-04 09:47:55 +0100)

----------------------------------------------------------------
m68k updates for v4.21

  - Generate syscall headers,
  - Small improvements and cleanups,
  - Defconfig updates.

Thanks for pulling!

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
      m68k: Remove redundant 'default n' from Kconfig

Finn Thain (1):
      m68k: Unroll raw_outsb() loop

Firoz Khan (3):
      m68k: Add __NR_syscalls along with NR_syscalls
      m68k: Add system call table generation support
      m68k: Generate uapi header and syscall table header files

Geert Uytterhoeven (1):
      m68k/defconfig: Update defconfigs for v4.20-rc1

 arch/m68k/Kconfig.machine               |   2 -
 arch/m68k/Makefile                      |   3 +
 arch/m68k/configs/amiga_defconfig       | 103 +++++----
 arch/m68k/configs/apollo_defconfig      |  93 ++++----
 arch/m68k/configs/atari_defconfig       | 109 +++++----
 arch/m68k/configs/bvme6000_defconfig    |  89 ++++----
 arch/m68k/configs/hp300_defconfig       |  91 ++++----
 arch/m68k/configs/mac_defconfig         |  93 ++++----
 arch/m68k/configs/multi_defconfig       | 123 +++++-----
 arch/m68k/configs/mvme147_defconfig     |  87 +++----
 arch/m68k/configs/mvme16x_defconfig     |  89 ++++----
 arch/m68k/configs/q40_defconfig         |  89 ++++----
 arch/m68k/configs/sun3_defconfig        |  81 ++++---
 arch/m68k/configs/sun3x_defconfig       |  83 ++++---
 arch/m68k/include/asm/Kbuild            |   1 +
 arch/m68k/include/asm/raw_io.h          |  39 +++-
 arch/m68k/include/asm/unistd.h          |   3 +-
 arch/m68k/include/uapi/asm/Kbuild       |   1 +
 arch/m68k/include/uapi/asm/unistd.h     | 385 +------------------------------
 arch/m68k/kernel/syscalls/Makefile      |  38 ++++
 arch/m68k/kernel/syscalls/syscall.tbl   | 389 ++++++++++++++++++++++++++++++++
 arch/m68k/kernel/syscalls/syscallhdr.sh |  36 +++
 arch/m68k/kernel/syscalls/syscalltbl.sh |  32 +++
 arch/m68k/kernel/syscalltable.S         | 387 +------------------------------
 24 files changed, 1161 insertions(+), 1285 deletions(-)
 create mode 100644 arch/m68k/kernel/syscalls/Makefile
 create mode 100644 arch/m68k/kernel/syscalls/syscall.tbl
 create mode 100644 arch/m68k/kernel/syscalls/syscallhdr.sh
 create mode 100644 arch/m68k/kernel/syscalls/syscalltbl.sh

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

             reply	other threads:[~2018-12-20 15:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20 15:17 Geert Uytterhoeven [this message]
2018-12-26 19:20 ` [git pull] m68k updates for 4.21 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181220151736.26607-1-geert@linux-m68k.org \
    --to=geert@linux-m68k.org \
    --cc=akpm@linux-foundation.org \
    --cc=gerg@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).