linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-um <linux-um@lists.infradead.org>,
	 linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] UML Changes for v6.6-rc1
Date: Sun, 3 Sep 2023 21:13:54 +0200 (CEST)	[thread overview]
Message-ID: <1189803925.12843.1693768434048.JavaMail.zimbra@nod.at> (raw)

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

             reply	other threads:[~2023-09-03 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-03 19:13 Richard Weinberger [this message]
2023-09-04 18:43 ` [GIT PULL] UML Changes for v6.6-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=1189803925.12843.1693768434048.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 read-only IMAP folder(s) and NNTP newsgroup(s).