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:   Thu, 29 Jul 2021 20:08:38 -0700
From:   Matt Turner <mattst88@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org,
        "Alexander A. Klimov" <grandmaster@...klimov.de>,
        Arnd Bergmann <arnd@...db.de>, Chen Li <chenli@...ontech.com>,
        Corentin Labbe <clabbe@...libre.com>,
        David Hildenbrand <david@...hat.com>,
        gushengxian <gushengxian@...ong.com>,
        He Zhe <zhe.he@...driver.com>, Mike Rapoport <rppt@...nel.org>,
        Prarit Bhargava <prarit@...hat.com>,
        tangchunyou <tangchunyou@...ong.com>,
        Zheng Yongjun <zhengyongjun3@...wei.com>,
        Al Viro <viro@...iv.linux.org.uk>
Subject: [PULL] alpha.git

Hi Linus,

Please pull a few changes for alpha. They're mostly small janitorial fixes but
there's also more important ones: a patch to drop the alpha-specific x86 binary
loader (from David Hildenbrand), a regression fix for at least Marvel platforms
(from Mike Rapoport), and a fix for a scary-looking typo (from Zheng Yongjun).

Thanks,
Matt

The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 640b7ea5f888b521dcf28e2564ce75d08a783fd7:

  alpha: register early reserved memory in memblock (2021-07-28 20:49:18 -0700)

----------------------------------------------------------------
Alexander A. Klimov (1):
      alpha: Kconfig: Replace HTTP links with HTTPS ones

Arnd Bergmann (1):
      alpha: fp_emul: avoid init/cleanup_module names

Chen Li (1):
      alpha: remove undef inline in compiler.h

Corentin Labbe (2):
      alpha: __udiv_qrnnd should be exported
      alpha: defconfig: add necessary configs for boot testing

David Hildenbrand (1):
      binfmt: remove support for em86 (alpha only)

He Zhe (1):
      alpha: Add syscall_get_return_value()

Mike Rapoport (1):
      alpha: register early reserved memory in memblock

Prarit Bhargava (1):
      alpha: Send stop IPI to send to online CPUs

Zheng Yongjun (1):
      alpha: convert comma to semicolon

gushengxian (2):
      alpha: Remove space between * and parameter name
      alpha: fix spelling mistakes

tangchunyou (1):
      alpha: fix typos in a comment

 arch/alpha/Kconfig                |   2 +-
 arch/alpha/boot/bootp.c           |   2 +-
 arch/alpha/boot/bootpz.c          |   2 +-
 arch/alpha/boot/misc.c            |   2 +-
 arch/alpha/configs/defconfig      |   1 +
 arch/alpha/include/asm/compiler.h |  11 ----
 arch/alpha/include/asm/syscall.h  |   6 +++
 arch/alpha/kernel/osf_sys.c       |   4 +-
 arch/alpha/kernel/perf_event.c    |   2 +-
 arch/alpha/kernel/process.c       |   2 +-
 arch/alpha/kernel/setup.c         |  13 ++---
 arch/alpha/kernel/smp.c           |   2 +-
 arch/alpha/kernel/sys_nautilus.c  |   2 +-
 arch/alpha/kernel/traps.c         |   2 +-
 arch/alpha/math-emu/math.c        |   8 ++-
 fs/Kconfig.binfmt                 |  15 ------
 fs/Makefile                       |   1 -
 fs/binfmt_em86.c                  | 110 --------------------------------------
 18 files changed, 31 insertions(+), 156 deletions(-)
 delete mode 100644 fs/binfmt_em86.c

Download attachment "signature.asc" of type "application/pgp-signature" (637 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ