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:	Tue, 3 Dec 2013 23:51:35 +0100
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>
Subject: [GIT PULL] parisc updates for v3.13

Hi Linus,

please pull the latest parisc fixes from:

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

The major changes are:
- a fix for the mmap(MAP_FIXED|MAP_SHARED) syscall to the same address which
  was already given in a previous call (fixes locale-gen on debian)
- change the memory layout of the kernel to avoid the need for the -mlong-calls
  compiler option (depends on commit 5ecbe3c - kernel/extable: fix
  address-checks for core_kernel and init areas)
- defconfig updates, e.g. use the SIL680 driver instead of the SIIMAGE driver
- add more parisc machine names to the machine database

Thanks,
Helge

----------------------------------------------------------------
Chen Gang (1):
      parisc: remove empty SERIAL_PORT_DFNS in serial.h

Helge Deller (6):
      parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address
      parisc: add some more machine names to hardware database
      parisc: use kernel_text_address() in unwind functions
      parisc: fix kernel memory layout in vmlinux.ld.S
      parisc: remove CONFIG_MLONGCALLS=y from defconfigs
      parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driver

 arch/parisc/configs/c3000_defconfig         |   2 +-
 arch/parisc/configs/c8000_defconfig         |  36 +-------
 arch/parisc/configs/generic-64bit_defconfig |  39 +-------
 arch/parisc/include/asm/serial.h            |   2 -
 arch/parisc/kernel/hardware.c               |   7 +-
 arch/parisc/kernel/head.S                   |   6 +-
 arch/parisc/kernel/sys_parisc.c             |  25 +++--
 arch/parisc/kernel/unwind.c                 |   9 +-
 arch/parisc/kernel/vmlinux.lds.S            | 138 ++++++++++++----------------
 arch/parisc/mm/init.c                       |  19 +++-
 10 files changed, 110 insertions(+), 173 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