Go to file
Greg Kroah-Hartman d3d0b4e274 Linux 5.10.245
Link: https://lore.kernel.org/r/20250930143822.939301999@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-10-02 13:35:48 +02:00
arch
block
certs
crypto
Documentation
drivers i40e: fix validation of VF state in get resources 2025-10-02 13:35:47 +02:00
fs mm/hugetlb: fix folio is still mapped when deleted 2025-10-02 13:35:48 +02:00
include crypto: af_alg - Fix incorrect boolean values in af_alg_ctx 2025-10-02 13:35:46 +02:00
init
io_uring
ipc
kernel tracing: dynevent: Add a missing lockdown check on dynevent 2025-10-02 13:35:47 +02:00
lib
LICENSES
mm mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize() 2025-10-02 13:35:47 +02:00
net nexthop: Forbid FDB status change while nexthop is in a group 2025-10-02 13:35:46 +02:00
samples
scripts
security
sound
tools selftests: fib_nexthops: Fix creation of non-FDB nexthops 2025-10-02 13:35:46 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10.245 2025-10-02 13:35:48 +02:00
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.