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:   Sun, 30 Dec 2018 17:25:19 -0500
From:   Matt Turner <mattst88@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Daniel Bristot de Oliveira <bristot@...hat.com>,
        Colin Ian King <colin.king@...onical.com>,
        Firoz Khan <firoz.khan@...aro.org>,
        linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PULL] alpha.git

Hi Linus,

Please pull a few small changes for alpha as well as the new system call table
generation support from Firoz Khan.

Thanks,
Matt


The following changes since commit 9097a058d49e049925d8da72db07fffcee24efa0:

  Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (2018-12-20 14:49:56 -0800)

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 1c3243f61fa7daea78de9866af2625f559ebf456:

  alpha: Remove some unused variables (2018-12-21 16:02:03 -0500)

----------------------------------------------------------------
Alexandre Belloni (1):
      alpha: rtc: simplify alpha_rtc_init

Colin Ian King (1):
      alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE

Daniel Bristot de Oliveira (1):
      alpha: Fix a typo on ptrace.h

Firoz Khan (5):
      alpha: move __IGNORE* entries to non uapi header
      alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
      alpha: add __NR_syscalls along with NR_SYSCALLS
      alpha: add system call table generation support
      alpha: generate uapi header and syscall table header files

Matt Turner (1):
      alpha: Remove some unused variables

 arch/alpha/Makefile                      |   3 +
 arch/alpha/include/asm/Kbuild            |   2 +-
 arch/alpha/include/asm/unistd.h          |  23 +-
 arch/alpha/include/uapi/asm/Kbuild       |   1 +
 arch/alpha/include/uapi/asm/ptrace.h     |   2 +-
 arch/alpha/include/uapi/asm/unistd.h     | 484 +--------------------------
 arch/alpha/kernel/core_wildfire.c        |   2 +-
 arch/alpha/kernel/osf_sys.c              |  12 +-
 arch/alpha/kernel/rtc.c                  |  22 +-
 arch/alpha/kernel/syscalls/Makefile      |  38 +++
 arch/alpha/kernel/syscalls/syscall.tbl   | 453 ++++++++++++++++++++++++++
 arch/alpha/kernel/syscalls/syscallhdr.sh |  36 ++
 arch/alpha/kernel/syscalls/syscalltbl.sh |  32 ++
 arch/alpha/kernel/systbls.S              | 542 +------------------------------
 14 files changed, 609 insertions(+), 1043 deletions(-)
 create mode 100644 arch/alpha/kernel/syscalls/Makefile
 create mode 100644 arch/alpha/kernel/syscalls/syscall.tbl
 create mode 100644 arch/alpha/kernel/syscalls/syscallhdr.sh
 create mode 100644 arch/alpha/kernel/syscalls/syscalltbl.sh

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ