Go to file
Christoph Hellwig 038105a200 block: don't reject too large max_user_sectors in blk_validate_limits
We already cap down the actual max_sectors to the max of the hardware
and user limit, so don't reject the configuration.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20240326060745.2349154-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-03-26 11:28:52 -06:00
Documentation ACPI updates for 6.9-rc1 2024-03-13 11:54:05 -07:00
LICENSES
arch Thermal control updates for 6.9-rc1 2024-03-13 12:03:57 -07:00
block block: don't reject too large max_user_sectors in blk_validate_limits 2024-03-26 11:28:52 -06:00
certs
crypto
drivers nvme updates for Linux 6.9 2024-03-21 13:23:07 -06:00
fs mm, slab: remove last vestiges of SLAB_MEM_SPREAD 2024-03-12 20:32:19 -07:00
include Thermal control updates for 6.9-rc1 2024-03-13 12:03:57 -07:00
init Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
io_uring
ipc
kernel Power management updates for 6.9-rc1 2024-03-13 11:40:06 -07:00
lib printk changes for 6.9 2024-03-12 20:54:50 -07:00
mm slab changes for 6.9 2024-03-12 20:14:54 -07:00
net mm, slab: remove last vestiges of SLAB_MEM_SPREAD 2024-03-12 20:32:19 -07:00
rust Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
samples Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
scripts chrome platform firmware changes for 6.9 2024-03-13 10:10:30 -07:00
security lsm/stable-6.9 PR 20240312 2024-03-12 20:03:34 -07:00
sound Power management updates for 6.9-rc1 2024-03-13 11:40:06 -07:00
tools Power management updates for 6.9-rc1 2024-03-13 11:40:06 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Networking changes for 6.9. 2024-03-12 17:44:08 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hwmon updates for v6.9 2024-03-13 11:26:58 -07:00
Makefile
README

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.