Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
kernel-rt
Commits
914a258a
Commit
914a258a
authored
Aug 09, 2022
by
Rocky Automation
📺
Browse files
import kernel-rt-5.14.0-70.22.1.rt21.94.el9_0
parent
f9d655b2
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
914a258a
SOURCES/linux-5.14.0-70.
17
.1.rt21.
8
9.el9_0.tar.xz
SOURCES/linux-5.14.0-70.
22
.1.rt21.9
4
.el9_0.tar.xz
SOURCES/rheldup3.x509
SOURCES/rhelkpatch1.x509
.kernel-rt.metadata
View file @
914a258a
f12b3867244766e37484929648856e9535572a0c
SOURCES/linux-5.14.0-70.
17
.1.rt21.
8
9.el9_0.tar.xz
0d672951149279dd9489d5a9c1a8fdefffb679d8
SOURCES/linux-5.14.0-70.
22
.1.rt21.9
4
.el9_0.tar.xz
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509
SOURCES/Makefile.rhelver
View file @
914a258a
...
...
@@ -12,7 +12,7 @@ RHEL_MINOR = 0
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE
=
70.
17
.1
RHEL_RELEASE
=
70.
22
.1
#
# ZSTREAM
...
...
@@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD
:=
.
8
9
RTBUILD
:=
.9
4
SOURCES/kernel-rt-x86_64-debug-rhel.config
View file @
914a258a
...
...
@@ -876,6 +876,8 @@ CONFIG_CRYPTO_ECHAINIV=m
# CONFIG_CRYPTO_ECRDSA is not set
CONFIG_CRYPTO_ESSIV
=
m
CONFIG_CRYPTO_FCRYPT
=
m
# CONFIG_CRYPTO_FIPS_CUSTOM_VERSION is not set
CONFIG_CRYPTO_FIPS_NAME
=
"Linux Kernel Cryptographic API"
CONFIG_CRYPTO_FIPS
=
y
CONFIG_CRYPTO_GCM
=
y
CONFIG_CRYPTO_GF128MUL
=
y
...
...
@@ -1111,6 +1113,7 @@ CONFIG_DMA_ENGINE=y
# CONFIG_DMARD09 is not set
# CONFIG_DMARD10 is not set
# CONFIG_DMA_RESTRICTED_POOL is not set
CONFIG_DMAR_UNITS_SUPPORTED
=
1024
CONFIG_DMATEST
=
m
CONFIG_DM_CACHE
=
m
CONFIG_DM_CACHE_SMQ
=
m
...
...
SOURCES/kernel-rt-x86_64-rhel.config
View file @
914a258a
...
...
@@ -876,6 +876,8 @@ CONFIG_CRYPTO_ECHAINIV=m
# CONFIG_CRYPTO_ECRDSA is not set
CONFIG_CRYPTO_ESSIV
=
m
CONFIG_CRYPTO_FCRYPT
=
m
# CONFIG_CRYPTO_FIPS_CUSTOM_VERSION is not set
CONFIG_CRYPTO_FIPS_NAME
=
"Linux Kernel Cryptographic API"
CONFIG_CRYPTO_FIPS
=
y
CONFIG_CRYPTO_GCM
=
y
CONFIG_CRYPTO_GF128MUL
=
y
...
...
@@ -1103,6 +1105,7 @@ CONFIG_DMA_ENGINE=y
# CONFIG_DMARD09 is not set
# CONFIG_DMARD10 is not set
# CONFIG_DMA_RESTRICTED_POOL is not set
CONFIG_DMAR_UNITS_SUPPORTED
=
1024
CONFIG_DMATEST
=
m
CONFIG_DM_CACHE
=
m
CONFIG_DM_CACHE_SMQ
=
m
...
...
SPECS/kernel.spec
View file @
914a258a
...
...
@@ -121,13 +121,13 @@ Summary: The Linux kernel
%define kversion 5.14
%define rpmversion 5.14.0
%define pkgrelease 70.
17
.1.rt21.
8
9.el9_0
%define pkgrelease 70.
22
.1.rt21.9
4
.el9_0
# This is needed to do merge window version magic
%define patchlevel 14
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 70.
17
.1.rt21.
8
9%{?buildid}%{?dist}
%define specrelease 70.
22
.1.rt21.9
4
%{?buildid}%{?dist}
%define pkg_release %{specrelease}
...
...
@@ -705,7 +705,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
Source0: linux-5.14.0-70.
17
.1.rt21.
8
9.el9_0.tar.xz
Source0: linux-5.14.0-70.
22
.1.rt21.9
4
.el9_0.tar.xz
Source1: Makefile.rhelver
...
...
@@ -1413,8 +1413,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.14.0-70.
17
.1.rt21.
8
9.el9_0 -c
mv linux-5.14.0-70.
17
.1.rt21.
8
9.el9_0 linux-%{KVERREL}
%setup -q -n kernel-5.14.0-70.
22
.1.rt21.9
4
.el9_0 -c
mv linux-5.14.0-70.
22
.1.rt21.9
4
.el9_0 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
...
...
@@ -1521,6 +1521,13 @@ done
%endif
%endif
# Adjust FIPS module name for RHEL
%if 0%{?rhel}
for i in *.config; do
sed -i 's/CONFIG_CRYPTO_FIPS_NAME=.*/CONFIG_CRYPTO_FIPS_NAME="Red Hat Enterprise Linux %{rhel} - Kernel Cryptographic API"/' $i
done
%endif
cp %{SOURCE81} .
OPTS=""
%if %{with_configchecks}
...
...
@@ -3079,7 +3086,7 @@ fi
#
#
%changelog
* Tue
Jul 12
2022 Release Engineering <releng@rockylinux.org> - 5.14.0-70.
17
.1.rt21.
8
9
* Tue
Aug 09
2022 Release Engineering <releng@rockylinux.org> - 5.14.0-70.
22
.1.rt21.9
4
- debranding for Rocky 9.0 (Sherif Nagy)
- Adding prod certs and changed cert date to 20210620 (Sherif Nagy)
- Adding Rocky secure boot certs (Sherif Nagy)
...
...
@@ -3089,6 +3096,65 @@ fi
- Fixing pesign_key_name values (Sherif Nagy)
- Debrand the kernel (Louis Abel)
* Tue Aug 02 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-70.22.1.rt21.94.el9_0]
- [rt] build kernel-rt-5.14.0-70.22.1.rt21.94.el9_0 [2105450]
- PCI: vmd: Revert 2565e5b69c44 ("PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by IOMMU.") (Myron Stowe) [2109974 2084146]
- PCI: vmd: Assign VMD IRQ domain before enumeration (Myron Stowe) [2109974 2084146]
- rhel config: Set DMAR_UNITS_SUPPORTED (Jerry Snitselaar) [2105326 2094984]
- iommu/vt-d: Make DMAR_UNITS_SUPPORTED a config setting (Jerry Snitselaar) [2105326 2094984]
* Tue Jul 26 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-70.21.1.rt21.93.el9_0]
- [rt] build kernel-rt-5.14.0-70.21.1.rt21.93.el9_0 [2105450]
- ibmvnic: fix race between xmit and reset (Gustavo Walbon) [2103085 2061556]
- scsi: core: sysfs: Fix setting device state to SDEV_RUNNING (Chris Leech) [2098251 2095440]
- scsi: core: sysfs: Fix hang when device state is set via sysfs (Chris Leech) [2098251 2095440]
* Tue Jul 19 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-70.20.1.rt21.92.el9_0]
- [rt] build kernel-rt-5.14.0-70.20.1.rt21.92.el9_0 [2105450]
- block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern (Ming Lei) [2108536 2066297] {CVE-2022-0494}
- ahci: Add a generic 'controller2' RAID id (Tomas Henzl) [2099740 2078880]
- ahci: remove duplicated PCI device IDs (Tomas Henzl) [2099740 2042790]
- gfs2: Stop using glock holder auto-demotion for now (Andreas Gruenbacher) [2097306 2082193]
- gfs2: buffered write prefaulting (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Align read and write chunks to the page cache (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Pull return value test out of should_fault_in_pages (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Clean up use of fault_in_iov_iter_{read,write}able (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Variable rename (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Fix filesystem block deallocation for short writes (Andreas Gruenbacher) [2097306 2082193]
- iomap: iomap_write_end cleanup (Andreas Gruenbacher) [2097306 2082193]
- iomap: iomap_write_failed fix (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Don't re-check for write past EOF unnecessarily (Andreas Gruenbacher) [2097306 2082193]
- gfs2: No short reads or writes upon glock contention (Andreas Gruenbacher) [2097306 2082193]
- fs/iomap: Fix buffered write page prefaulting (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Make sure not to return short direct writes (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Remove dead code in gfs2_file_read_iter (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Fix gfs2_file_buffered_write endless loop workaround (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Minor retry logic cleanup (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Disable page faults during lockless buffered reads (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Fix should_fault_in_pages() logic (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Initialize gh_error in gfs2_glock_nq (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Make use of list_is_first (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Switch lock order of inode and iopen glock (Andreas Gruenbacher) [2097306 2082193]
- gfs2: cancel timed-out glock requests (Andreas Gruenbacher) [2097306 2082193]
- gfs2: Expect -EBUSY after canceling dlm locking requests (Andreas Gruenbacher) [2097306 2082193]
- gfs2: gfs2_setattr_size error path fix (Andreas Gruenbacher) [2097306 2082193]
- gfs2: assign rgrp glock before compute_bitstructs (Bob Peterson) [2097306 2082193]
* Thu Jul 14 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-70.19.1.rt21.91.el9_0]
- [rt] build kernel-rt-5.14.0-70.19.1.rt21.91.el9_0 [2105450]
- KVM: x86/mmu: make apf token non-zero to fix bug (Vitaly Kuznetsov) [2100903 2074832]
- powerpc/64: Move paca allocation later in boot (Desnes A. Nunes do Rosario) [2092248 2055566]
- powerpc: Set crashkernel offset to mid of RMA region (Desnes A. Nunes do Rosario) [2092248 2055566]
- powerpc/64s/hash: Make hash faults work in NMI context (Desnes A. Nunes do Rosario) [2092253 2062762]
- [redhat-rt] Update RTBZ for Batch2 (Luis Claudio R. Goncalves)
* Tue Jul 05 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-70.18.1.rt21.90.el9_0]
- [rt] build kernel-rt-5.14.0-70.18.1.rt21.90.el9_0 [2089492]
- NFSv4: Fix free of uninitialized nfs4_label on referral lookup. (Benjamin Coddington) [2101858 2086367]
- NFSv4 only print the label when its queried (Benjamin Coddington) [2101854 2057327]
- crypto: fips - make proc files report fips module name and version (Simo Sorce) [2093384 2080499]
- net: sched: fix use-after-free in tc_new_tfilter() (Ivan Vecera) [2071710 2090410] {CVE-2022-1055}
* Tue Jun 14 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-70.17.1.rt21.89.el9_0]
- [rt] build kernel-rt-5.14.0-70.17.1.rt21.89.el9_0 [2089492]
- netfilter: nf_tables: disallow non-stateful expression in sets earlier (Phil Sutter) [2092992] {CVE-2022-1966}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment