Go to file
Cezary Rojewski 5a4a7d2576 lib/string_helpers: Introduce parse_int_array()
Existing parse_inte_array_user() works with __user buffers only.
Separate array parsing from __user bits so the functionality can be
utilized with kernel buffers too.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
2024-04-24 22:20:32 +02:00
Documentation This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
LICENSES
arch This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
block This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
certs
crypto Merge branch 'my/v6.1.77' into lts2022/linux 2024-02-28 13:19:46 +08:00
drivers ACPICA: Fix operand resolution 2024-04-24 22:17:18 +02:00
fs This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
include lib/string_helpers: Introduce parse_int_array() 2024-04-24 22:20:32 +02:00
init update workarounds for gcc "asm goto" issue 2024-02-23 09:12:28 +01:00
io_uring io_uring/net: fix multishot accept overflow handling 2024-02-23 09:12:43 +01:00
ipc
kernel This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
lib lib/string_helpers: Introduce parse_int_array() 2024-04-24 22:20:32 +02:00
mm This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
net This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
rust rust: allocator: Prevent mis-aligned allocation 2023-08-11 12:08:18 +02:00
samples This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
scripts bpf, scripts: Correct GPL license name 2024-03-01 13:26:35 +01:00
security This is the 6.1.80 stable release 2024-03-22 01:33:06 +08:00
sound ALSA: hda: Enable avs-driver by default for all SST configurations 2024-04-24 22:20:32 +02:00
tools ALSA: pcm: Introduce MSBITS subformat interface 2024-04-24 22:20:29 +02:00
usr
virt kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() 2023-09-13 09:42:46 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'my/v6.1.77' into lts2022/linux 2024-02-28 13:19:46 +08:00
Makefile Linux 6.1.80 2024-03-01 13:26:39 +01:00
README
security.md Add security.md file 2023-10-27 11:25:13 -04: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.