Linux 5.7.14
Greg Kroah-Hartman authored
Tested-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
4e66893c
Name Last commit Last update
Documentation arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718
LICENSES LICENSES: Rename other to deprecated
arch random: random.h should include archrandom.h, not the other way around
block blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
certs .gitignore: add SPDX License Identifier
crypto keys: asymmetric: fix error return code in software_key_query()
drivers random32: update the net random state on interrupt and activity
fs io_uring: always allow drain/link/hardlink/async sqe flags
include random32: move the pseudo-random 32-bit definitions to prandom.h
init Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel random32: update the net random state on interrupt and activity
lib random32: remove net_rand_state from the latent entropy gcc plugin
mm khugepaged: fix null-pointer dereference due to race
net Bluetooth: fix kernel oops in store_pending_adv_report
samples samples/vfs: avoid warning in statx override
scripts scripts/gdb: fix lx-symbols 'gdb.error' while loading modules
security apparmor: ensure that dfa state tables have entries
sound ALSA: hda/hdmi: Fix keep_power assignment for non-component devices
tools selftest: txtimestamp: fix net ns entry logic
usr kbuild: fix comment about missing include guard detection
virt KVM: arm64: Don't inherit exec permission across page-table levels
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: add SPDX License Identifier
.mailmap i2c: use my kernel.org address from now on
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Hand MIPS over to Thomas
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst
MAINTAINERS Merge branch 'akpm' (patches from Andrew)
Makefile Linux 5.7.14
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.