This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3afe9076a7c1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 94c41b3a7c37 um: ubd: fix command line handling of ubd new 1cdcfb44370b um: return error from ioremap() new d7ffac33631b um: stdio_console: Make preferred console new e23fe90dec28 um: kmsg_dumper: always dump when not tty console new f4172b084342 um: virtio: free vu_dev only with the contained struct device new 2fcb4090cd73 Revert "um: allocate a guard page to helper threads" new a31e9c4e7247 Revert "um: support some of ARCH_HAS_SET_MEMORY" new 9868c2081d07 um: fix os_idle_sleep() to not hang new 7f3414226b58 um: time: fix initialization in time-travel mode new 61556703b610 Merge tag 'for-linus-5.11-rc7' of git://git.kernel.org/pub [...]
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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