No description
Find a file
Bas Nieuwenhuizen afec7c531d drm/amdgpu: Validate VM ioctl flags.
commit a2b308044d upstream.

None have been defined yet, so reject anybody setting any. Mesa sets
it to 0 anyway.

Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-07-05 18:29:23 +01:00
arch csky: fix up lock_mm_and_find_vma() conversion 2023-07-01 13:14:47 +02:00
block block: make sure local irq is disabled when calling __blkcg_rstat_flush 2023-06-28 11:14:10 +02:00
certs
crypto
Documentation docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 2023-07-05 18:29:23 +01:00
drivers drm/amdgpu: Validate VM ioctl flags. 2023-07-05 18:29:23 +01:00
fs nfs: don't report STATX_BTIME in ->getattr 2023-07-05 18:29:23 +01:00
include execve: always mark stack as growing down during early stack setup 2023-07-05 18:29:23 +01:00
init
io_uring io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr 2023-06-28 11:14:16 +02:00
ipc
kernel bpf: Force kprobe multi expected_attach_type for kprobe_multi link 2023-06-28 11:14:16 +02:00
lib maple_tree: fix potential out-of-bounds access in mas_wr_end_piv() 2023-07-01 13:14:44 +02:00
LICENSES
mm xtensa: fix lock_mm_and_find_vma in case VMA not found 2023-07-05 18:29:23 +01:00
net can: isotp: isotp_sendmsg(): fix return error fix on TX path 2023-07-01 13:14:44 +02:00
rust
samples
scripts scripts/tags.sh: Resolve gtags empty index generation 2023-07-05 18:29:23 +01:00
security
sound ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256 2023-06-28 11:14:22 +02:00
tools Revert "cxl/port: Enable the HDM decoder capability for switch ports" 2023-07-05 18:29:23 +01:00
usr
virt KVM: Avoid illegal stage2 mapping on invalid memory slot 2023-06-28 11:14:05 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.3.11 2023-07-01 13:14: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.