No description
Find a file
Jakub Kicinski a4cd2f311a Merge branch 'tools-ynl-gen-lift-type-requirement-for-attribute-subsets'
Jiri Pirko says:

====================
tools: ynl-gen: lift type requirement for attribute subsets

Remove the requirement from schema files to specify the "type" for
attribute subsets and adjust existing schema files.
====================

Link: https://lore.kernel.org/r/20231006114436.1725425-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-10-09 19:44:59 -07:00
arch
block
certs
crypto
Documentation netlink: specs: remove redundant type keys from attributes in subsets 2023-10-09 19:44:57 -07:00
drivers cavium/liquidio: replace deprecated strncpy with strscpy 2023-10-09 19:43:14 -07:00
fs
include wireless-next patches for v6.7 2023-10-06 16:07:29 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net: sock_dequeue_err_skb() optimization 2023-10-06 16:29:08 -07:00
rust
samples
scripts
security
sound
tools tools: ynl-gen: use uapi header name for the header guard 2023-10-06 11:35:36 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update LL TEMAC entry to Orphan 2023-10-06 15:49:08 -07:00
Makefile
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.