public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for v4.13-rc4
@ 2017-08-01 16:30 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2017-08-01 16:30 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull four small important fixes for the parisc architecture for 4.13-rc4 from

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.13-4

Changes:
- Our cache flushing code runs into a BUG in case context is not current. Fix
  it by flushing the whole cache in such rare situations (by Dave Anglin).

- Fix a "sleeping function called from invalid context BUG" in our pdc_stable
  driver by rearranging our locks (by James Bottomley)

- The thread and irq stacks require more than 16 KB since kernel 4.11. Increase
  both to 32 KB.

- Define CONFIG_CPU_BIG_ENDIAN unconditionally on parisc to avoid wrong behaviour
  in qrwlock functions (by Babu Moger).

Thanks,
Helge

----------------------------------------------------------------
Babu Moger (1):
      parisc: Define CONFIG_CPU_BIG_ENDIAN

Helge Deller (1):
      parisc: Increase thread and stack size to 32kb

James Bottomley (1):
      parisc: pdc_stable: Fix locking when creating sysfs links

John David Anglin (1):
      parisc: Handle vma's whose context is not current in flush_cache_range

 arch/parisc/Kconfig                   | 3 +++
 arch/parisc/include/asm/thread_info.h | 2 +-
 arch/parisc/kernel/cache.c            | 5 ++---
 arch/parisc/kernel/irq.c              | 2 +-
 drivers/parisc/pdc_stable.c           | 6 +++---
 5 files changed, 10 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-01 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 16:30 [GIT PULL] parisc architecture fixes for v4.13-rc4 Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox