mbox series

[GIT,PULL] UML changes for 4.21

Message ID 1590974.xBRWhrZ5gH@blindfold
State Accepted, archived
Headers show
Series [GIT,PULL] UML changes for 4.21 | expand

Pull-request

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

Message

Richard Weinberger Jan. 2, 2019, 10:52 p.m. UTC
Linus,

The following changes since commit 8fe28cb58bcb235034b64cbbb7550a8a43fd88be:

  Linux 4.20 (2018-12-23 15:55:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 940b241d9050fc354f68c182e99fc3da1ff36bc0:

  um: Remove obsolete reenable_XX calls (2018-12-27 22:48:35 +0100)

----------------------------------------------------------------
Thiss pull requests contains UML updates for 4.21:

- DISCARD support for our block device driver
- Many TLB flush optimizations
- Various smaller fixes
- And most important, Anton agreed to help me maintaining UML

----------------------------------------------------------------
Anton Ivanov (11):
      um: Switch to block-mq constants in the UML UBD driver
      um: Clean-up command processing in UML UBD driver
      um: Remove unsafe printks from the io thread
      um: Add support for DISCARD in the UBD Driver
      um: Remove unnecessary faulted check in uaccess.c
      um: Optimize TLB operations v2
      um: Skip TLB flushing where not needed
      um: Avoid marking pages with "changed protection"
      um: Optimize Flush TLB for force/fork case
      Add Anton Ivanov to UML maintainers
      um: Remove obsolete reenable_XX calls

Christoph Hellwig (1):
      um: writev needs <sys/uio.h>

HernĂ¡n Gonzalez (1):
      um: Add HAVE_DEBUG_BUGVERBOSE

Masahiro Yamada (1):
      um: remove redundant generic-y

Richard Weinberger (3):
      um: Update maintainers file entry
      um: Include sys/uio.h to have writev()
      um: Make GCOV depend on !KCOV

 MAINTAINERS                       |   3 +-
 arch/um/Kconfig                   |   1 +
 arch/um/Kconfig.debug             |   1 +
 arch/um/drivers/chan_kern.c       |  10 --
 arch/um/drivers/line.c            |  10 --
 arch/um/drivers/mconsole_kern.c   |   2 -
 arch/um/drivers/net_kern.c        |   2 -
 arch/um/drivers/port_kern.c       |   1 -
 arch/um/drivers/random.c          |   1 -
 arch/um/drivers/ubd_kern.c        | 231 ++++++++++++++++++++++++--------------
 arch/um/drivers/vector_user.c     |   2 +
 arch/um/include/asm/Kbuild        |   2 -
 arch/um/include/asm/pgtable.h     |   9 +-
 arch/um/include/shared/irq_user.h |   1 -
 arch/um/include/shared/os.h       |   1 +
 arch/um/kernel/irq.c              |   6 -
 arch/um/kernel/sigio.c            |   1 -
 arch/um/kernel/skas/uaccess.c     |  23 ++--
 arch/um/kernel/tlb.c              | 115 ++++++++++++-------
 arch/um/os-Linux/file.c           |  10 ++
 20 files changed, 259 insertions(+), 173 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 3, 2019, 3:05 a.m. UTC | #1
The pull request you sent on Wed, 02 Jan 2019 23:52:26 +0100:

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

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

Thank you!