import kernel-rt-4.18.0-348.2.1.rt7.132.el8_5
This commit is contained in:
parent
3eb02dae5c
commit
8fc7685d98
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/linux-4.18.0-348.rt7.130.el8.tar.xz
|
||||
SOURCES/linux-4.18.0-348.2.1.rt7.132.el8_5.tar.xz
|
||||
SOURCES/rheldup3.x509
|
||||
SOURCES/rhelkpatch1.x509
|
||||
|
@ -1,3 +1,3 @@
|
||||
839d2fe6e204b9cc417cb6f3bd808917d53e3862 SOURCES/linux-4.18.0-348.rt7.130.el8.tar.xz
|
||||
91486acc2471d1936372591258d9c3ddca507684 SOURCES/linux-4.18.0-348.2.1.rt7.132.el8_5.tar.xz
|
||||
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
|
||||
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509
|
||||
|
@ -42,10 +42,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define rpmversion 4.18.0
|
||||
%define pkgrelease 348.rt7.130.el8
|
||||
%define pkgrelease 348.2.1.rt7.132.el8_5
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 348.rt7.130%{?dist}
|
||||
%define specrelease 348.2.1.rt7.132%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -57,6 +57,7 @@
|
||||
# architecture allows it. All should default to 1 (enabled) and be flipped to
|
||||
# 0 (disabled) by later arch-specific checks.
|
||||
|
||||
%define _with_kabidupchk 1
|
||||
# The following build options are enabled by default.
|
||||
# Use either --without <opt> in your rpmbuild command or force values
|
||||
# to 0 in here to disable them.
|
||||
@ -151,7 +152,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .130
|
||||
%global rtbuild .132
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2631,6 +2632,21 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Nov 08 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.2.1.rt7.132.el8_5]
|
||||
- [rt] build kernel-rt-4.18.0-348.2.1.rt7.132.el8_5 [1939539]
|
||||
- tipc: fix size validations for the MSG_CRYPTO type (Bruno Meneguele) [2020511 2020512] {CVE-2021-43267}
|
||||
- net: Fix skb->csum update in inet_proto_csum_replace16(). (Balazs Nemeth) [2005981 1975193]
|
||||
|
||||
* Wed Nov 03 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.1.1.rt7.131.el8_5]
|
||||
- [rt] build kernel-rt-4.18.0-348.1.1.rt7.131.el8_5 [1939539]
|
||||
- lib/timerqueue: Rely on rbtree semantics for next timer (Phil Auld) [2014677 2007099] {CVE-2021-20317}
|
||||
- mm/hmm: make HMM_MIRROR an implicit option (Rafael Aquini) [2017519 1998534]
|
||||
- mm/hmm: allow HMM_MIRROR on all architectures with MMU (Rafael Aquini) [2017519 1998534]
|
||||
- mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR (Rafael Aquini) [2017519 1998534]
|
||||
- mm: sort out the DEVICE_PRIVATE Kconfig mess (Rafael Aquini) [2017519 1998534]
|
||||
- ceph: skip existing superblocks that are blocklisted or shut down when mounting (Jeffrey Layton) [2017071 2011462]
|
||||
- redhat: switch release to zstream (Bruno Meneguele)
|
||||
|
||||
* Mon Oct 04 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.rt7.130.el8]
|
||||
- [rt] build kernel-rt-4.18.0-348.rt7.130.el8 [1939539]
|
||||
- drm/nouveau/fifo/ga102: initialise chid on return from channel creation (Ben Skeggs) [1997878]
|
||||
|
Loading…
Reference in New Issue
Block a user