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>] [day] [month] [year] [list]
Date:   Wed, 21 Dec 2016 16:48:28 +0100
From:   Helge Deller <deller@....de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
        James Bottomley <James.Bottomley@...senPartnership.com>,
        John David Anglin <dave.anglin@...l.net>
Subject: [GIT PULL] parisc architecture updates for v4.10-rc1

Hi Linus,

please pull the changes for this merge window for the parisc architecture from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.10-1

Changes include:
 
- Add Kernel address space layout randomization support
- Re-enable interrupts earlier now that we have a working IRQ stack
- Optimize the timer interrupt function to better cope with missed timer irqs
- Fix error return code in parisc perf code (by Dan Carpenter)
- Fix PAT debug code

Thanks,
Helge

----------------------------------------------------------------
Dan Carpenter (1):
      parisc: perf: return -EFAULT on error

Helge Deller (4):
      parisc: Enable KASLR
      parisc: Re-enable interrupts early
      parisc: Enhance CPU detection code on PAT machines
      parisc: Optimize timer interrupt function

 arch/parisc/Kconfig                 |   1 +
 arch/parisc/include/asm/elf.h       |   7 ++-
 arch/parisc/include/asm/pdcpat.h    |   2 +-
 arch/parisc/include/asm/processor.h |   4 --
 arch/parisc/kernel/entry.S          |  12 +---
 arch/parisc/kernel/firmware.c       |   2 +-
 arch/parisc/kernel/inventory.c      |   8 +--
 arch/parisc/kernel/perf.c           |   5 +-
 arch/parisc/kernel/process.c        |   6 +-
 arch/parisc/kernel/processor.c      |  29 +++++-----
 arch/parisc/kernel/sys_parisc.c     |  18 +++---
 arch/parisc/kernel/time.c           | 112 ++++++++++--------------------------
 12 files changed, 67 insertions(+), 139 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ