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:   Sat, 16 Sep 2017 20:59:25 +0200
From:   Richard Weinberger <richard@....at>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     user-mode-linux-devel@...ts.sourceforge.net,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] UML updates for 4.14-rc1

Linus,

The following changes since commit 569dbb88e80deb68974ef6fdd6a13edb9d686261:

  Linux 4.13 (2017-09-03 13:56:17 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-4.14-rc1

for you to fetch changes up to 6d20e6b235aad0be463b23588093b079362bb2e4:

  um: return negative in tuntap_open_tramp() (2017-09-13 22:36:50 +0200)

----------------------------------------------------------------
This pull request contains updates for UML:
- Minor improvements
- Fixes for Debian's new gcc defaults (pie enabled by default)
- Fixes for XSTATE/XSAVE to make UML work again on modern systems

----------------------------------------------------------------
Dan Carpenter (2):
      um: remove a stray tab
      um: return negative in tuntap_open_tramp()

James Pack (1):
      Fix minor typos and grammar in UML start_up help

Krzysztof Kozlowski (1):
      um: defconfig: Cleanup from old Kconfig options

Thomas Meyer (4):
      um: Fix FP register size for XSTATE/XSAVE
      um: Fix CONFIG_GCOV for modules.
      um: link vmlinux with -no-pie
      um: Use relative modversions with LD_SCRIPT_DYN

 arch/um/Kconfig.um                     |  1 +
 arch/um/Makefile                       |  2 +-
 arch/um/configs/i386_defconfig         |  1 -
 arch/um/configs/x86_64_defconfig       |  1 -
 arch/um/include/asm/thread_info.h      |  3 +++
 arch/um/include/shared/os.h            |  2 +-
 arch/um/kernel/gmon_syms.c             |  7 +++++++
 arch/um/kernel/process.c               |  4 ++--
 arch/um/os-Linux/drivers/tuntap_user.c |  2 +-
 arch/um/os-Linux/skas/process.c        | 17 ++++++++---------
 arch/um/os-Linux/start_up.c            |  6 +++---
 arch/x86/um/os-Linux/registers.c       | 18 ++++++++++++------
 arch/x86/um/os-Linux/tls.c             |  2 +-
 arch/x86/um/user-offsets.c             |  2 +-
 14 files changed, 41 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ