]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d26cbde5457f2bd147e649249cb0b8d2658f7b2
tree2e2fa481841b97cc61632bdc411bec3606d5051f
parent9b955cd8f51dcf53aee4a8a83fdb71d524e601ab
parent80f9224da2f2ade83c343fc8dd9d5af0779a445d
Merge branch 'parisc-4.15-2' of git://git.kernel.org/pub/scm/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()