mbox series

[GIT,PULL] UML changes for v5.5-rc1

Message ID 1468911323.103246.1575231534725.JavaMail.zimbra@nod.at
State Not Applicable
Headers show
Series [GIT,PULL] UML changes for v5.5-rc1 | expand

Pull-request

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

Message

Richard Weinberger Dec. 1, 2019, 8:18 p.m. UTC
Linus,

The following changes since commit e472c64aa4fa6150c6076fd36d101d667d71c30a:

  Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slave-dma (2019-10-31 07:34:09 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 9807019a62dc670c73ce8e59e09b41ae458c34b3:

  um: Loadable BPF "Firmware" for vector drivers (2019-11-25 22:43:31 +0100)

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

- Fixes for our new virtio code
- Fix for the irqflags tracer
- Kconfig coding style fixes
- Allow BPF firmware loading in our vector driver

----------------------------------------------------------------
Anton Ivanov (1):
      um: Loadable BPF "Firmware" for vector drivers

Johannes Berg (4):
      um: Don't trace irqflags during shutdown
      um: virtio: Remove device on disconnect
      um: virtio: Keep reading on -EAGAIN
      um: virtio_uml: Disallow modular build

Krzysztof Kozlowski (1):
      um: Fix Kconfig indentation

 arch/um/Kconfig               |   2 +-
 arch/um/drivers/Kconfig       |   2 +-
 arch/um/drivers/vector_kern.c | 113 ++++++++++++++++++++++++++++++++++++++----
 arch/um/drivers/vector_kern.h |   8 ++-
 arch/um/drivers/vector_user.c |  94 ++++++++++++++++++++++++++++-------
 arch/um/drivers/vector_user.h |   8 ++-
 arch/um/drivers/virtio_uml.c  |  76 ++++++++++++++++++----------
 arch/um/os-Linux/main.c       |   2 +-
 8 files changed, 247 insertions(+), 58 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2019, 1:30 a.m. UTC | #1
The pull request you sent on Sun, 1 Dec 2019 21:18:54 +0100 (CET):

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

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

Thank you!