kvm: selftests: avoid type punning
Paolo Bonzini authored
Avoid warnings from -Wstrict-aliasing by using memcpy.
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
3b339e25
Name Last commit Last update
Documentation Merge branch 'akpm' (patches from Andrew)
LICENSES LICENSES: Rename other to deprecated
arch KVM: nVMX: Clear nested_run_pending if setting nested state fails
block Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
drivers Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
fs Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
include Merge branch 'akpm' (patches from Andrew)
init initramfs: don't free a non-existent initrd
ipc ipc: do cyclic id allocation for the ipc object.
kernel Merge branch 'akpm' (patches from Andrew)
lib slab: remove /proc/slab_allocators
mm Merge branch 'akpm' (patches from Andrew)
net treewide: prefix header search paths with $(srctree)/
samples samples: guard sub-directories with CONFIG options
scripts kconfig: use 'else ifneq' for Makefile to improve readability
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound Merge tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools kvm: selftests: avoid type punning
usr user/Makefile: Fix typo and capitalization in comment section
virt KVM: Fix spinlock taken warning during host resume
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore .gitignore: exclude .get_maintainer.ignore and .gitattributes
.mailmap Merge tag 'docs-5.2' of git://git.lwn.net/linux
COPYING COPYING: use the new text with points to the license files
CREDITS Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Kbuild Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
MAINTAINERS MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer
Makefile Linux 5.2-rc1
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.