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]
Message-ID: <dae7af98-a47c-4225-b444-21d47cc27307@linux-m68k.org>
Date:   Mon, 19 Oct 2020 11:22:40 +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.10

Hi Linus,

Please pull the m68knommu changes for v5.10.

I expect you will get a merge conflict on a27bc11f4b7c ("m68knommu: switch
to using asm-generic/uaccess.h") in arch/m68k/Kconfig. The resolution is
strait forward, you just need to add the single line:

     select UACCESS_MEMCPY if !MMU

as per the that commit. Geert ordered that list alphabetically, so it
now needs to go near the end of that list of selects, jut above
"select VIRT_TO_BUS".

Regards
Greg



The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

   Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9f5fd809d7a02e32c2e044acb9f6aed1c79a699b:

   serial: mcf: add sysrq capability (2020-10-07 21:58:36 +1000)

----------------------------------------------------------------
m68knommu: collection of fixes for 5.10

Fixes include:
. switch to using asm-generic uaccess code
. fix sparse warnings in signal code
. fix compilation of ColdFire MMC support
. support sysrq in ColdFire serial driver

----------------------------------------------------------------
Angelo Dureghello (1):
       serial: mcf: add sysrq capability

Greg Ungerer (3):
       m68knommu: switch to using asm-generic/uaccess.h
       m68knommu: fix sparse warnings in signal code
       m68knommu: include SDHC support only when hardware has it

  arch/m68k/Kconfig                  |   1 +
  arch/m68k/coldfire/device.c        |   6 +-
  arch/m68k/include/asm/uaccess.h    | 398 ++++++++++++++++++++++++++++++++++++-
  arch/m68k/include/asm/uaccess_mm.h | 390 ------------------------------------
  arch/m68k/include/asm/uaccess_no.h | 160 ---------------
  arch/m68k/kernel/signal.c          |   6 +-
  drivers/tty/serial/mcf.c           |   1 +
  7 files changed, 403 insertions(+), 559 deletions(-)
  delete mode 100644 arch/m68k/include/asm/uaccess_mm.h
  delete mode 100644 arch/m68k/include/asm/uaccess_no.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ