kernel-rt-4.18.0-484.rt7.273.el8
* Thu Apr 06 2023 John B. Wyatt IV <jwyatt@redhat.com> [4.18.0-484.rt7.273.el8] - [rt] build kernel-rt-4.18.0-484.rt7.273.el8 [2180997] - ethernet: Remove vf rate limit check for drivers (Izabela Bakollari) [2172124] - rtnetlink: verify rate parameters for calls to ndo_set_vf_rate (Izabela Bakollari) [2172124] - sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2117449] - Fix genlog.py to ensure that comments retain "%%" characters. (Eder Zulian) [RHEL-340] - redhat: fix duplicate jira issues in the resolves line (Eder Zulian) [RHEL-340] - redhat: add support for Jira issues in changelog (Eder Zulian) [RHEL-340] - redhat/configs: Put CONFIG_SFC_* to a proper location (Vladis Dronov) - redhat/configs: Put CONFIG_SEV_GUEST to a proper location (Vladis Dronov) - Reinstate "GFS2: free disk inode which is deleted by remote node -V2" (Bob Peterson) [2181343] - iavf: fix hang on reboot with ice (Stefan Assmann) [2181811] - iavf: Fix race condition between iavf_shutdown and iavf_remove (Stefan Assmann) [2181811] - net/ulp: use consistent error code when blocking ULP (Sabrina Dubroca) [2176962] {CVE-2023-0461} - net/ulp: prevent ULP without clone op from entering the LISTEN status (Sabrina Dubroca) [2176962] {CVE-2023-0461} - lockd: lockd server-side shouldn't set fl_ops (Jeffrey Layton) [2179329] - NFS: Correct timing for assigning access cache timestamp (Benjamin Coddington) [2180851] - Switch to z-stream for 8.8 for CKI pipelines (Michael Hofmann) - KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS (Jon Maloy) [2160030] {CVE-2022-2196} Resolves: rhbz#2180997, rhbz#2176962, rhbz#2176962, rhbz#2160030 Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
This commit is contained in:
parent
d938890724
commit
372d4fc9c6
@ -1665,7 +1665,6 @@
|
||||
# CONFIG_SERIO_PS2MULT is not set
|
||||
# CONFIG_SERIO_XILINX_XPS_PS2 is not set
|
||||
# CONFIG_SFC_FALCON is not set
|
||||
# CONFIG_SFC_SIENA is not set
|
||||
# CONFIG_SGI_IOC4 is not set
|
||||
# CONFIG_SI1145 is not set
|
||||
# CONFIG_SI7005 is not set
|
||||
@ -4716,8 +4715,14 @@ CONFIG_SERIO_LIBPS2=y
|
||||
CONFIG_SERIO_RAW=m
|
||||
CONFIG_SERIO_SERPORT=y
|
||||
CONFIG_SFC=m
|
||||
CONFIG_SFC_MCDI_LOGGING=y
|
||||
CONFIG_SFC_MCDI_MON=y
|
||||
CONFIG_SFC_MTD=y
|
||||
CONFIG_SFC_SIENA=m
|
||||
CONFIG_SFC_SIENA_MCDI_LOGGING=y
|
||||
CONFIG_SFC_SIENA_MCDI_MON=y
|
||||
CONFIG_SFC_SIENA_MTD=y
|
||||
CONFIG_SFC_SIENA_SRIOV=y
|
||||
CONFIG_SFC_SRIOV=y
|
||||
CONFIG_SGETMASK_SYSCALL=y
|
||||
CONFIG_SGI_PARTITION=y
|
||||
|
@ -1737,7 +1737,6 @@
|
||||
# CONFIG_SERIO_PS2MULT is not set
|
||||
# CONFIG_SERIO_XILINX_XPS_PS2 is not set
|
||||
# CONFIG_SFC_FALCON is not set
|
||||
# CONFIG_SFC_SIENA is not set
|
||||
# CONFIG_SGI_IOC4 is not set
|
||||
# CONFIG_SI1145 is not set
|
||||
# CONFIG_SI7005 is not set
|
||||
@ -4701,8 +4700,14 @@ CONFIG_SERIO_LIBPS2=y
|
||||
CONFIG_SERIO_RAW=m
|
||||
CONFIG_SERIO_SERPORT=y
|
||||
CONFIG_SFC=m
|
||||
CONFIG_SFC_MCDI_LOGGING=y
|
||||
CONFIG_SFC_MCDI_MON=y
|
||||
CONFIG_SFC_MTD=y
|
||||
CONFIG_SFC_SIENA=m
|
||||
CONFIG_SFC_SIENA_MCDI_LOGGING=y
|
||||
CONFIG_SFC_SIENA_MCDI_MON=y
|
||||
CONFIG_SFC_SIENA_MTD=y
|
||||
CONFIG_SFC_SIENA_SRIOV=y
|
||||
CONFIG_SFC_SRIOV=y
|
||||
CONFIG_SGETMASK_SYSCALL=y
|
||||
CONFIG_SGI_PARTITION=y
|
||||
|
@ -5050,6 +5050,7 @@ CONFIG_SERIO_I8042=y
|
||||
CONFIG_SERIO_LIBPS2=y
|
||||
CONFIG_SERIO_RAW=m
|
||||
CONFIG_SERIO_SERPORT=y
|
||||
CONFIG_SEV_GUEST=m
|
||||
CONFIG_SFC=m
|
||||
CONFIG_SFC_MCDI_LOGGING=y
|
||||
CONFIG_SFC_MCDI_MON=y
|
||||
|
@ -5034,6 +5034,7 @@ CONFIG_SERIO_I8042=y
|
||||
CONFIG_SERIO_LIBPS2=y
|
||||
CONFIG_SERIO_RAW=m
|
||||
CONFIG_SERIO_SERPORT=y
|
||||
CONFIG_SEV_GUEST=m
|
||||
CONFIG_SFC=m
|
||||
CONFIG_SFC_MCDI_LOGGING=y
|
||||
CONFIG_SFC_MCDI_MON=y
|
||||
|
28
kernel.spec
28
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 483
|
||||
%global distro_build 484
|
||||
|
||||
# Sign the x86_64 kernel for secure boot authentication
|
||||
%ifarch x86_64 aarch64 s390x ppc64le
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define rpmversion 4.18.0
|
||||
%define pkgrelease 483.rt7.272.el8
|
||||
%define pkgrelease 484.rt7.273.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 483.rt7.272%{?dist}
|
||||
%define specrelease 484.rt7.273%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .272
|
||||
%global rtbuild .273
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2697,6 +2697,26 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Apr 06 2023 John B. Wyatt IV <jwyatt@redhat.com> [4.18.0-484.rt7.273.el8]
|
||||
- [rt] build kernel-rt-4.18.0-484.rt7.273.el8 [2180997]
|
||||
- ethernet: Remove vf rate limit check for drivers (Izabela Bakollari) [2172124]
|
||||
- rtnetlink: verify rate parameters for calls to ndo_set_vf_rate (Izabela Bakollari) [2172124]
|
||||
- sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2117449]
|
||||
- Fix genlog.py to ensure that comments retain "%%" characters. (Eder Zulian) [RHEL-340]
|
||||
- redhat: fix duplicate jira issues in the resolves line (Eder Zulian) [RHEL-340]
|
||||
- redhat: add support for Jira issues in changelog (Eder Zulian) [RHEL-340]
|
||||
- redhat/configs: Put CONFIG_SFC_* to a proper location (Vladis Dronov)
|
||||
- redhat/configs: Put CONFIG_SEV_GUEST to a proper location (Vladis Dronov)
|
||||
- Reinstate "GFS2: free disk inode which is deleted by remote node -V2" (Bob Peterson) [2181343]
|
||||
- iavf: fix hang on reboot with ice (Stefan Assmann) [2181811]
|
||||
- iavf: Fix race condition between iavf_shutdown and iavf_remove (Stefan Assmann) [2181811]
|
||||
- net/ulp: use consistent error code when blocking ULP (Sabrina Dubroca) [2176962] {CVE-2023-0461}
|
||||
- net/ulp: prevent ULP without clone op from entering the LISTEN status (Sabrina Dubroca) [2176962] {CVE-2023-0461}
|
||||
- lockd: lockd server-side shouldn't set fl_ops (Jeffrey Layton) [2179329]
|
||||
- NFS: Correct timing for assigning access cache timestamp (Benjamin Coddington) [2180851]
|
||||
- Switch to z-stream for 8.8 for CKI pipelines (Michael Hofmann)
|
||||
- KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS (Jon Maloy) [2160030] {CVE-2022-2196}
|
||||
|
||||
* Thu Apr 06 2023 John B. Wyatt IV <jwyatt@redhat.com> [4.18.0-483.rt7.272.el8]
|
||||
- [rt] build kernel-rt-4.18.0-483.rt7.272.el8 [2180997]
|
||||
- tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr (Jerome Marchand) [2174935]
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-483.rt7.272.el8.tar.xz) = e3d4861c53bdbdaf5f42cd049848667c9292a182743e17458a6588216f79734226badad21de01eff4c123e8e9465936c9495047c373a58b26b1c884b328b0216
|
||||
SHA512 (linux-4.18.0-484.rt7.273.el8.tar.xz) = eacbe9667de7b459d3a203747f9d2b3840ef5737d1ba697aee3b1399743320f9eb1b0ef95d082184b5194fb560de9f2543563f79165cdb27c3fdfabf71c218bc
|
||||
|
Loading…
Reference in New Issue
Block a user