public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] UML Changes for v6.6-rc1
@ 2023-09-03 19:13 Richard Weinberger
  2023-09-04 18:43 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2023-09-03 19:13 UTC (permalink / raw)
  To: torvalds; +Cc: linux-um, linux-kernel

Linus,

The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421:

  Linux 6.5-rc6 (2023-08-13 11:29:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 974b808d85abbc03c3914af63d60d5816aabf2ca:

  um: virt-pci: fix missing declaration warning (2023-08-26 22:49:49 +0200)

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

- Drop 32-bit checksum implementation and re-use it from arch/x86
- String function cleanup
- Fixes for -Wmissing-variable-declarations and -Wmissing-prototypes builds

----------------------------------------------------------------
Azeem Shaikh (1):
      um: Remove strlcpy usage

David Gow (2):
      asm-generic: current: Don't include thread-info.h if building asm
      um: Use the x86 checksum implementation on 32-bit

Justin Stitt (2):
      um: vector: refactor deprecated strncpy
      um: Refactor deprecated strncpy to memcpy

Masahiro Yamada (2):
      um: Hard-code the result of 'uname -s'
      um: use obj-y to descend into arch/um/*/

Nick Desaulniers (3):
      uml: audio: fix -Wmissing-variable-declarations
      um: port_kern: fix -Wmissing-variable-declarations
      um: fix 3 instances of -Wmissing-prototypes

Randy Dunlap (1):
      um: Fix hostaudio build errors

Vincent Whitchurch (1):
      um: virt-pci: fix missing declaration warning

YueHaibing (1):
      um: Remove unsued extern declaration ldt_host_info()

 arch/um/Kbuild                    |   2 +
 arch/um/Makefile                  |   9 +-
 arch/um/configs/i386_defconfig    |   1 +
 arch/um/configs/x86_64_defconfig  |   1 +
 arch/um/drivers/Kconfig           |  16 +--
 arch/um/drivers/Makefile          |   2 +-
 arch/um/drivers/hostaudio_kern.c  |   2 +-
 arch/um/drivers/mconsole_kern.c   |   4 +-
 arch/um/drivers/port_kern.c       |   2 +-
 arch/um/drivers/slirp_kern.c      |   2 +-
 arch/um/drivers/vector_user.c     |   4 +-
 arch/um/drivers/virt-pci.c        |   2 +
 arch/um/drivers/xterm_kern.c      |   1 +
 arch/um/include/shared/irq_kern.h |   1 +
 arch/um/include/shared/user.h     |   1 -
 arch/um/kernel/irq.c              |   2 -
 arch/um/os-Linux/umid.c           |   6 +-
 arch/x86/um/Makefile              |   5 +-
 arch/x86/um/asm/mm_context.h      |   2 -
 arch/x86/um/checksum_32.S         | 214 --------------------------------------
 include/asm-generic/current.h     |   2 +
 sound/Kconfig                     |   2 +-
 22 files changed, 30 insertions(+), 253 deletions(-)
 delete mode 100644 arch/x86/um/checksum_32.S

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

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

end of thread, other threads:[~2023-09-04 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-03 19:13 [GIT PULL] UML Changes for v6.6-rc1 Richard Weinberger
2023-09-04 18:43 ` 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