Import from CS git

This commit is contained in:
eabdullin 2025-05-15 09:27:34 +00:00
parent 189f543f90
commit 8309162a1e
3 changed files with 23 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/centossecureboot201.cer
SOURCES/centossecurebootca2.cer
SOURCES/linux-4.18.0-553.51.1.rt7.392.el8_10.tar.xz
SOURCES/linux-4.18.0-553.52.1.rt7.393.el8_10.tar.xz
SOURCES/redhatsecureboot302.cer
SOURCES/redhatsecureboot303.cer
SOURCES/redhatsecureboot501.cer

View File

@ -1,6 +1,6 @@
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
77e20ed7b5529de6ceee1ffccc2313984b866f95 SOURCES/linux-4.18.0-553.51.1.rt7.392.el8_10.tar.xz
39a4427c928a565f7a939b7863fcf15fba8a0b62 SOURCES/linux-4.18.0-553.52.1.rt7.393.el8_10.tar.xz
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer

View File

@ -38,10 +38,10 @@
# define buildid .local
%define specversion 4.18.0
%define pkgrelease 553.51.1.rt7.392.el8_10
%define pkgrelease 553.52.1.rt7.393.el8_10
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 553.51.1.rt7.392%{?dist}
%define specrelease 553.52.1.rt7.393%{?dist}
%define pkg_release %{specrelease}%{?buildid}
@ -148,7 +148,7 @@
# The preempt RT patch level
%global rttag .rt7
# realtimeN
%global rtbuild .392
%global rtbuild .393
%define with_doc 0
%define with_headers 0
%define with_cross_headers 0
@ -576,7 +576,7 @@ Provides: kernel-drm-nouveau = 16\
Provides: %{name}-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\
Requires(pre): %{kernel_prereq}\
Requires(pre): %{initrd_prereq}\
Requires(pre): linux-firmware >= 20200619-99.git3890db36\
Requires(pre): linux-firmware >= 20220713-109.gitdfa29317\
%ifnarch s390x\
Requires(pre): ((grub2 >= 2.02-99) if grub2)\
Requires(pre): ((grub2-efi >= 2.02-99) if grub2-efi)\
@ -2699,6 +2699,23 @@ fi
#
#
%changelog
* Thu May 01 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.52.1.rt7.393.el8_10]
- [rt] build kernel-rt-4.18.0-553.52.1.rt7.393.el8_10 [RHEL-89372]
- netfilter: ipset: add missing range check in bitmap_ip_uadt (Florian Westphal) [RHEL-70268] {CVE-2024-53141}
- NFS: Extend rdirplus mount option with "force|none" (Benjamin Coddington) [RHEL-16285]
- idpf: trigger SW interrupt when exiting wb_on_itr mode (Michal Schmidt) [RHEL-73266]
- idpf: add support for SW triggered interrupts (Michal Schmidt) [RHEL-73266]
- idpf: fix VF dynamic interrupt ctl register initialization (Michal Schmidt) [RHEL-73266]
- idpf: enable WB_ON_ITR (Michal Schmidt) [RHEL-73266]
- redhat: require recent enough linux-firmware for qed (Denys Vlasenko) [RHEL-6342]
- gfs2: deallocate inodes in gfs2_create_inode (Andreas Gruenbacher) [RHEL-7875]
- gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_dealloc (Andreas Gruenbacher) [RHEL-7875]
- gfs2: Move gfs2_dinode_dealloc (Andreas Gruenbacher) [RHEL-7875]
- gfs2: Don't reread inodes unnecessarily (Andreas Gruenbacher) [RHEL-7875]
- gfs2: gfs2_create_inode error handling fix (Andreas Gruenbacher) [RHEL-7875]
- gfs2: No longer use 'extern' in function declarations (Andreas Gruenbacher) [RHEL-7875]
- hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() (CKI Backport Bot) [RHEL-63668] {CVE-2022-49011}
* Thu Apr 24 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.51.1.rt7.392.el8_10]
- [rt] build kernel-rt-4.18.0-553.51.1.rt7.392.el8_10 [RHEL-88408]
- x86/xen: use the whole RCX when picking the right hypercall function (Vitaly Kuznetsov) [RHEL-87072]