]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2015 20:06:06 +0000 (13:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2015 20:06:06 +0000 (13:06 -0700)
commit903352c8d303ee6023e46ad91d605eef54cda4ee
tree8550d22831fb39fee6c758a5904c37ec81b9e2f7
parentbc9761b5551caf653aa4c0d22580c068321af387
parent6e6632ac842966bbcdb3f53479816776c445b635
Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc fixes from Helge Deller:
 "One important patch which fixes crashes due to stack randomization on
  architectures where the stack grows upwards (currently parisc and
  metag only).

  This bug went unnoticed on parisc since kernel 3.14 where the flexible
  mmap memory layout support was added by commit 138865183c26.  The
  changes in fs/exec.c are inside an #ifdef CONFIG_STACK_GROWSUP section
  and will not affect other platforms.

  The other two patches rename args of the kthread_arg() function and
  fixes a printk output"

* 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures
  parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'
  parisc: %pf is only for function pointers