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:   Mon, 18 Dec 2017 19:34:09 +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 fixes for 4.15-rc5

Hi Linus,

please pull a few important fixes for the parisc architecture from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.15-2

There are two important fixes:
- Add PCI quirks to disable built-in a serial AUX and a graphics cards from
  specific GSP (management board) PCI cards. This fixes boot via serial console
  on rp3410 and rp3440 machines.

- Revert the "Re-enable interrups early" patch which was added to kernel v4.10.
  It can trigger stack overflows and thus silent data corruption. With this
  patch reverted we can lower our thread stack back to 16kb again.

The other patches are minor cleanups: avoid duplicate includes, indenting
fixes, correctly align variable in asm code.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (3):
      parisc: Fix indenting in puts()
      parisc: Align os_hpmc_size on word boundary
      parisc: Hide Diva-built-in serial aux and graphics card

John David Anglin (2):
      Revert "parisc: Re-enable interrupts early"
      parisc: Reduce thread stack to 16 kb

Pravin Shedge (1):
      parisc: remove duplicate includes

 arch/parisc/boot/compressed/misc.c    |  4 ++--
 arch/parisc/include/asm/thread_info.h |  5 +++++
 arch/parisc/kernel/entry.S            | 12 +++++++++---
 arch/parisc/kernel/hpmc.S             |  1 +
 arch/parisc/kernel/unwind.c           |  1 -
 arch/parisc/lib/delay.c               |  2 --
 drivers/parisc/lba_pci.c              | 33 +++++++++++++++++++++++++++++++++
 7 files changed, 50 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ