Go to file
Jan Stancek fe60055ea5 Merge: bpf/selftests: disable get_branch_snapshot test
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2201

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2161527

Upstream status: RHEL-only

The test uses ballpark values that often are not met. I also confirmed
that upstream kernels fail the same way on hardwere where we observed
failures with rhel kernels.

Signed-off-by: Artem Savkov <asavkov@redhat.com>

Approved-by: Yauheni Kaliuta <ykaliuta@redhat.com>
Approved-by: Viktor Malik <vmalik@redhat.com>

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2023-03-29 12:09:30 +02:00
Documentation Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
LICENSES
arch Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
block mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() 2023-03-24 11:19:29 -04:00
certs
crypto Merge tag 'kernel-5.14.0-284.2.1.el9_2' from 9.2 2023-03-17 09:14:43 -03:00
drivers Merge: scsi: qla2xxx: Perform lockless command completion in abort path 2023-03-29 12:09:27 +02:00
fs Merge: CNB: genetlink: start to validate reserved header bytes 2023-03-29 12:09:18 +02:00
include Merge: CNB: genetlink: start to validate reserved header bytes 2023-03-29 12:09:18 +02:00
init init/main.c: return 1 from handled __setup() functions 2023-03-24 11:18:33 -04:00
ipc
kernel Merge: CNB: genetlink: start to validate reserved header bytes 2023-03-29 12:09:18 +02:00
lib mm: fix unexpected changes to {failslab|fail_page_alloc}.attr 2023-03-24 11:19:33 -04:00
mm Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
net Merge: CNB: genetlink: start to validate reserved header bytes 2023-03-29 12:09:18 +02:00
redhat Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
samples samples/bpf: Fix typo in xdp_router_ipv4 sample 2023-03-06 14:54:38 +01:00
scripts Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
security Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
sound
tools Merge: bpf/selftests: disable get_branch_snapshot test 2023-03-29 12:09:30 +02:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt
.clang-format Merge: Update kernel's PCI subsystem to v6.2 2023-03-27 07:05:15 +02:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Fix kernel-64k DataWarehouse name 2023-03-06 21:20:31 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
Makefile kbuild: do not require sub-make for separate output tree builds 2023-03-02 15:50:28 -05:00
Makefile.rhelver [redhat] kernel-5.14.0-292.el9 2023-03-27 14:23:23 +02: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.