Go to file
zhoumin 228bf041a7 vfat: remove unused variable
Remove unused variable definition and related function definition and
redundant variable assignments within functions.

Link: https://lkml.kernel.org/r/tencent_9DE7CC9367096503F6ADD2BD960079267406@qq.com
Signed-off-by: zhoumin <teczm@foxmail.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-09-13 17:32:47 -07:00
Documentation kcov: load acquire coverage count in user-space code 2025-09-13 17:32:44 -07:00
LICENSES
arch x86/kexec: carry forward the boot DTB on kexec 2025-09-13 17:32:43 -07:00
block
certs
crypto
drivers
fs vfat: remove unused variable 2025-09-13 17:32:47 -07:00
include nvmem: update a comment related to struct nvmem_config 2025-09-13 17:32:45 -07:00
init init: handle bootloader identifier in kernel parameters 2025-09-13 17:32:45 -07:00
io_uring
ipc
kernel watchdog/softlockup: fix incorrect CPU utilization output during softlockup 2025-09-13 17:32:47 -07:00
lib alloc_tag: use str_on_off() helper 2025-09-13 17:32:47 -07:00
mm
net
rust
samples
scripts checkpatch: allow http links of any length in commit logs 2025-09-13 17:32:45 -07:00
security
sound
tools idr test suite: remove usage of the deprecated ida_simple_xx() API 2025-09-13 17:32:44 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.