linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-um <linux-um@lists.infradead.org>
Subject: [GIT PULL] UML changes for 5.3-rc1
Date: Sun, 14 Jul 2019 21:02:00 +0200 (CEST)	[thread overview]
Message-ID: <1979519421.38685.1563130920671.JavaMail.zimbra@nod.at> (raw)

Linus,

The following changes since commit 4b972a01a7da614b4796475f933094751a295a2f:

  Linux 5.2-rc6 (2019-06-22 16:01:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b482e48d29f1461fd0d059a17f32bcfa274127b3:

  um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT (2019-07-04 09:52:18 +0200)

----------------------------------------------------------------
This pull request contains the following changes for UML:

- A new timer mode, time travel, for testing with UML
- Many bugfixes/improvements for the serial line driver
- Various bugfixes

----------------------------------------------------------------
Johannes Berg (9):
      um: fix os_timer_one_shot()
      um: Timer code cleanup
      um: Remove locking in deactivate_all_fds()
      um: Silence lockdep complaint about mmap_sem
      um: Don't garbage collect in deactivate_all_fds()
      um: Remove drivers/ssl.h
      um: Pass nsecs to os timer functions
      um: Support time travel mode
      um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT

Jouni Malinen (1):
      um: Fix IRQ controller regression on console read

Krzysztof Kozlowski (1):
      um: configs: Remove useless UEVENT_HELPER_PATH

Marek Majkowski (1):
      um: Fix kcov crash during startup

 arch/um/Kconfig                         |  12 +++
 arch/um/configs/i386_defconfig          |   1 -
 arch/um/configs/x86_64_defconfig        |   1 -
 arch/um/drivers/chan_kern.c             |  52 +++++++++++--
 arch/um/drivers/ssl.c                   |   1 -
 arch/um/drivers/ssl.h                   |  13 ----
 arch/um/include/asm/mmu_context.h       |   2 +-
 arch/um/include/shared/os.h             |  10 +--
 arch/um/include/shared/timer-internal.h |  48 ++++++++++++
 arch/um/kernel/irq.c                    |   9 ++-
 arch/um/kernel/process.c                |  42 +++++++++-
 arch/um/kernel/skas/Makefile            |   2 +
 arch/um/kernel/skas/syscall.c           |  11 +++
 arch/um/kernel/time.c                   | 131 ++++++++++++++++++++++++++++++--
 arch/um/os-Linux/time.c                 | 127 +++++++------------------------
 15 files changed, 320 insertions(+), 142 deletions(-)
 delete mode 100644 arch/um/drivers/ssl.h

             reply	other threads:[~2019-07-14 19:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-14 19:02 Richard Weinberger [this message]
2019-07-15  0:30 ` [GIT PULL] UML changes for 5.3-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1979519421.38685.1563130920671.JavaMail.zimbra@nod.at \
    --to=richard@nod.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).