linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] UML changes for 4.21
@ 2019-01-02 22:52 Richard Weinberger
  2019-01-03  3:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2019-01-02 22:52 UTC (permalink / raw)
  To: torvalds; +Cc: linux-um, linux-kernel

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(-)




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] UML changes for 4.21
  2019-01-02 22:52 [GIT PULL] UML changes for 4.21 Richard Weinberger
@ 2019-01-03  3:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-01-03  3:05 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-um, linux-kernel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-03  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 22:52 [GIT PULL] UML changes for 4.21 Richard Weinberger
2019-01-03  3:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).