forked from rpms/kernel
kernel-5.14.0-432.el9
* Wed Mar 20 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-432.el9] - mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified (Waiman Long) [RHEL-24120] - debugobjects: Recheck debug_objects_enabled before reporting (Waiman Long) [RHEL-24120] - debugobjects: Don't wake up kswapd from fill_pool() (Waiman Long) [RHEL-24120] - RDMA/cma: Avoid GID lookups on iWARP devices (Benjamin Coddington) [RHEL-12457] - RDMA/cma: Deduplicate error flow in cma_validate_port() (Benjamin Coddington) [RHEL-12457] - RDMA/core: Set gid_attr.ndev for iWARP devices (Benjamin Coddington) [RHEL-12457] - RDMA/siw: Fabricate a GID on tun and loopback devices (Benjamin Coddington) [RHEL-12457] - redhat: Enable -Werror for aarch64 (Eric Chanudet) [RHEL-29316] - redhat: redhat/Makefile: include the subtrees merge script in the makefiles (Derek Barbosa) - crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-25845] - crypto: tcrypt - add ffdhe2048(dh) test (Vladis Dronov) [RHEL-25845] - crypto: dh - Make public key test FIPS-only (Vladis Dronov) [RHEL-25845] - tools/resolve_btfids: Fix cross-compilation to non-host endianness (Viktor Malik) [RHEL-16042] - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h (Viktor Malik) [RHEL-16042] - powerpc/mm: Fix null-pointer dereference in pgtable_cache_add (Mamatha Inamdar) [RHEL-29120] {CVE-2023-52607} - gfs2: Fix invalid metadata access in punch_hole (Andrew Price) [RHEL-28241] - i2c: Fix a potential use after free (David Arcari) [RHEL-26851] {CVE-2019-25162} - i2c: i801: Fix block process call transactions (David Arcari) [RHEL-26479] {CVE-2024-26593} - sched/membarrier: reduce the ability to hammer on sys_membarrier (Wander Lairson Costa) [RHEL-23428] {CVE-2024-26602} Resolves: RHEL-12457, RHEL-16042, RHEL-24120, RHEL-25845, RHEL-26851, RHEL-28241, RHEL-29120, RHEL-29316 Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
This commit is contained in:
parent
5945d72a5f
commit
dc306fe503
@ -12,7 +12,7 @@ RHEL_MINOR = 5
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 431
|
RHEL_RELEASE = 432
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
* Wed Mar 20 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-432.el9]
|
||||||
|
- mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified (Waiman Long) [RHEL-24120]
|
||||||
|
- debugobjects: Recheck debug_objects_enabled before reporting (Waiman Long) [RHEL-24120]
|
||||||
|
- debugobjects: Don't wake up kswapd from fill_pool() (Waiman Long) [RHEL-24120]
|
||||||
|
- RDMA/cma: Avoid GID lookups on iWARP devices (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- RDMA/cma: Deduplicate error flow in cma_validate_port() (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- RDMA/core: Set gid_attr.ndev for iWARP devices (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- RDMA/siw: Fabricate a GID on tun and loopback devices (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- redhat: Enable -Werror for aarch64 (Eric Chanudet) [RHEL-29316]
|
||||||
|
- redhat: redhat/Makefile: include the subtrees merge script in the makefiles (Derek Barbosa)
|
||||||
|
- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-25845]
|
||||||
|
- crypto: tcrypt - add ffdhe2048(dh) test (Vladis Dronov) [RHEL-25845]
|
||||||
|
- crypto: dh - Make public key test FIPS-only (Vladis Dronov) [RHEL-25845]
|
||||||
|
- tools/resolve_btfids: Fix cross-compilation to non-host endianness (Viktor Malik) [RHEL-16042]
|
||||||
|
- tools/resolve_btfids: Refactor set sorting with types from btf_ids.h (Viktor Malik) [RHEL-16042]
|
||||||
|
- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add (Mamatha Inamdar) [RHEL-29120] {CVE-2023-52607}
|
||||||
|
- gfs2: Fix invalid metadata access in punch_hole (Andrew Price) [RHEL-28241]
|
||||||
|
- i2c: Fix a potential use after free (David Arcari) [RHEL-26851] {CVE-2019-25162}
|
||||||
|
- i2c: i801: Fix block process call transactions (David Arcari) [RHEL-26479] {CVE-2024-26593}
|
||||||
|
- sched/membarrier: reduce the ability to hammer on sys_membarrier (Wander Lairson Costa) [RHEL-23428] {CVE-2024-26602}
|
||||||
|
Resolves: RHEL-12457, RHEL-16042, RHEL-24120, RHEL-25845, RHEL-26851, RHEL-28241, RHEL-29120, RHEL-29316
|
||||||
|
|
||||||
* Mon Mar 18 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-431.el9]
|
* Mon Mar 18 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-431.el9]
|
||||||
- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors (Eric Chanudet) [RHEL-28621]
|
- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors (Eric Chanudet) [RHEL-28621]
|
||||||
- pinctrl-bcm2835.c: fix race condition when setting gpio dir (Eric Chanudet) [RHEL-28621]
|
- pinctrl-bcm2835.c: fix race condition when setting gpio dir (Eric Chanudet) [RHEL-28621]
|
||||||
@ -245,7 +267,7 @@
|
|||||||
- fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super {CVE-2024-0841} (Audra Mitchell) [RHEL-20615] {CVE-2024-0841}
|
- fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super {CVE-2024-0841} (Audra Mitchell) [RHEL-20615] {CVE-2024-0841}
|
||||||
- smb: client: fix parsing of SMB3.1.1 POSIX create context (Paulo Alcantara) [RHEL-26242] {CVE-2023-52434}
|
- smb: client: fix parsing of SMB3.1.1 POSIX create context (Paulo Alcantara) [RHEL-26242] {CVE-2023-52434}
|
||||||
- smb: client: fix potential OOBs in smb2_parse_contexts() (Paulo Alcantara) [RHEL-26242] {CVE-2023-52434}
|
- smb: client: fix potential OOBs in smb2_parse_contexts() (Paulo Alcantara) [RHEL-26242] {CVE-2023-52434}
|
||||||
Resolves: RHEL-17425, RHEL-18225, RHEL-18227, RHEL-25988, RHEL-26434, RHEL-26952, RHEL-28621, RHEL-28917
|
Resolves: RHEL-10022, RHEL-15843, RHEL-17425, RHEL-18225, RHEL-18227, RHEL-20615, RHEL-20912, RHEL-21113, RHEL-21115, RHEL-21116, RHEL-21119, RHEL-21122, RHEL-21687, RHEL-22742, RHEL-22860, RHEL-22997, RHEL-25988, RHEL-26131, RHEL-26242, RHEL-26361, RHEL-26398, RHEL-26410, RHEL-26416, RHEL-26434, RHEL-26500, RHEL-26665, RHEL-26952, RHEL-28621, RHEL-28917
|
||||||
|
|
||||||
* Thu Mar 14 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-430.el9]
|
* Thu Mar 14 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-430.el9]
|
||||||
- genirq: Wake interrupt threads immediately when changing affinity (Crystal Wood) [RHEL-9148]
|
- genirq: Wake interrupt threads immediately when changing affinity (Crystal Wood) [RHEL-9148]
|
||||||
@ -686,6 +708,11 @@ Resolves: RHEL-20254, RHEL-26081, RHEL-26616
|
|||||||
- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski)
|
- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski)
|
||||||
Resolves: RHEL-19514, RHEL-24906, RHEL-26162, RHEL-26354, RHEL-26672
|
Resolves: RHEL-19514, RHEL-24906, RHEL-26162, RHEL-26354, RHEL-26672
|
||||||
|
|
||||||
|
* Tue Mar 19 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.5.1.el9_4]
|
||||||
|
- i2c: i801: Fix block process call transactions (David Arcari) [RHEL-26479 RHEL-26481] {CVE-2024-26593}
|
||||||
|
- sched/membarrier: reduce the ability to hammer on sys_membarrier (Wander Lairson Costa) [RHEL-23428 RHEL-23429] {CVE-2024-26602}
|
||||||
|
Resolves: RHEL-23428, RHEL-26479, RHEL-27862, RHEL-26481, RHEL-23429
|
||||||
|
|
||||||
* Fri Mar 15 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.4.1.el9_4]
|
* Fri Mar 15 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.4.1.el9_4]
|
||||||
- redhat/configs: enable pwr-mlxbf (Nirmala Dalvi) [RHEL-21119]
|
- redhat/configs: enable pwr-mlxbf (Nirmala Dalvi) [RHEL-21119]
|
||||||
- power: reset: pwr-mlxbf: support graceful reboot instead of emergency reset (Nirmala Dalvi) [RHEL-21119]
|
- power: reset: pwr-mlxbf: support graceful reboot instead of emergency reset (Nirmala Dalvi) [RHEL-21119]
|
||||||
|
29
kernel.spec
29
kernel.spec
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specversion 5.14.0
|
%define specversion 5.14.0
|
||||||
%define patchversion 5.14
|
%define patchversion 5.14
|
||||||
%define pkgrelease 431
|
%define pkgrelease 432
|
||||||
%define kversion 5
|
%define kversion 5
|
||||||
%define tarfile_release 5.14.0-431.el9
|
%define tarfile_release 5.14.0-432.el9
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 431%{?buildid}%{?dist}
|
%define specrelease 432%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 5.14.0-431.el9
|
%define kabiversion 5.14.0-432.el9
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of genspec.sh variables
|
# End of genspec.sh variables
|
||||||
@ -3733,6 +3733,27 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-432.el9]
|
||||||
|
- mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified (Waiman Long) [RHEL-24120]
|
||||||
|
- debugobjects: Recheck debug_objects_enabled before reporting (Waiman Long) [RHEL-24120]
|
||||||
|
- debugobjects: Don't wake up kswapd from fill_pool() (Waiman Long) [RHEL-24120]
|
||||||
|
- RDMA/cma: Avoid GID lookups on iWARP devices (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- RDMA/cma: Deduplicate error flow in cma_validate_port() (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- RDMA/core: Set gid_attr.ndev for iWARP devices (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- RDMA/siw: Fabricate a GID on tun and loopback devices (Benjamin Coddington) [RHEL-12457]
|
||||||
|
- redhat: Enable -Werror for aarch64 (Eric Chanudet) [RHEL-29316]
|
||||||
|
- redhat: redhat/Makefile: include the subtrees merge script in the makefiles (Derek Barbosa)
|
||||||
|
- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-25845]
|
||||||
|
- crypto: tcrypt - add ffdhe2048(dh) test (Vladis Dronov) [RHEL-25845]
|
||||||
|
- crypto: dh - Make public key test FIPS-only (Vladis Dronov) [RHEL-25845]
|
||||||
|
- tools/resolve_btfids: Fix cross-compilation to non-host endianness (Viktor Malik) [RHEL-16042]
|
||||||
|
- tools/resolve_btfids: Refactor set sorting with types from btf_ids.h (Viktor Malik) [RHEL-16042]
|
||||||
|
- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add (Mamatha Inamdar) [RHEL-29120] {CVE-2023-52607}
|
||||||
|
- gfs2: Fix invalid metadata access in punch_hole (Andrew Price) [RHEL-28241]
|
||||||
|
- i2c: Fix a potential use after free (David Arcari) [RHEL-26851] {CVE-2019-25162}
|
||||||
|
- i2c: i801: Fix block process call transactions (David Arcari) [RHEL-26479] {CVE-2024-26593}
|
||||||
|
- sched/membarrier: reduce the ability to hammer on sys_membarrier (Wander Lairson Costa) [RHEL-23428] {CVE-2024-26602}
|
||||||
|
|
||||||
* Mon Mar 18 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-431.el9]
|
* Mon Mar 18 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-431.el9]
|
||||||
- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors (Eric Chanudet) [RHEL-28621]
|
- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors (Eric Chanudet) [RHEL-28621]
|
||||||
- pinctrl-bcm2835.c: fix race condition when setting gpio dir (Eric Chanudet) [RHEL-28621]
|
- pinctrl-bcm2835.c: fix race condition when setting gpio dir (Eric Chanudet) [RHEL-28621]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-431.el9.tar.xz) = 804ea6efd300b6d48d2f21cbd8008aece2e5bf874288c304313ecfe3da475eeb20616c22b83ebdb7098cba89bcf400a61e80f8d7699f5f30f1c6e161c33d901b
|
SHA512 (linux-5.14.0-432.el9.tar.xz) = 43d6827933307dae1197851b1dc5d5a71e4fb8c866f0085a409ee1e51d834510ea8abe1b8557145e7a47a890f6a88b6cf313027776c805bee214cee50e5468ac
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-431.el9.tar.bz2) = 15f5abda924f52548c8c25d5716d0f5d165b2ed1863a561110ba61ccf146614161a7aabb85dd1d7fb3ac3a551c684038e73e4f62c42634ee491551a0e32ff9b1
|
SHA512 (kernel-abi-stablelists-5.14.0-432.el9.tar.bz2) = d0403543b382c09ecb762e498df23e2f9a641200e95cebf26cdf6270e2e1a47fe0fccac0a88e2412462194f43911b18ac18f06689b0f4bcc5d84e53dca930a69
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-431.el9.tar.bz2) = 9a2e8630ed198f3dcb684903118f5f48c3536bd93f2ae7b92661c26513e7dfd5a87f5c736688dfc81eba4a2bc949319183de9b285d6ce70bb40e9bd09346b220
|
SHA512 (kernel-kabi-dw-5.14.0-432.el9.tar.bz2) = 9a2e8630ed198f3dcb684903118f5f48c3536bd93f2ae7b92661c26513e7dfd5a87f5c736688dfc81eba4a2bc949319183de9b285d6ce70bb40e9bd09346b220
|
||||||
|
Loading…
Reference in New Issue
Block a user