lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Feb 2023 13:41:09 +0100
From:   Geert Uytterhoeven <geert@...ux-m68k.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Greg Ungerer <gerg@...ux-m68k.org>,
        linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org,
        Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [GIT PULL] m68k updates for v6.3

	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@...ux-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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ