mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
006970f36dc5c1fb6871294f2818b7bb26a108e5
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/8431 JIRA: https://redhat.atlassian.net/browse/RHEL-213547 Upstream Status: RHEL only ARK: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4426 Conflicts: Necessary context changes in kernel.spec.template file caused by RHEL9 missing numerous commits compared to ARK. The list of tests on DENYLIST were reduced down to a single test as the rest of the tests are either not in RHEL9 or they are passing. Additional details are provided in the attached JIRA issue. ``` commit e325a62142ca8d5a4fde32b1ed8b32f24cfd5e96 Author: Viktor Malik <vmalik@redhat.com> Date: Mon Mar 30 15:03:17 2026 +0200 redhat: Add DENYLIST.rhel to BPF selftests Upstream status: RHEL only BPF upstream requires specific kernel configuration (defined in tools/testing/selftests/bpf/config*) for the BPF selftests to pass. RHEL does not enable some of the required options and therefore some test cases cannot pass. Upstream uses the DENYLIST file to filter out buggy and flaky tests. To respect that, add a new file DENYLIST.rhel containing the aforementioned test cases. During RPM build, we append the file contents to the global DENYLIST that is now also copied to kernel-selftests-internal. DENYLIST can be applied in test_progs with: # ./test_progs -d @DENYLIST Signed-off-by: Viktor Malik <vmalik@redhat.com> ``` Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com> Approved-by: Viktor Malik <vmalik@redhat.com> Approved-by: Jan Stancek <jstancek@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
…
…
…
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.
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%
Other
0.1%