45e06e340a
* Mon Jan 27 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-46.el10] - redhat: hsr: Mark as tech preview (Felix Maurer) [RHEL-74748] - xfs: Mark all experimental code as tech preview (Bill O'Donnell) [RHEL-64936] - redhat: create 'debug' addon for UKI (Li Tian) [RHEL-70836] - mptcp: disable by default (Davide Caratti) [RHEL-74247] - initramfs: avoid filename buffer overrun (Rafael Aquini) [RHEL-73366] {CVE-2024-53142} - redhat/configs: set new PKEY_UV option on s390 (Mete Durlu) [RHEL-24135] - s390/crypto: Add hardware acceleration for full AES-XTS mode (Mete Durlu) [RHEL-24136] - s390/crypto: Postpone the key split to key conversion (Mete Durlu) [RHEL-24136] - s390/crypto: Introduce function for tokenize clearkeys (Mete Durlu) [RHEL-24136] - s390/crypto: Generalize parameters for key conversion (Mete Durlu) [RHEL-24136] - s390/crypto: Use module-local structures for protected keys (Mete Durlu) [RHEL-24136] - s390/crypto: Convert to reverse x-mas tree, rename ret to rc (Mete Durlu) [RHEL-24136] - s390/pkey: Tolerate larger key blobs (Mete Durlu) [RHEL-24136] - s390/pkey: Add new pkey handler module pkey-uv (Mete Durlu) [RHEL-24135] - s390/pkey: Build module name array selectively based on kernel config options (Mete Durlu) [RHEL-24135] - s390/pkey: Fix checkpatch findings in pkey header file (Mete Durlu) [RHEL-24135] - s390/pkey: Rework pkey verify for protected keys (Mete Durlu) [RHEL-24135] - s390/pkey: Simplify protected key length calculation code (Mete Durlu) [RHEL-24135] - s390/zcrypt: Cleanup include zcrypt_api.h (Mete Durlu) [RHEL-24135] - ipvs: speed up reads from ip_vs_conn proc file (Florian Westphal) [RHEL-68933] - PCI: Batch BAR sizing operations (Myron Stowe) [RHEL-76026] - xfrm: mark packet offload as tech preview (Sabrina Dubroca) [RHEL-75472] - mm/kmemleak: fix sleeping function called from invalid context at print message (CKI Backport Bot) [RHEL-74104] {CVE-2024-57885} - mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (CKI Backport Bot) [RHEL-74099] {CVE-2024-57884} - bnxt_en: Fix DIM shutdown (Michal Schmidt) [RHEL-73718] - bnxt_en: Fix possible memory leak when hwrm_req_replace fails (Michal Schmidt) [RHEL-73718] - bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (Michal Schmidt) [RHEL-73718] - bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (Michal Schmidt) [RHEL-73718] - selftests: drv-net: rss_ctx: Add test for ntuple rule (Michal Schmidt) [RHEL-73718] - bnxt_en: ethtool: Supply ntuple rss context action (Michal Schmidt) [RHEL-73718] Resolves: RHEL-24135, RHEL-24136, RHEL-64936, RHEL-68933, RHEL-70836, RHEL-73366, RHEL-73718, RHEL-74099, RHEL-74104, RHEL-74247, RHEL-74748, RHEL-75472, RHEL-76026 Signed-off-by: Jan Stancek <jstancek@redhat.com>
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"crashkernel-192M.addon": [
|
|
"crashkernel=192M\n"
|
|
],
|
|
"crashkernel-1G.addon": [
|
|
"crashkernel=1G\n"
|
|
],
|
|
"crashkernel-256M.addon": [
|
|
"crashkernel=256M\n"
|
|
],
|
|
"crashkernel-2G.addon": [
|
|
"crashkernel=2G\n"
|
|
],
|
|
"crashkernel-512M.addon": [
|
|
"crashkernel=512M\n"
|
|
],
|
|
"crashkernel-default.addon": [
|
|
"crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\n"
|
|
],
|
|
"debug.addon": [
|
|
"debug"
|
|
]
|
|
}
|
|
} |