* Thu May 22 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-89.el10]
- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) [RHEL-92881]
- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) [RHEL-92881]
- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) [RHEL-92881]
- redhat: create 'systemd-volatile-overlay' addon for UKI (Emanuele Giuseppe Esposito) [RHEL-92882]
- vfio/pci: Align huge faults to order (Alex Williamson) [RHEL-89852]
- cifs: Fix integer overflow while processing closetimeo mount option (CKI Backport Bot) [RHEL-87906] {CVE-2025-21962}
- scsi: iscsi: Fix missing scsi_host_put() in error path (Chris Leech) [RHEL-90551]
- scsi: qla4xxx: Constify 'struct bin_attribute' (Chris Leech) [RHEL-90551]
- scsi: qedi: Constify 'struct bin_attribute' (Chris Leech) [RHEL-90551]
- scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() (Chris Leech) [RHEL-90551]
- net: fix geneve_opt length integer overflow (CKI Backport Bot) [RHEL-87978] {CVE-2025-22055}
- tcp: drop secpath at the same time as we currently drop dst (Sabrina Dubroca) [RHEL-70101 RHEL-83227] {CVE-2025-21864}
Resolves: RHEL-70101, RHEL-83227, RHEL-87906, RHEL-87978, RHEL-89852, RHEL-90551, RHEL-92881, RHEL-92882
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"systemd-volatile-overlay.addon": [
|
|
"systemd.volatile=overlay"
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |