Go to file
Artem Savkov e93b81b308 bpf, docs: Remove deprecated xsk libbpf APIs description
Bugzilla: https://bugzilla.redhat.com/2137876

commit fb8ddf24c71dc97d6b07ecb7791b4fa5e7f48efc
Author: Pu Lehui <pulehui@huawei.com>
Date:   Fri Jul 8 12:27:36 2022 +0800

    bpf, docs: Remove deprecated xsk libbpf APIs description
    
    Since xsk APIs has been removed from libbpf, let's clean up the
    BPF docs simutaneously.
    
    Signed-off-by: Pu Lehui <pulehui@huawei.com>
    Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
    Acked-by: Song Liu <song@kernel.org>
    Link: https://lore.kernel.org/bpf/20220708042736.669132-1-pulehui@huawei.com

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2023-01-05 15:46:36 +01:00
Documentation bpf, docs: Remove deprecated xsk libbpf APIs description 2023-01-05 15:46:36 +01:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch bpf: per-cgroup lsm flavor 2023-01-05 15:46:33 +01:00
block Merge: block: Do not reread partition table on exclusively open device 2022-12-23 00:40:44 +00:00
certs certs: Move load_certificate_list() to be with the asymmetric keys code 2022-06-23 11:32:02 +01:00
crypto Merge: crypto: pcrypt - Delay write to padata->info 2023-01-02 15:34:42 +00:00
drivers Merge: [s390]: RHEL9 - zfcp: fix double free of FSF request when qdio send fails 2023-01-05 13:20:26 +00:00
fs Merge: NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE and fix 2023-01-03 18:45:11 +00:00
include bpf: Add helpers to issue and check SYN cookies in XDP 2023-01-05 15:46:36 +01:00
init Merge: BPF and XDP rebase to v5.18 2022-11-21 05:30:47 -05:00
ipc mm,hugetlb: remove mlock ulimit for SHM_HUGETLB 2022-10-12 07:27:31 -04:00
kernel bpf, libbpf: Add type match support 2023-01-05 15:46:35 +01:00
lib Merge: lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead() 2022-12-23 00:35:02 +00:00
mm mm: migrate: fix THP's mapcount on isolation 2022-12-04 07:31:56 +08:00
net bpf: Allow the new syncookie helpers to work with SKBs 2023-01-05 15:46:36 +01:00
redhat Merge: RHEL: ALSA: add kunit module soc-utils-test to mod-internal.list 2023-01-05 13:17:18 +00:00
samples Merge: bpf, xdp: update to 5.19 2022-12-21 20:49:27 +00:00
scripts bpf: Add helpers to issue and check SYN cookies in XDP 2023-01-05 15:46:36 +01:00
security Merge: lockdown: Fix kexec lockdown bypass with ima policy 2022-12-23 00:41:53 +00:00
sound Merge: ALSA: backport for RHEL 9.2 2022-12-08 20:08:09 -03:00
tools selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage 2023-01-05 15:46:36 +01:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml Merge: Updates for automotive_full pipeline 2022-11-23 02:46:02 -05:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: bonding: driver update to v6.1 2022-12-23 00:38:06 +00:00
Makefile Merge DRM changes from upstream v6.0..v6.0.8 2022-12-01 16:05:52 +01:00
Makefile.rhelver [redhat] kernel-5.14.0-228.el9 2023-01-03 18:47:00 +00:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

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.