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
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
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 <linux-kernel@vger.kernel.org> | ||
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
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: virtualization@lists.linux-foundation.org | ||
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: virtualization@lists.linux-foundation.org | ||
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: virtualization@lists.linux-foundation.org | ||
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: virtualization@lists.linux-foundation.org | ||
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: virtualization@lists.linux-foundation.org | ||
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
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 <linux-mm@kvack.org> | ||
Description: Interface for NUMA | ||
|
||
What: /sys/kernel/mm/numa/demotion_enabled | ||
Date: June 2021 | ||
Contact: Linux memory management mailing list <linux-mm@kvack.org> | ||
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.