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, 21 Dec 2020 09:34:22 +1000
From:   Greg Ungerer <gerg@...ux-m68k.org>
To:     torvalds@...ux-foundation.org
Cc:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Linux/m68k <linux-m68k@...r.kernel.org>,
        Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [git pull] m68knommu changes for v5.11

Hi Linus,

Please pull the m68knommu changes for v5.11.

Regards
Greg



The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

   Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.11

for you to fetch changes up to 8b22820efb35f93d98638563b0a8f4094e8ee399:

   m68k: m68328: remove duplicate code (2020-12-07 09:37:58 +1000)

----------------------------------------------------------------
Fixes include:
. cleanup of 68328 code
. align BSS section to 32bit

----------------------------------------------------------------
Arnd Bergmann (2):
       m68k: m68328: move platform code to separate files
       m68k: m68328: remove duplicate code

Greg Ungerer (1):
       m68knommu: align BSS section to 4-byte boundaries

  arch/m68k/68000/Makefile           |   9 +-
  arch/m68k/68000/dragen2.c          | 100 ++++++++++++++++++++
  arch/m68k/68000/m68328.c           |  32 ++++---
  arch/m68k/68000/m68328.h           |   5 +
  arch/m68k/68000/m68EZ328.c         |  77 ---------------
  arch/m68k/68000/m68VZ328.c         | 189 -------------------------------------
  arch/m68k/68000/ucsimm.c           |  38 ++++++++
  arch/m68k/Kconfig.cpu              |   8 +-
  arch/m68k/Kconfig.machine          |  16 ++--
  arch/m68k/kernel/setup_no.c        |   9 ++
  arch/m68k/kernel/vmlinux-nommu.lds |   2 +-
  11 files changed, 192 insertions(+), 293 deletions(-)
  create mode 100644 arch/m68k/68000/dragen2.c
  create mode 100644 arch/m68k/68000/m68328.h
  delete mode 100644 arch/m68k/68000/m68EZ328.c
  delete mode 100644 arch/m68k/68000/m68VZ328.c
  create mode 100644 arch/m68k/68000/ucsimm.c

Powered by blists - more mailing lists