Skip to content
Snippets Groups Projects
Commit f7dc98dd authored by importbot's avatar importbot
Browse files

import kernel-6.12.0-56.el10

parent 5c8c95a1
No related branches found
No related tags found
No related merge requests found
b03efbd7117bf7c4bb71d9b66a8d1e3057345071e7f540074fba5b95cdf49546 SOURCES/kernel-abi-stablelists-6.12.0-55.el10.tar.xz
e70dd4fcb9d27af0d654cb815372606f64cc61d6fc7f184b3775580e6bc7d511 SOURCES/kernel-kabi-dw-6.12.0-55.el10.tar.xz
561112543e34aef51fdecbe480f7ff1ab77b4cfe7c7cd9a56352d0a150483c7a SOURCES/linux-6.12.0-55.el10.tar.xz
69bb6577a7a13a41a72013c630a2a686d05903a3b735afe20d319647e5c69b83 SOURCES/kernel-abi-stablelists-6.12.0-56.el10.tar.xz
b6876512800e2b776d02c7fde5add55a244099303fe394077ba6a99c1f9d3065 SOURCES/kernel-kabi-dw-6.12.0-56.el10.tar.xz
dc902f67bc909174e4e4c7d60e45f5c879f722d4ec2068ef11fa40fc8644614f SOURCES/linux-6.12.0-56.el10.tar.xz
RHEL_MAJOR = 10
RHEL_MINOR = 0
RHEL_MINOR = 1
#
# RHEL_RELEASE
......@@ -12,7 +12,7 @@ RHEL_MINOR = 0
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 55
RHEL_RELEASE = 56
#
# RHEL_REBASE_NUM
......
* Thu Feb 20 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-56.el10]
- cpupower: Adjust whitespace for amd-pstate specific prints (Steve Best) [RHEL-78946]
- cpupower: Don't fetch maximum latency when EPP is enabled (Steve Best) [RHEL-78946]
- cpupower: Add support for showing energy performance preference (Steve Best) [RHEL-78946]
- cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf (Steve Best) [RHEL-78946]
- cpupower: Add support for amd-pstate preferred core rankings (Steve Best) [RHEL-78946]
- cpupower: Remove spurious return statement (Steve Best) [RHEL-78946]
- cpupower: fix TSC MHz calculation (Steve Best) [RHEL-78946]
- cpupower: revise is_valid flag handling for idle_monitor (Steve Best) [RHEL-78946]
- powercap: call put_device() on an error path in powercap_register_control_type() (Steve Best) [RHEL-79097]
- powercap: intel_rapl: Add support for Panther Lake platform (Steve Best) [RHEL-79097]
- Bump RHEL MINOR to 10.1 (Julio Faracco)
Resolves: RHEL-78946, RHEL-79097
* Sun Feb 16 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.el10]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
......
{
"virt": {
"common": {
"fips-disable.addon": [
"fips=0\n"
],
"fips-enable.addon": [
"fips=1\n"
]
},
"rhel": {
"aarch64": {
"crashkernel-default.addon": [
"crashkernel=1G-4G:256M,4G-64G:320M,64G-:576M\n"
]
}
}
},
"common": {
"crashkernel-1536M.addon": [
"crashkernel=1536M\n"
......@@ -41,5 +24,22 @@
"debug.addon": [
"debug"
]
},
"virt": {
"common": {
"fips-disable.addon": [
"fips=0\n"
],
"fips-enable.addon": [
"fips=1\n"
]
},
"rhel": {
"aarch64": {
"crashkernel-default.addon": [
"crashkernel=1G-4G:256M,4G-64G:320M,64G-:576M\n"
]
}
}
}
}
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment