OSDN Git Service

Merge branch 'parisc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Dec 2017 19:26:16 +0000 (11:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Dec 2017 19:26:16 +0000 (11:26 -0800)
commitcb81fc6a3cf694345f29858624e5d9f3509d30d4
tree2e2fa481841b97cc61632bdc411bec3606d5051f
parent64a48099b3b31568ac45716b7fafcb74a0c2fcfe
parentda57c5414f49ef9e4bcb9ae0bbafd1d650b31411
Merge branch 'parisc-4.15-2' of git://git./linux/kernel/git/deller/parisc-linux

Pull parisc fixes from Helge Deller:
 "There are two important fixes here:

   - 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"

* 'parisc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Reduce thread stack to 16 kb
  Revert "parisc: Re-enable interrupts early"
  parisc: remove duplicate includes
  parisc: Hide Diva-built-in serial aux and graphics card
  parisc: Align os_hpmc_size on word boundary
  parisc: Fix indenting in puts()