[GIT PULL] UML fixes for 5.11-rc7

Richard Weinberger richard at nod.at
Wed Feb 3 14:52:54 EST 2021


Linus,

The following changes since commit 4992eb41ab1b5d08479193afdc94f9678e5ded13:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2021-01-26 11:10:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.11-rc7

for you to fetch changes up to 7f3414226b58b0df0426104c8ab5e8d50ae71d11:

  um: time: fix initialization in time-travel mode (2021-01-26 22:11:38 +0100)

----------------------------------------------------------------
This pull request contains the following bug fixes for UML:

- Make sure to set a default console, otherwise ttynull is selected.
- Revert initial ARCH_HAS_SET_MEMORY support, this needs more work.
- Fix a regression due to ubd refactoring.
- Various small fixes.

----------------------------------------------------------------
Hajime Tazaki (1):
      um: ubd: fix command line handling of ubd

Johannes Berg (6):
      um: return error from ioremap()
      um: virtio: free vu_dev only with the contained struct device
      Revert "um: allocate a guard page to helper threads"
      Revert "um: support some of ARCH_HAS_SET_MEMORY"
      um: fix os_idle_sleep() to not hang
      um: time: fix initialization in time-travel mode

Thomas Meyer (2):
      um: stdio_console: Make preferred console
      um: kmsg_dumper: always dump when not tty console

 arch/um/Kconfig                    |  1 -
 arch/um/drivers/ubd_kern.c         |  6 ++---
 arch/um/drivers/virtio_uml.c       |  3 ++-
 arch/um/include/asm/io.h           |  2 +-
 arch/um/include/asm/pgtable.h      |  3 ---
 arch/um/include/asm/set_memory.h   |  1 -
 arch/um/include/shared/kern_util.h |  2 +-
 arch/um/kernel/kmsg_dump.c         |  9 +++++--
 arch/um/kernel/process.c           | 11 +++-----
 arch/um/kernel/time.c              | 50 +++++++++++++++++++++--------------
 arch/um/kernel/tlb.c               | 54 --------------------------------------
 arch/um/kernel/um_arch.c           | 22 +++++++++++++---
 arch/um/os-Linux/helper.c          |  4 +--
 arch/um/os-Linux/time.c            | 15 ++++++++++-
 14 files changed, 84 insertions(+), 99 deletions(-)
 delete mode 100644 arch/um/include/asm/set_memory.h



More information about the linux-um mailing list