Linux kernel source tree
Go to file
Kuniyuki Iwashima fd9faac372 selftest: af_unix: Silence -Wall warning for scm_pid.c.
-Wall found 2 unused variables in scm_pid.c:

scm_pidfd.c: In function ‘parse_cmsg’:
scm_pidfd.c:140:13: warning: unused variable ‘data’ [-Wunused-variable]
  140 |         int data = 0;
      |             ^~~~
scm_pidfd.c: In function ‘cmsg_check_dead’:
scm_pidfd.c:246:15: warning: unused variable ‘client_pid’ [-Wunused-variable]
  246 |         pid_t client_pid;
      |               ^~~~~~~~~~

Let's remove these variables.

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250811215432.3379570-5-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-08-12 18:01:53 -07:00
Documentation dt-bindings: nfc: ti,trf7970a: Drop 'db' suffix duplicating dtschema 2025-08-12 14:12:29 -07:00
LICENSES
arch more s390 updates for 6.17 merge window 2025-08-08 06:56:55 +03:00
block
certs
crypto Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
drivers netconsole: use netpoll_parse_ip_addr in local_ip_store 2025-08-12 17:32:42 -07:00
fs for-6.17-fix-tag 2025-08-06 15:52:56 +03:00
include Previous releases - regressions: 2025-08-08 07:03:25 +03:00
init Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
io_uring
ipc
kernel Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
lib printk changes for 6.17 2025-08-04 10:54:36 -07:00
mm Significant patch series in this pull request: 2025-08-05 16:02:07 +03:00
net net/sched: Remove redundant memset(0) call in reset_policy() 2025-08-12 17:13:29 -07:00
rust Rust changes for v6.17 2025-08-03 13:49:10 -07:00
samples Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
scripts Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
security + Features 2025-08-04 08:17:28 -07:00
sound pci-v6.17-changes 2025-08-01 13:59:07 -07:00
tools selftest: af_unix: Silence -Wall warning for scm_pid.c. 2025-08-12 18:01:53 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
Kbuild
Kconfig
MAINTAINERS Input updates for v6.17-rc0 2025-08-07 07:40:01 +03:00
Makefile Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
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.