kernel-5.14.0-348.el9
* Mon Jul 31 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-348.el9] - i2c: tegra: Fix PEC support for SMBUS block read (Steve Best) [2214531] - perf: arm_cspmu: Add missing MODULE_DEVICE_TABLE (Steve Best) [2224685] - perf/arm_cspmu: Fix event attribute type (Steve Best) [2224685] - perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used (Steve Best) [2224685] - perf: arm_cspmu: Fix variable dereference warning (Steve Best) [2224685] - Revert "cgroup: cgroup-v1: do not exclude cgrp_dfl_root" (Jiri Benc) [2225425] - i2c: tegra: Set ACPI node as primary fwnode (Steve Best) [2222101] - locking/rtmutex: Add a lockdep assert to catch potential nested blocking (Crystal Wood) [2218724] - locking/rtmutex: Avoid pointless blk_flush_plug() invocations (Crystal Wood) [2218724] - locking/rtmutex: Submit/resume work explicitly before/after blocking (Crystal Wood) [2218724] - sched/core: Provide sched_rtmutex() and expose sched work helpers (Crystal Wood) [2218724] - ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN (Hangbin Liu) [RHEL-801] - ip6_tunnel: allow to inherit from VLAN encapsulated IP (Hangbin Liu) [RHEL-801] - ip6_tunnel: fix possible NULL deref in ip6_tnl_xmit (Hangbin Liu) [RHEL-801] - ip6_tunnel: allow routing IPv4 traffic in NBMA mode (Hangbin Liu) [RHEL-801] - ip6_gre: use actual protocol to select xmit (Hangbin Liu) [RHEL-801] - ip6_gre: set DSCP for non-IP (Hangbin Liu) [RHEL-801] - ip_tunnel: allow to inherit from VLAN encapsulated IP (Hangbin Liu) [RHEL-801] - relayfs: fix out-of-bounds access in relay_file_read (Bill O'Donnell) [2215508] {CVE-2023-3268} Resolves: rhbz#2214531, rhbz#2215508, rhbz#2218724, rhbz#2222101, rhbz#2224685, rhbz#2225425, RHEL-801 Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
parent
6d7d3e47c4
commit
5b111535aa
@ -12,7 +12,7 @@ RHEL_MINOR = 3
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 347
|
||||
RHEL_RELEASE = 348
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
29
kernel.spec
29
kernel.spec
@ -161,15 +161,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 347
|
||||
%define pkgrelease 348
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-347.el9
|
||||
%define tarfile_release 5.14.0-348.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 347%{?buildid}%{?dist}
|
||||
%define specrelease 348%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-347.el9
|
||||
%define kabiversion 5.14.0-348.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3698,6 +3698,27 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Jul 31 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-348.el9]
|
||||
- i2c: tegra: Fix PEC support for SMBUS block read (Steve Best) [2214531]
|
||||
- perf: arm_cspmu: Add missing MODULE_DEVICE_TABLE (Steve Best) [2224685]
|
||||
- perf/arm_cspmu: Fix event attribute type (Steve Best) [2224685]
|
||||
- perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used (Steve Best) [2224685]
|
||||
- perf: arm_cspmu: Fix variable dereference warning (Steve Best) [2224685]
|
||||
- Revert "cgroup: cgroup-v1: do not exclude cgrp_dfl_root" (Jiri Benc) [2225425]
|
||||
- i2c: tegra: Set ACPI node as primary fwnode (Steve Best) [2222101]
|
||||
- locking/rtmutex: Add a lockdep assert to catch potential nested blocking (Crystal Wood) [2218724]
|
||||
- locking/rtmutex: Avoid pointless blk_flush_plug() invocations (Crystal Wood) [2218724]
|
||||
- locking/rtmutex: Submit/resume work explicitly before/after blocking (Crystal Wood) [2218724]
|
||||
- sched/core: Provide sched_rtmutex() and expose sched work helpers (Crystal Wood) [2218724]
|
||||
- ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN (Hangbin Liu) [RHEL-801]
|
||||
- ip6_tunnel: allow to inherit from VLAN encapsulated IP (Hangbin Liu) [RHEL-801]
|
||||
- ip6_tunnel: fix possible NULL deref in ip6_tnl_xmit (Hangbin Liu) [RHEL-801]
|
||||
- ip6_tunnel: allow routing IPv4 traffic in NBMA mode (Hangbin Liu) [RHEL-801]
|
||||
- ip6_gre: use actual protocol to select xmit (Hangbin Liu) [RHEL-801]
|
||||
- ip6_gre: set DSCP for non-IP (Hangbin Liu) [RHEL-801]
|
||||
- ip_tunnel: allow to inherit from VLAN encapsulated IP (Hangbin Liu) [RHEL-801]
|
||||
- relayfs: fix out-of-bounds access in relay_file_read (Bill O'Donnell) [2215508] {CVE-2023-3268}
|
||||
|
||||
* Fri Jul 28 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-347.el9]
|
||||
- rxrpc: Truncate UTS_RELEASE for rxrpc version (Marc Dionne) [2222918]
|
||||
- rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues (Marc Dionne) [2222918]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-347.el9.tar.xz) = f044ba518d64d5c7b60363883828d1cb4bbce8b03830fbbc6557fe556884593ce640bb6e964cc0308b9862c1303928a769976255f75a014f2deb00e5a4b83c80
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-347.el9.tar.bz2) = fd9ade56e4633797c768df903c1eed36b4d2d5db39260067df2863db303f29b54115c1faee07c3febe96986eea87fe12b5f266f6a3e5ebd4aaf3630188814ed1
|
||||
SHA512 (kernel-kabi-dw-5.14.0-347.el9.tar.bz2) = 119e820407c58c1868a04aa69c969a881bd672f0f7111a8b382a7369bc89e57667faab180be0b4932dbfbfeb25267787c56fb155dba1ccb244922a7a130d187b
|
||||
SHA512 (linux-5.14.0-348.el9.tar.xz) = d17ec8daea67491c5ec3487d6a29149a655073c55211a9cd367ca8d550325c32eca907d2b54e8e189f090eb32f78b7a28bfa185ed8a9f98428279dc9d1a9d205
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-348.el9.tar.bz2) = 4f918c9b9475e8ddfca8f253ceaece76f1c1df80a21c0b9ee0f45337aac2a0b0b56e8f57cda9eed5286618f439bf83904c96af5a575a5a1c00e291766da75913
|
||||
SHA512 (kernel-kabi-dw-5.14.0-348.el9.tar.bz2) = 119e820407c58c1868a04aa69c969a881bd672f0f7111a8b382a7369bc89e57667faab180be0b4932dbfbfeb25267787c56fb155dba1ccb244922a7a130d187b
|
||||
|
Loading…
Reference in New Issue
Block a user