Go to file
Artem Savkov a64a639f30 selftests/bpf: Verify optval=NULL case
Bugzilla: https://bugzilla.redhat.com/2221599

commit 833d67ecdc5f35f1ebf59d0fccc1ce771434be9c
Author: Stanislav Fomichev <sdf@google.com>
Date:   Tue Apr 18 15:53:39 2023 -0700

    selftests/bpf: Verify optval=NULL case
    
    Make sure we get optlen exported instead of getting EFAULT.
    
    Signed-off-by: Stanislav Fomichev <sdf@google.com>
    Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
    Link: https://lore.kernel.org/bpf/20230418225343.553806-3-sdf@google.com

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2023-09-22 09:12:32 +02:00
Documentation bpf,docs: Remove KF_KPTR_GET from documentation 2023-09-22 09:12:31 +02:00
LICENSES
arch bpf: Support 64-bit pointers to kfuncs 2023-09-22 09:12:30 +02:00
block blk-throttle: Fix io statistics for cgroup v1 2023-09-04 11:23:22 +08:00
certs
crypto crypto: algboss - compile out test-related code when tests disabled 2023-09-06 08:16:46 -04:00
drivers bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs 2023-09-22 09:12:25 +02:00
fs Merge tag 'kernel-5.14.0-362.4.1.el9_3' from 9.3 2023-09-20 19:33:56 +02:00
include bpf: Set skb redirect and from_ingress info in __bpf_tx_skb 2023-09-22 09:12:31 +02:00
init
io_uring RHEL only: mark io_uring tech preview 2023-08-14 15:33:56 -04:00
ipc
kernel bpf: Don't EFAULT for getsockopt with optval=NULL 2023-09-22 09:12:32 +02:00
lib Merge: kernel: x86/mm: Randomize per-cpu entry area [rhel-9] 2023-08-16 09:41:27 +02:00
mm Merge: mm/nvdimm: fix failure to install os on some ppc systems 2023-08-10 17:12:45 +00:00
net bpf: Set skb redirect and from_ingress info in __bpf_tx_skb 2023-09-22 09:12:31 +02:00
redhat [redhat] kernel-5.14.0-368.el9 2023-09-21 10:23:16 -04:00
samples samples/bpf: sampleip: Replace PAGE_OFFSET with _text address 2023-09-22 09:12:30 +02:00
scripts bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages 2023-09-22 09:12:27 +02:00
security Merge: io_uring: pull in fixes from upstream 2023-08-17 11:14:52 +02:00
sound
tools selftests/bpf: Verify optval=NULL case 2023-09-22 09:12:32 +02:00
usr
virt
.clang-format PCI: Introduce pci_dev_for_each_resource() 2023-09-05 09:16:40 -06:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml redhat: change default dist suffix for RHEL 9.3 2023-08-29 09:45:47 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: power: TPMI UFS (Uncore Frequency Scaling) Driver 2023-09-18 12:44:37 -04:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-368.el9 2023-09-21 10:23:16 -04: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.