Linux kernel stable tree
Go to file
Greg Kroah-Hartman a67e7cdde7 Linux 4.19.325
Link: https://lore.kernel.org/r/20241203141923.524658091@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-12-05 10:59:42 +01:00
arch um: Fix the return value of elf_core_copy_task_fpregs 2024-12-05 10:59:41 +01:00
block block: fix ordering between checking BLK_MQ_S_STOPPED request adding 2024-12-05 10:59:40 +01:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-25 11:49:16 +02:00
crypto crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY 2024-12-05 10:59:30 +01:00
Documentation dt-bindings: clock: axi-clkgen: include AXI clk 2024-12-05 10:59:35 +01:00
drivers sh: intc: Fix use-after-free bug in register_intc_controller() 2024-12-05 10:59:42 +01:00
firmware Fix built-in early-load Intel microcode alignment 2020-01-23 08:21:29 +01:00
fs jffs2: fix use of uninitialized variable 2024-12-05 10:59:42 +01:00
include block: return unsigned int from bdev_io_min 2024-12-05 10:59:42 +01:00
init initramfs: avoid filename buffer overrun 2024-12-05 10:59:30 +01:00
ipc ipc: remove memcg accounting for sops objects in do_semtimedop() 2024-09-04 13:13:09 +02:00
kernel trace/trace_event_perf: remove duplicate samples on the first tracepoint event 2024-12-05 10:59:33 +01:00
lib lib: string_helpers: silence snprintf() output truncation warning 2024-12-05 10:59:41 +01:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
mm mm: revert "mm: shmem: fix data-race in shmem_getattr()" 2024-12-05 10:59:29 +01:00
net 9p/xen: fix release of IRQ 2024-12-05 10:59:42 +01:00
samples bpf: Fix the xdp_adjust_tail sample prog issue 2024-12-05 10:59:32 +01:00
scripts modpost: remove incorrect code in do_eisa_entry() 2024-12-05 10:59:42 +01:00
security apparmor: fix 'Do simple duplicate message elimination' 2024-12-05 10:59:38 +01:00
sound ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices 2024-12-05 10:59:39 +01:00
tools perf probe: Correct demangled symbols in C++ program 2024-12-05 10:59:35 +01:00
usr initramfs: restore default compression behavior 2020-04-13 10:44:59 +02:00
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-11-08 16:19:19 +01:00
.clang-format clang-format: Set IndentWrappedFunctionNames false 2018-08-01 18:38:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files 2016-10-07 18:46:30 -07:00
.gitignore Remove *.orig pattern from .gitignore 2024-11-08 16:19:08 +01:00
.mailmap libnvdimm-for-4.19_misc 2018-08-25 18:13:10 -07:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS 9p: remove Ron Minnich from MAINTAINERS 2018-08-17 16:20:26 -07:00
Kbuild Kbuild updates for v4.15 2017-11-17 17:45:29 -08:00
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 2018-08-02 08:06:55 +09:00
MAINTAINERS MAINTAINERS: r8169: Update path to the driver 2023-11-08 11:22:19 +01:00
Makefile Linux 4.19.325 2024-12-05 10:59:42 +01:00
README Docs: Added a pointer to the formatted docs to README 2018-03-21 09:02:53 -06:00

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.