[GIT PULL] uml updates for 5.6-rc1

From: Anton Ivanov
Date: Tue Jan 28 2020 - 04:24:38 EST


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