kernel-rt-5.14.0-49.rt21.49.el9
* Thu Jan 27 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-49.rt21.49.el9] - net: skb: use kfree_skb_reason() in __udp4_lib_rcv() (Antoine Tenart) [2041931] - net: skb: use kfree_skb_reason() in tcp_v4_rcv() (Antoine Tenart) [2041931] - net: skb: introduce kfree_skb_reason() (Antoine Tenart) [2041931] - net: add kerneldoc comment for sk_peer_lock (Guillaume Nault) [2037783] - af_unix: fix races in sk_peer_pid and sk_peer_cred accesses (Guillaume Nault) [2037783] {CVE-2021-4203} - netfilter: nat: force port remap to prevent shadowing well-known ports (Florian Westphal) [2006169] {CVE-2021-3773} - netfilter: conntrack: tag conntracks picked up in local out hook (Florian Westphal) [2006169] - selftests: nft_nat: switch port shadow test cases to socat (Florian Westphal) [2006169] - selftests: nft_nat: Simplify port shadow notrack test (Florian Westphal) [2006169] - selftests: nft_nat: Improve port shadow test stability (Florian Westphal) [2006169] - selftests: nft_nat: add udp hole punch test case (Florian Westphal) [2006169] - net: Remove redundant if statements (Petr Oros) [2037315] - netdevice: add the case if dev is NULL (Petr Oros) [2037315] - redhat: fix the exclusion of rhdocs changes entries in the changelog (Herton R. Krzesinski) - get_maintainer.conf: Update with new location of RHMAINTAINERS (Prarit Bhargava) - redhat: make pathspec exclusion compatible with old git versions (Herton R. Krzesinski) - redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava) - tree: remove existing redhat/rhdocs subtree in 9.0 (Prarit Bhargava) - CI: Use realtime_check_baseline template (Veronika Kabatova) - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic (Gustavo Walbon) [2025518] - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option (Gustavo Walbon) [2025518] - powerpc/pseries: use slab context cpumask allocation in CPU hotplug init (Waiman Long) [2019671] - powerpc/pseries: Fix build error when NUMA=n (Waiman Long) [2019671] - powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblings (Diego Domingos) [2039639] - powerpc/cacheinfo: Remove the redundant get_shared_cpu_map() (Diego Domingos) [2039639] - powerpc/cacheinfo: Lookup cache by dt node and thread-group id (Diego Domingos) [2039639] - powerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192 (Diego Domingos) [2039163] - powerpc: remove cpu_online_cores_map function (Diego Domingos) [2039163] - adding support for c9s automotive coverage build (bgrech) - CI: Use tagged containers (Veronika Kabatova) - xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate (Carlos Maiolino) [2034871] {CVE-2021-4155} - selftests/powerpc: skip tests for unavailable mitigations. (Diego Domingos) [2021389] - selftests/powerpc: Use date instead of EPOCHSECONDS in mitigation-patching.sh (Diego Domingos) [2021389] - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate (William Zhao) [2037810] - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hypercall (Vitaly Kuznetsov) [2036570] - net: vlan: fix underflow for the real_dev refcnt (Balazs Nemeth) [2030036] - net: vlan: fix a UAF in vlan_dev_real_dev() (Balazs Nemeth) [2030036] Resolves: rhbz#2002474, rhbz#2006169, rhbz#2019671, rhbz#2021389, rhbz#2025518, rhbz#2030036, rhbz#2034871, rhbz#2036570, rhbz#2037315, rhbz#2037783, rhbz#2037810, rhbz#2039163, rhbz#2039639, rhbz#2041931
This commit is contained in:
parent
b74c2ed459
commit
fec7280ffa
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 48
|
||||
RHEL_RELEASE = 49
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.48
|
||||
RTBUILD:=.49
|
||||
|
51
kernel.spec
51
kernel.spec
@ -85,7 +85,7 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
%global distro_build 48
|
||||
%global distro_build 49
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
@ -129,13 +129,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 48.rt21.48.el9
|
||||
%define pkgrelease 49.rt21.49.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 48.rt21.48%{?buildid}%{?dist}
|
||||
%define specrelease 49.rt21.49%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -708,7 +708,7 @@ BuildRequires: lld
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.14.0-48.rt21.48.el9.tar.xz
|
||||
Source0: linux-5.14.0-49.rt21.49.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1435,8 +1435,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-48.rt21.48.el9 -c
|
||||
mv linux-5.14.0-48.rt21.48.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-49.rt21.49.el9 -c
|
||||
mv linux-5.14.0-49.rt21.49.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3086,6 +3086,45 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jan 27 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-49.rt21.49.el9]
|
||||
- net: skb: use kfree_skb_reason() in __udp4_lib_rcv() (Antoine Tenart) [2041931]
|
||||
- net: skb: use kfree_skb_reason() in tcp_v4_rcv() (Antoine Tenart) [2041931]
|
||||
- net: skb: introduce kfree_skb_reason() (Antoine Tenart) [2041931]
|
||||
- net: add kerneldoc comment for sk_peer_lock (Guillaume Nault) [2037783]
|
||||
- af_unix: fix races in sk_peer_pid and sk_peer_cred accesses (Guillaume Nault) [2037783] {CVE-2021-4203}
|
||||
- netfilter: nat: force port remap to prevent shadowing well-known ports (Florian Westphal) [2006169] {CVE-2021-3773}
|
||||
- netfilter: conntrack: tag conntracks picked up in local out hook (Florian Westphal) [2006169]
|
||||
- selftests: nft_nat: switch port shadow test cases to socat (Florian Westphal) [2006169]
|
||||
- selftests: nft_nat: Simplify port shadow notrack test (Florian Westphal) [2006169]
|
||||
- selftests: nft_nat: Improve port shadow test stability (Florian Westphal) [2006169]
|
||||
- selftests: nft_nat: add udp hole punch test case (Florian Westphal) [2006169]
|
||||
- net: Remove redundant if statements (Petr Oros) [2037315]
|
||||
- netdevice: add the case if dev is NULL (Petr Oros) [2037315]
|
||||
- redhat: fix the exclusion of rhdocs changes entries in the changelog (Herton R. Krzesinski)
|
||||
- get_maintainer.conf: Update with new location of RHMAINTAINERS (Prarit Bhargava)
|
||||
- redhat: make pathspec exclusion compatible with old git versions (Herton R. Krzesinski)
|
||||
- redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava)
|
||||
- tree: remove existing redhat/rhdocs subtree in 9.0 (Prarit Bhargava)
|
||||
- CI: Use realtime_check_baseline template (Veronika Kabatova)
|
||||
- powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic (Gustavo Walbon) [2025518]
|
||||
- powerpc: handle kdump appropriately with crash_kexec_post_notifiers option (Gustavo Walbon) [2025518]
|
||||
- powerpc/pseries: use slab context cpumask allocation in CPU hotplug init (Waiman Long) [2019671]
|
||||
- powerpc/pseries: Fix build error when NUMA=n (Waiman Long) [2019671]
|
||||
- powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblings (Diego Domingos) [2039639]
|
||||
- powerpc/cacheinfo: Remove the redundant get_shared_cpu_map() (Diego Domingos) [2039639]
|
||||
- powerpc/cacheinfo: Lookup cache by dt node and thread-group id (Diego Domingos) [2039639]
|
||||
- powerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192 (Diego Domingos) [2039163]
|
||||
- powerpc: remove cpu_online_cores_map function (Diego Domingos) [2039163]
|
||||
- adding support for c9s automotive coverage build (bgrech)
|
||||
- CI: Use tagged containers (Veronika Kabatova)
|
||||
- xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate (Carlos Maiolino) [2034871] {CVE-2021-4155}
|
||||
- selftests/powerpc: skip tests for unavailable mitigations. (Diego Domingos) [2021389]
|
||||
- selftests/powerpc: Use date instead of EPOCHSECONDS in mitigation-patching.sh (Diego Domingos) [2021389]
|
||||
- ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate (William Zhao) [2037810]
|
||||
- KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hypercall (Vitaly Kuznetsov) [2036570]
|
||||
- net: vlan: fix underflow for the real_dev refcnt (Balazs Nemeth) [2030036]
|
||||
- net: vlan: fix a UAF in vlan_dev_real_dev() (Balazs Nemeth) [2030036]
|
||||
|
||||
* Tue Jan 25 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-48.rt21.48.el9]
|
||||
- net: mana: Add RX fencing (Mohammed Gamal) [2030357]
|
||||
- net: mana: Add XDP support (Mohammed Gamal) [2030357]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-48.rt21.48.el9.tar.xz) = 3ae0396c409b7f7cca8d8b69d2747a902de2bba654a17e9753e92223a61fd8a940ee74679f4a48b517b20fb56c1c722ee9658c694ea696bc2b68e7a00313950e
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-48.tar.bz2) = bb652db2445414e983506d781cc7d81c70b4a6cf2d273341c53ffd712901b551eda15580fb34540bd9e11bf54b87f998d6c2b0435274241d1f44cc15df2cb615
|
||||
SHA512 (kernel-kabi-dw-5.14.0-48.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
||||
SHA512 (linux-5.14.0-49.rt21.49.el9.tar.xz) = ebe56b62e3fc871cbc472309a16e91c63b2a12a79f6fcc596bf885bd2bfcfc0fb737e6f8508db72ff05a8e55d870f9f8c152835eeacbc65ed12a1b8d6c739472
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-49.tar.bz2) = ea47ec99f828d90c692be829a4c2739215892bc8b2d86a4189043a731f0118a121bddb389e974bcd5c4cbdbdb0985827468b490646d645da40f4f5051ffe77b3
|
||||
SHA512 (kernel-kabi-dw-5.14.0-49.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
||||
|
Loading…
Reference in New Issue
Block a user