From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [GIT PULL] UML updates for 4.14-rc1
Date: Sat, 16 Sep 2017 20:59:25 +0200 [thread overview]
Message-ID: <2875043.4mJUi0PUJr@blindfold> (raw)
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(-)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
WARNING: multiple messages have this Message-ID (diff)
From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: user-mode-linux-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] UML updates for 4.14-rc1
Date: Sat, 16 Sep 2017 20:59:25 +0200 [thread overview]
Message-ID: <2875043.4mJUi0PUJr@blindfold> (raw)
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(-)
next reply other threads:[~2017-09-16 18:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-16 18:59 Richard Weinberger [this message]
2017-09-16 18:59 ` [GIT PULL] UML updates for 4.14-rc1 Richard Weinberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2875043.4mJUi0PUJr@blindfold \
--to=richard@nod.at \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.