Linux 5.7.13
Greg Kroah-Hartman authored
Tested-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
7ea928a1
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 x86/i8259: Use printk_deferred() to prevent deadlock
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 drivers/net/wan: lapb: Corrected the usage of skb_cow
fs io_uring: always allow drain/link/hardlink/async sqe flags
include rhashtable: Fix unprotected RCU dereference in __rht_ptr
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 bpf: Fix map leak in HASH_OF_MAPS map
lib test_objagg: Fix potential memory leak in error handling
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
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
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.