forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes representative of linux-5.14.0-70.13.1.el9_0.tar.xz
- Loading branch information
Showing
13,000 changed files
with
391,988 additions
and
97,717 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--mpath redhat/rhdocs/info/RHMAINTAINERS --no-git --no-git-fallback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# This CI will only work for project members. CI for public contributors | ||
# runs via a webhook on the merge requests. There's nothing you have to do if | ||
# you want your changes tested -- created pipeline will be automatically | ||
# linked in the merge request and appropriate labels will be added to it. | ||
# Changes to this file will NOT be reflected in the webhook testing. | ||
|
||
include: | ||
- project: cki-project/pipeline-definition | ||
ref: main | ||
file: kernel_templates.yml | ||
|
||
workflow: !reference [.workflow] | ||
|
||
.9-common: | ||
variables: | ||
srpm_make_target: dist-srpm | ||
native_tools: 'true' | ||
architectures: 'x86_64 ppc64le aarch64 s390x' | ||
POWER_BUILDER_SUFFIX: '-p9' | ||
disttag_override: '.el9_0' | ||
|
||
.trigger_rhel9_pipeline: | ||
trigger: | ||
branch: rhel9 | ||
variables: | ||
name: rhel9 | ||
builder_image: quay.io/cki/builder-rhel9 | ||
kpet_tree_family: rhel9 | ||
|
||
.realtime_check_rhel9: | ||
trigger: | ||
branch: rhel9-rt | ||
variables: | ||
name: kernel-rt-rhel9 | ||
kpet_tree_family: rhel9-rt | ||
|
||
.realtime_full_rhel9: | ||
variables: | ||
name: kernel-rt-rhel9 | ||
kpet_tree_family: rhel9-rt | ||
RUN_ONLY_FOR_RT: 'true' | ||
|
||
# RHEL9 CI | ||
rhel9_merge_request: | ||
extends: [.internal, .merge_request, .rhel_common, .with_notifications, | ||
.9-common, .trigger_rhel9_pipeline] | ||
|
||
rhel9_realtime_check_merge_request: | ||
extends: [.internal, .merge_request, | ||
.9-common, | ||
.realtime_check_common, | ||
.trigger_rhel9_pipeline, .realtime_check_rhel9] | ||
|
||
rhel9_baseline: | ||
extends: [.internal, .baseline, .rhel_common, .with_notifications, | ||
.9-common, .trigger_rhel9_pipeline] | ||
|
||
rhel9_realtime_check_baseline: | ||
extends: [.internal, .baseline, | ||
.9-common, | ||
.realtime_check_baseline, | ||
.trigger_rhel9_pipeline, .realtime_check_rhel9] | ||
|
||
rhel9_baseline_coverage_build: | ||
extends: [.internal, .baseline, .rhel_common, .only_build_and_publish, .coverage, | ||
.9-common, .trigger_rhel9_pipeline] | ||
|
||
# RHEL9 realtime branch CI | ||
rhel9_realtime_merge_request: | ||
extends: [.internal, .merge_request, | ||
.9-common, | ||
.realtime_pipeline_common, | ||
.trigger_rhel9_pipeline, .realtime_full_rhel9] | ||
|
||
rhel9_realtime_baseline: | ||
extends: [.internal, .baseline, | ||
.9-common, | ||
.realtime_pipeline_common, | ||
.trigger_rhel9_pipeline, .realtime_full_rhel9] | ||
|
||
# RHEL9 private CI (including RT branches) | ||
rhel9_merge_request_private: | ||
extends: [.scratch, .merge_request, .rhel_common, | ||
.9-common, .trigger_rhel9_pipeline] | ||
|
||
rhel9_realtime_check_merge_request_private: | ||
extends: [.scratch, .merge_request, | ||
.9-common, | ||
.realtime_check_common, | ||
.trigger_rhel9_pipeline, .realtime_check_rhel9] | ||
|
||
rhel9_realtime_merge_request_private: | ||
extends: [.scratch, .merge_request, | ||
.9-common, | ||
.realtime_pipeline_common, | ||
.trigger_rhel9_pipeline, .realtime_full_rhel9] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,6 +211,13 @@ Contact: [email protected] | |
Description: Indicate whether ATS disable is turned on for the workqueue. | ||
0 indicates ATS is on, and 1 indicates ATS is off for the workqueue. | ||
|
||
What: /sys/bus/dsa/devices/wq<m>.<n>/occupancy | ||
Date May 25, 2021 | ||
KernelVersion: 5.14.0 | ||
Contact: [email protected] | ||
Description: Show the current number of entries in this WQ if WQ Occupancy | ||
Support bit WQ capabilities is 1. | ||
|
||
What: /sys/bus/dsa/devices/engine<m>.<n>/group_id | ||
Date: Oct 25, 2019 | ||
KernelVersion: 5.6.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,18 @@ Description: | |
For more details refer Documentation/admin-guide/iostats.rst | ||
|
||
|
||
What: /sys/block/<disk>/diskseq | ||
Date: February 2021 | ||
Contact: Matteo Croce <[email protected]> | ||
Description: | ||
The /sys/block/<disk>/diskseq files reports the disk | ||
sequence number, which is a monotonically increasing | ||
number assigned to every drive. | ||
Some devices, like the loop device, refresh such number | ||
every time the backing file is changed. | ||
The value type is 64 bit unsigned. | ||
|
||
|
||
What: /sys/block/<disk>/<part>/stat | ||
Date: February 2008 | ||
Contact: Jerome Marchand <[email protected]> | ||
|
13 changes: 13 additions & 0 deletions
13
Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
What: /sys/bus/event_source/devices/uncore_*/alias | ||
Date: June 2021 | ||
KernelVersion: 5.15 | ||
Contact: Linux kernel mailing list <[email protected]> | ||
Description: Read-only. An attribute to describe the alias name of | ||
the uncore PMU if an alias exists on some platforms. | ||
The 'perf(1)' tool should treat both names the same. | ||
They both can be used to access the uncore PMU. | ||
|
||
Example: | ||
|
||
$ cat /sys/devices/uncore_cha_2/alias | ||
uncore_type_0_2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,6 +121,23 @@ Description: | |
child buses, and re-discover devices removed earlier | ||
from this part of the device tree. | ||
|
||
What: /sys/bus/pci/devices/.../reset_method | ||
Date: August 2021 | ||
Contact: Amey Narkhede <[email protected]> | ||
Description: | ||
Some devices allow an individual function to be reset | ||
without affecting other functions in the same slot. | ||
|
||
For devices that have this support, a file named | ||
reset_method is present in sysfs. Reading this file | ||
gives names of the supported and enabled reset methods and | ||
their ordering. Writing a space-separated list of names of | ||
reset methods sets the reset methods and ordering to be | ||
used when resetting the device. Writing an empty string | ||
disables the ability to reset the device. Writing | ||
"default" enables all supported reset methods in the | ||
default ordering. | ||
|
||
What: /sys/bus/pci/devices/.../reset | ||
Date: July 2009 | ||
Contact: Michael S. Tsirkin <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
What: /sys/bus/vdpa/driver_autoprobe | ||
Date: March 2020 | ||
Contact: [email protected] | ||
Description: | ||
This file determines whether new devices are immediately bound | ||
to a driver after the creation. It initially contains 1, which | ||
means the kernel automatically binds devices to a compatible | ||
driver immediately after they are created. | ||
|
||
Writing "0" to this file disable this feature, any other string | ||
enable it. | ||
|
||
What: /sys/bus/vdpa/driver_probe | ||
Date: March 2020 | ||
Contact: [email protected] | ||
Description: | ||
Writing a device name to this file will cause the kernel binds | ||
devices to a compatible driver. | ||
|
||
This can be useful when /sys/bus/vdpa/driver_autoprobe is | ||
disabled. | ||
|
||
What: /sys/bus/vdpa/drivers/.../bind | ||
Date: March 2020 | ||
Contact: [email protected] | ||
Description: | ||
Writing a device name to this file will cause the driver to | ||
attempt to bind to the device. This is useful for overriding | ||
default bindings. | ||
|
||
What: /sys/bus/vdpa/drivers/.../unbind | ||
Date: March 2020 | ||
Contact: [email protected] | ||
Description: | ||
Writing a device name to this file will cause the driver to | ||
attempt to unbind from the device. This may be useful when | ||
overriding default bindings. | ||
|
||
What: /sys/bus/vdpa/devices/.../driver_override | ||
Date: November 2021 | ||
Contact: [email protected] | ||
Description: | ||
This file allows the driver for a device to be specified. | ||
When specified, only a driver with a name matching the value | ||
written to driver_override will have an opportunity to bind to | ||
the device. The override is specified by writing a string to the | ||
driver_override file (echo vhost-vdpa > driver_override) and may | ||
be cleared with an empty string (echo > driver_override). | ||
This returns the device to standard matching rules binding. | ||
Writing to driver_override does not automatically unbind the | ||
device from its current driver or make any attempt to | ||
automatically load the specified driver. If no driver with a | ||
matching name is currently loaded in the kernel, the device will | ||
not bind to any driver. This also allows devices to opt-out of | ||
driver binding using a driver_override name such as "none". | ||
Only a single driver may be specified in the override, there is | ||
no support for parsing delimiters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,3 +272,14 @@ Description: | |
|
||
Note that any changes to this attribute requires a reboot | ||
for changes to take effect. | ||
|
||
What: /sys/class/firmware-attributes/*/attributes/debug_cmd | ||
Date: July 2021 | ||
KernelVersion: 5.14 | ||
Contact: Mark Pearson <[email protected]> | ||
Description: | ||
This write only attribute can be used to send debug commands to the BIOS. | ||
This should only be used when recommended by the BIOS vendor. Vendors may | ||
use it to enable extra debug attributes or BIOS features for testing purposes. | ||
|
||
Note that any changes to this attribute requires a reboot for changes to take effect. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
What: /sys/kernel/mm/numa/ | ||
Date: June 2021 | ||
Contact: Linux memory management mailing list <[email protected]> | ||
Description: Interface for NUMA | ||
|
||
What: /sys/kernel/mm/numa/demotion_enabled | ||
Date: June 2021 | ||
Contact: Linux memory management mailing list <[email protected]> | ||
Description: Enable/disable demoting pages during reclaim | ||
|
||
Page migration during reclaim is intended for systems | ||
with tiered memory configurations. These systems have | ||
multiple types of memory with varied performance | ||
characteristics instead of plain NUMA systems where | ||
the same kind of memory is found at varied distances. | ||
Allowing page migration during reclaim enables these | ||
systems to migrate pages from fast tiers to slow tiers | ||
when the fast tier is under pressure. This migration | ||
is performed before swap. It may move data to a NUMA | ||
node that does not fall into the cpuset of the | ||
allocating process which might be construed to violate | ||
the guarantees of cpusets. This should not be enabled | ||
on systems which need strict cpuset location | ||
guarantees. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.