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:	Sun, 3 Mar 2013 21:41:49 +0100
From:	Helge Deller <deller@....de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Development <linux-kernel@...r.kernel.org>,
	linux-parisc@...r.kernel.org,
	James Bottomley <James.Bottomley@...senPartnership.com>
Subject: [GIT PULL] parisc updates for v3.9

Hi Linus,

The following changes since commit b0af9cd9aab60ceb17d3ebabb9fdf4ff0a99cf50:

  Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linux (2013-02-28 20:45:52 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git fixes-for-3.9-latest

for you to fetch changes up to cf8e18ea2f8be26e8f9e44ed677d25f558ca301a:

  parisc: fix redefinition of SET_PERSONALITY (2013-03-02 20:15:28 +0100)

----------------------------------------------------------------

Second round of patches for the parisc architecture for Linux 3.9

The most important fix in this branch is the switch of io_setup,
io_getevents and io_submit syscalls to use the available compat
syscalls when running 32bit userspace on 64bit kernel.
Other than that it's mostly removal of compile warnings.

----------------------------------------------------------------
Helge Deller (7):
      parisc: select ARCH_WANT_FRAME_POINTERS
      parisc: switch to compat_functions of io_setup, io_getevents and io_submit
      parisc: remove unused variable 'compat_val'
      parisc: avoid unitialized variable warning in pa_memcpy()
      parisc: check return value of down_interruptible() in hp_sdc_rtc.c
      parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)
      parisc: fix redefinition of SET_PERSONALITY

Rolf Eike Beer (1):
      parisc: do not install modules when installing kernel

 arch/parisc/Kconfig                |  1 +
 arch/parisc/Makefile               |  4 +---
 arch/parisc/include/asm/atomic.h   |  4 ++--
 arch/parisc/kernel/binfmt_elf32.c  |  1 +
 arch/parisc/kernel/signal.c        |  1 -
 arch/parisc/kernel/syscall_table.S |  6 +++---
 arch/parisc/lib/memcpy.c           |  2 +-
 drivers/input/misc/hp_sdc_rtc.c    | 15 ++++++++++++---
 8 files changed, 21 insertions(+), 13 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