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:	Fri, 15 May 2015 19:13:11 +0200
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 fixes for v4.1

Hi Linus,

please pull the latest fixes for the parisc architecture for v4.1-rc4 from:

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

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 9dabf60. 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.

Thanks,
Helge

----------------------------------------------------------------
Alex Dowad (1):
      parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'

Helge Deller (1):
      parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures

Scott Wood (1):
      parisc: %pf is only for function pointers

 arch/parisc/include/asm/elf.h   |  4 ++++
 arch/parisc/kernel/process.c    | 10 ++++++----
 arch/parisc/kernel/sys_parisc.c |  3 +++
 drivers/parisc/superio.c        |  2 +-
 fs/exec.c                       |  3 +++
 5 files changed, 17 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ