[GIT,PULL] m68k updates for v6.3

Message ID 20230220124109.679256-1-geert@linux-m68k.org
State New
Headers
Series [GIT,PULL] m68k updates for v6.3 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.3-tag1

Message

Geert Uytterhoeven Feb. 20, 2023, 12:41 p.m. UTC
  Hi Linus,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.3-tag1

for you to fetch changes up to 1e5b5df65af99013b4d31607ddb3ca5731dbe44d:

  m68k: /proc/hardware should depend on PROC_FS (2023-02-13 11:34:49 +0100)

----------------------------------------------------------------
m68k updates for v6.3

  - Add seccomp support,
  - Defconfig updates,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      m68k: defconfig: Update defconfigs for v6.2-rc3

Michael Schmitz (3):
      m68k: Check syscall_trace_enter() return code
      m68k: Add kernel seccomp support
      selftests/seccomp: Add m68k support

Randy Dunlap (1):
      m68k: /proc/hardware should depend on PROC_FS

Xin Gao (1):
      m68k: q40: Do not initialise statics to 0

 .../seccomp/seccomp-filter/arch-support.txt        |  2 +-
 arch/m68k/68000/entry.S                            |  2 +
 arch/m68k/Kconfig                                  |  2 +
 arch/m68k/Kconfig.devices                          |  1 +
 arch/m68k/coldfire/entry.S                         |  2 +
 arch/m68k/configs/amiga_defconfig                  |  3 --
 arch/m68k/configs/apollo_defconfig                 |  3 --
 arch/m68k/configs/atari_defconfig                  |  3 --
 arch/m68k/configs/bvme6000_defconfig               |  3 --
 arch/m68k/configs/hp300_defconfig                  |  3 --
 arch/m68k/configs/mac_defconfig                    |  3 --
 arch/m68k/configs/multi_defconfig                  |  4 +-
 arch/m68k/configs/mvme147_defconfig                |  3 --
 arch/m68k/configs/mvme16x_defconfig                |  3 --
 arch/m68k/configs/q40_defconfig                    |  3 --
 arch/m68k/configs/sun3_defconfig                   |  3 --
 arch/m68k/configs/sun3x_defconfig                  |  3 --
 arch/m68k/include/asm/seccomp.h                    | 11 +++++
 arch/m68k/include/asm/syscall.h                    | 57 ++++++++++++++++++++++
 arch/m68k/include/asm/thread_info.h                |  2 +
 arch/m68k/kernel/entry.S                           |  6 +++
 arch/m68k/kernel/ptrace.c                          |  6 ++-
 arch/m68k/q40/q40ints.c                            |  4 +-
 tools/testing/selftests/seccomp/seccomp_bpf.c      |  8 ++-
 24 files changed, 99 insertions(+), 41 deletions(-)
 create mode 100644 arch/m68k/include/asm/seccomp.h

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
  

Comments

pr-tracker-bot@kernel.org Feb. 21, 2023, 11:40 p.m. UTC | #1
The pull request you sent on Mon, 20 Feb 2023 13:41:09 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.3-tag1

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

Thank you!