linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: linux-um <linux-um@lists.infradead.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] uml updates for 5.10
Date: Fri, 16 Oct 2020 14:55:34 +0200 (CEST)	[thread overview]
Message-ID: <1686303327.201886.1602852934891.JavaMail.zimbra@nod.at> (raw)

Linus,

The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

  Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f06885b3f3e3884f98351d7b72a4fc8400911cde:

  um: vector: Add dynamic tap interfaces and scripting (2020-10-11 23:26:37 +0200)

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

- Improve support for non-glibc systems
- Vector: Add support for scripting and dynamic tap devices
- Various fixes for the vector networking driver
- Various fixes for time travel mode

----------------------------------------------------------------
Anton Ivanov (1):
      um: vector: Add dynamic tap interfaces and scripting

Gabriel Krisman Bertazi (1):
      um: Remove dead usage of TIF_IA32

Gaurav Singh (1):
      um: Fix null pointer dereference in vector_user_bpf

Ignat Korchagin (2):
      um: Some fixes to build UML with musl
      um: Allow static linking for non-glibc implementations

Johannes Berg (4):
      um: time-travel: Fix IRQ handling in time_travel_handle_message()
      um: time-travel: Return the sequence number in ACK messages
      um: change sigio_spinlock to a mutex
      um: Clean up stacktrace dump

Li Heng (1):
      um: Remove redundant NULL check

Maciej Żenczykowski (1):
      um: Fix incorrect assumptions about max pid length

Tiezhu Yang (1):
      um: vector: Use GFP_ATOMIC under spin lock

 arch/um/Kconfig               |  6 ++--
 arch/um/drivers/Kconfig       |  6 ++--
 arch/um/drivers/daemon_user.c |  1 +
 arch/um/drivers/pcap_user.c   | 12 ++++----
 arch/um/drivers/slip_user.c   |  2 +-
 arch/um/drivers/vector_kern.c |  4 +--
 arch/um/drivers/vector_user.c | 71 ++++++++++++++++++++++++++++++++-----------
 arch/um/kernel/sigio.c        |  6 ++--
 arch/um/kernel/sysrq.c        |  4 +--
 arch/um/kernel/time.c         | 15 ++++++---
 arch/um/os-Linux/umid.c       |  8 ++---
 arch/um/os-Linux/util.c       |  2 +-
 arch/x86/um/ptrace_64.c       | 13 +-------
 arch/x86/um/user-offsets.c    |  2 +-
 14 files changed, 91 insertions(+), 61 deletions(-)

             reply	other threads:[~2020-10-16 12:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 12:55 Richard Weinberger [this message]
2020-10-17 20:59 [GIT PULL] uml updates for 5.10 Richard Weinberger
2020-10-18 17:10 ` 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=1686303327.201886.1602852934891.JavaMail.zimbra@nod.at \
    --to=richard@nod.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-um@lists.infradead.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).