Linux kernel source tree
Go to file
Zijun Hu 34fe05cd2d fbdev: nvidiafb: Correct const string length in nvidiafb_setup()
The actual length of const string "noaccel" is 7, but the strncmp()
branch in nvidiafb_setup() wrongly hard codes it as 6.

Fix by using actual length 7 as argument of the strncmp().

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
2025-05-31 10:24:01 +02:00
Documentation automount wart removal 2025-05-30 15:38:29 -07:00
LICENSES
arch EFI updates for v6.16 2025-05-30 12:42:57 -07:00
block
certs
crypto EFI updates for v6.16 2025-05-30 12:42:57 -07:00
drivers fbdev: nvidiafb: Correct const string length in nvidiafb_setup() 2025-05-31 10:24:01 +02:00
fs automount wart removal 2025-05-30 15:38:29 -07:00
include fbdev: atyfb: Remove unused PCI vendor ID 2025-05-31 10:24:01 +02:00
init
io_uring
ipc
kernel automount wart removal 2025-05-30 15:38:29 -07:00
lib
mm RDMA v6.16 merge window pull request 2025-05-30 10:18:56 -07:00
net
rust Merge branch 'pm-cpufreq' 2025-05-30 20:11:09 +02:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS More power management updates for 6.16-rc1 2025-05-30 11:54:29 -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 reStructuredText 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.