mbox series

[GIT,PULL] uml updates for 5.6-rc1

Message ID aaf07936-6fd2-be40-15dc-f87e8e84091d@cambridgegreys.com
State Superseded
Headers show
Series [GIT,PULL] uml updates for 5.6-rc1 | expand

Pull-request

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

Message

Anton Ivanov Jan. 28, 2020, 9:24 a.m. UTC
Linus,

I am sending this on behalf of Richard who is traveling.

Please pull the following uml updates for v5.6-rc1:

The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:

   Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d65197ad52494bed3b5e64708281b8295f76c391:

   um: Fix time-travel=inf-cpu with xor/raid6 (2020-01-19 22:42:06 +0100)

----------------------------------------------------------------
This pull request contains the following changes for UML:

- Fix for time travel mode
- Disable CONFIG_CONSTRUCTORS again
- A new command line option to have an non-raw serial line
- Preparations to remove obsolete UML network drivers

----------------------------------------------------------------
Brendan Higgins (1):
       um: Mark non-vector net transports as obsolete

Johannes Berg (3):
       um: Add an option to make serial driver non-raw
       Revert "um: Enable CONFIG_CONSTRUCTORS"
       um: Fix time-travel=inf-cpu with xor/raid6

  arch/um/Kconfig                  |  2 +
  arch/um/drivers/Kconfig          | 81 ++++++++++++++++++++--------------------
  arch/um/drivers/chan_user.h      |  2 +-
  arch/um/drivers/ssl.c            |  8 ++++
  arch/um/include/asm/Kbuild       |  1 -
  arch/um/include/asm/common.lds.S |  2 +-
  arch/um/include/asm/xor.h        |  7 ++++
  arch/um/kernel/dyn.lds.S         |  1 +
  init/Kconfig                     |  1 +
  kernel/gcov/Kconfig              |  2 +-
  10 files changed, 63 insertions(+), 44 deletions(-)
  create mode 100644 arch/um/include/asm/xor.h

Comments

pr-tracker-bot@kernel.org Jan. 29, 2020, 2:45 a.m. UTC | #1
The pull request you sent on Tue, 28 Jan 2020 09:24:07 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.6-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fad7bdc9b054a3dc2f5e77a8061c07aead6f5a5e

Thank you!