Go to file
Ivan Vecera d722fdf67c genetlink: convert control family to split ops
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2175250

commit aba22ca8ccd6954ffbb1a7a671f34300887b4727
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Fri Nov 4 12:13:43 2022 -0700

    genetlink: convert control family to split ops

    Prove that the split ops work.
    Sadly we need to keep bug-wards compatibility and specify
    the same policy for dump as do, even tho we don't parse
    inputs for the dump.

    Signed-off-by: Jakub Kicinski <kuba@kernel.org>
    Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
2023-03-06 16:30:46 +01:00
Documentation
LICENSES
arch
block Merge: Revert "block: freeze the queue earlier in del_gendisk" 2023-02-23 20:27:42 +00:00
certs
crypto
drivers genetlink: start to validate reserved header bytes 2023-03-06 15:42:45 +01:00
fs genetlink: start to validate reserved header bytes 2023-03-06 15:42:45 +01:00
include genetlink: allow families to use split ops directly 2023-03-06 16:30:46 +01:00
init
ipc
kernel genetlink: start to validate reserved header bytes 2023-03-06 15:42:45 +01:00
lib
mm
net genetlink: convert control family to split ops 2023-03-06 16:30:46 +01:00
redhat [redhat] kernel-5.14.0-284.el9 2023-02-27 20:19:13 +00:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-284.el9 2023-02-27 20:19:13 +00:00
README
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.