All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UML updates for v5.19-rc1
@ 2022-06-03 12:47 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2022-06-03 12:47 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-um

Linus,

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2a4a62a14be1947fa945c5c11ebf67326381a568:

  um: Fix out-of-bounds read in LDT setup (2022-05-27 09:03:41 +0200)

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

- Various cleanups and fixes: xterm, serial line, time travel
- Set ARCH_HAS_GCOV_PROFILE_ALL

----------------------------------------------------------------
Johannes Berg (6):
      um: xterm: Make default terminal emulator configurable
      um: daemon: Make default socket configurable
      um: Use asm-generic/dma-mapping.h
      um: line: Use separate IRQs per line
      um: virtio_uml: Fix broken device handling in time-travel
      um: chan_user: Fix winch_tramp() return value

Vincent Whitchurch (2):
      um: Enable ARCH_HAS_GCOV_PROFILE_ALL
      um: Fix out-of-bounds read in LDT setup

 arch/um/Kconfig                 |  1 +
 arch/um/drivers/Kconfig         | 15 +++++++++++++++
 arch/um/drivers/Makefile        |  2 ++
 arch/um/drivers/chan_kern.c     | 10 +++++-----
 arch/um/drivers/chan_user.c     |  9 +++++----
 arch/um/drivers/daemon_kern.c   |  2 +-
 arch/um/drivers/line.c          | 22 +++++++++++++---------
 arch/um/drivers/line.h          |  4 ++--
 arch/um/drivers/ssl.c           |  2 --
 arch/um/drivers/stdio_console.c |  2 --
 arch/um/drivers/virtio_uml.c    | 33 +++++++++++++++++++++++----------
 arch/um/drivers/xterm.c         |  7 ++++---
 arch/um/include/asm/Kbuild      |  1 +
 arch/um/include/asm/irq.h       | 22 +++++++++-------------
 arch/x86/um/ldt.c               |  6 ++++--
 15 files changed, 85 insertions(+), 53 deletions(-)

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

* [GIT PULL] UML updates for v5.19-rc1
@ 2022-06-03 12:47 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2022-06-03 12:47 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-um

Linus,

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2a4a62a14be1947fa945c5c11ebf67326381a568:

  um: Fix out-of-bounds read in LDT setup (2022-05-27 09:03:41 +0200)

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

- Various cleanups and fixes: xterm, serial line, time travel
- Set ARCH_HAS_GCOV_PROFILE_ALL

----------------------------------------------------------------
Johannes Berg (6):
      um: xterm: Make default terminal emulator configurable
      um: daemon: Make default socket configurable
      um: Use asm-generic/dma-mapping.h
      um: line: Use separate IRQs per line
      um: virtio_uml: Fix broken device handling in time-travel
      um: chan_user: Fix winch_tramp() return value

Vincent Whitchurch (2):
      um: Enable ARCH_HAS_GCOV_PROFILE_ALL
      um: Fix out-of-bounds read in LDT setup

 arch/um/Kconfig                 |  1 +
 arch/um/drivers/Kconfig         | 15 +++++++++++++++
 arch/um/drivers/Makefile        |  2 ++
 arch/um/drivers/chan_kern.c     | 10 +++++-----
 arch/um/drivers/chan_user.c     |  9 +++++----
 arch/um/drivers/daemon_kern.c   |  2 +-
 arch/um/drivers/line.c          | 22 +++++++++++++---------
 arch/um/drivers/line.h          |  4 ++--
 arch/um/drivers/ssl.c           |  2 --
 arch/um/drivers/stdio_console.c |  2 --
 arch/um/drivers/virtio_uml.c    | 33 +++++++++++++++++++++++----------
 arch/um/drivers/xterm.c         |  7 ++++---
 arch/um/include/asm/Kbuild      |  1 +
 arch/um/include/asm/irq.h       | 22 +++++++++-------------
 arch/x86/um/ldt.c               |  6 ++++--
 15 files changed, 85 insertions(+), 53 deletions(-)

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um


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

* Re: [GIT PULL] UML updates for v5.19-rc1
  2022-06-03 12:47 ` Richard Weinberger
@ 2022-06-03 21:49   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-03 21:49 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-kernel, linux-um

The pull request you sent on Fri, 3 Jun 2022 14:47:30 +0200 (CEST):

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

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

Thank you!

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

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

* Re: [GIT PULL] UML updates for v5.19-rc1
@ 2022-06-03 21:49   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-03 21:49 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-kernel, linux-um

The pull request you sent on Fri, 3 Jun 2022 14:47:30 +0200 (CEST):

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

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

Thank you!

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

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um


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

end of thread, other threads:[~2022-06-03 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 12:47 [GIT PULL] UML updates for v5.19-rc1 Richard Weinberger
2022-06-03 12:47 ` Richard Weinberger
2022-06-03 21:49 ` pr-tracker-bot
2022-06-03 21:49   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.