Go to file
Stefan Bader b1ee35c6d2 UBUNTU: Ubuntu-5.4.0-200.220
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 14:40:48 +02:00
Documentation PM / devfreq: Fix buffer overflow in trans_stat_show 2024-09-27 10:50:28 +02:00
LICENSES
arch UBUNTU: Ubuntu-5.4.0-200.220 2024-09-27 14:40:48 +02:00
block bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
certs
crypto crypto: aead, cipher - zeroize key buffer after use 2024-09-27 10:50:29 +02:00
debian UBUNTU: [Packaging] Remove fips-checks script 2024-03-28 15:18:45 +01:00
debian.master UBUNTU: Ubuntu-5.4.0-200.220 2024-09-27 14:40:48 +02:00
drivers net/mlx5: Update error handler for UCTX and UMEM 2024-09-27 10:50:35 +02:00
fs bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
include bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
init init: open /initrd.image with O_LARGEFILE 2024-06-07 15:01:40 +02:00
ipc
kernel rtmutex: Drop rt_mutex::wait_lock before scheduling 2024-09-27 10:50:35 +02:00
lib lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() 2024-09-27 10:50:33 +02:00
mm memcg_write_event_control(): fix a user-triggerable oops 2024-09-27 10:50:22 +02:00
net tls: fix use-after-free on failed backlog decryption 2024-09-27 10:50:35 +02:00
samples media: rename VFL_TYPE_GRABBER to _VIDEO 2024-06-07 15:01:29 +02:00
scripts kbuild: Fix '-S -c' in x86 stack protector scripts 2024-09-27 10:50:21 +02:00
security smack: unix sockets: fix accept()ed socket label 2024-09-27 10:50:31 +02:00
sound ASoC: topology: Properly initialize soc_enum values 2024-09-27 10:50:32 +02:00
tools libbpf: Add NULL checks to bpf_object__{prev_map,next_map} 2024-09-27 10:50:33 +02:00
ubuntu
usr
virt KVM: async_pf: Cleanup kvm_setup_async_pf() 2024-06-07 15:01:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: stx104: Move to addac subdirectory 2023-10-30 11:41:56 +01:00
Makefile Linux 5.4.284 2024-09-27 10:50:35 +02:00
README
Ubuntu.md
dropped.txt
snapcraft.yaml

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.