diff --git a/Makefile.rhelver b/Makefile.rhelver index 8a7823949..46eff2a7f 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 9 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 704 +RHEL_RELEASE = 705 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index 737dd5381..370808835 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,55 @@ +* Wed May 13 2026 CKI KWF Bot [5.14.0-705.el9] +- netfilter: nf_conntrack_helper: pass helper to expect cleanup (CKI Backport Bot) [RHEL-172621] {CVE-2026-43027} +- netfilter: ip6t_eui64: reject invalid MAC header for all packets (CKI Backport Bot) [RHEL-171156] {CVE-2026-31685} +- crypto: tegra - Disable softirqs before finalizing request (CKI Backport Bot) [RHEL-170915] +- dm-thin: fix metadata refcount underflow (Benjamin Marzinski) [RHEL-169624] +- dm cache: fix missing return in invalidate_committed's error path (Benjamin Marzinski) [RHEL-169976] +- dm cache metadata: fix memory leak on metadata abort retry (Benjamin Marzinski) [RHEL-169975] +- dm cache: prevent entering passthrough mode after unclean shutdown (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix dirty mapping checking in passthrough mode switching (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix concurrent write failure in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- dm cache policy smq: fix missing locks in invalidating cache blocks (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix write hang in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix write path cache coherency in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix null-deref with concurrent writes in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- x86/platform/uv: Handle deconfigured sockets (Krzysztof Pawlinski) [RHEL-158968] +- scsi: qla2xxx: Fix improper freeing of purex item (CKI Backport Bot) [RHEL-161149] {CVE-2025-68741} +- netfilter: ctnetlink: use netlink policy range checks (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdp (Florian Westphal) [RHEL-152685] +- netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOAD (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiry (Florian Westphal) [RHEL-152685] +- nfnetlink_osf: validate individual option lengths in fingerprints (Florian Westphal) [RHEL-152685] +- netfilter: bpf: defer hook memory release until rcu readers are done (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() (Florian Westphal) [RHEL-152685] +- netfilter: xt_CT: drop pending enqueued packets on template removal (Florian Westphal) [RHEL-152685] +- netfilter: nft_ct: drop pending enqueued packets on removal (Florian Westphal) [RHEL-152685] +- nf_tables: nft_dynset: fix possible stateful expression memleak in error path (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp() (Florian Westphal) [RHEL-152685] +- netfilter: conntrack: add missing netlink policy validations (Florian Westphal) [RHEL-152685] +- netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct() (Florian Westphal) [RHEL-152685] +- netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels (Florian Westphal) [RHEL-152685] +- netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (Florian Westphal) [RHEL-152685] +- netfilter: nfnetlink_queue: fix entry leak in bridge verdict error path (Florian Westphal) [RHEL-152685] +- netfilter: x_tables: guard option walkers against 1-byte tail reads (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop() (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: unconditionally bump set->nelems before insertion (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: fix set size with rbtree backend (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: always increment set element count (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: cleanup documentation (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_bitmap: fix lockdep splat due to missing annotation (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats in set walker (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats with flowtables (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats with sets (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: missing extended netlink error in lookup functions (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_h323: fix OOB read in decode_choice() (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_hash: fix get operation on big endian (Florian Westphal) [RHEL-152685] +- netfilter: xt_tcpmss: check remaining length before reading optlen (Florian Westphal) [RHEL-152685] +Resolves: RHEL-152685, RHEL-158968, RHEL-161149, RHEL-169624, RHEL-169975, RHEL-169976, RHEL-170915, RHEL-171156, RHEL-172621 + * Tue May 12 2026 CKI KWF Bot [5.14.0-704.el9] - powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version check (David Arcari) [RHEL-128568] - powercap: intel_rapl: Expose all package CPUs in PMU cpumask (David Arcari) [RHEL-128568] diff --git a/kernel.spec b/kernel.spec index 474175119..57ccda46d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 704 +%define pkgrelease 705 %define kversion 5 -%define tarfile_release 5.14.0-704.el9 +%define tarfile_release 5.14.0-705.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 704%{?buildid}%{?dist} +%define specrelease 705%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-704.el9 +%define kabiversion 5.14.0-705.el9 # # End of genspec.sh variables @@ -3753,6 +3753,57 @@ fi # # %changelog +* Wed May 13 2026 CKI KWF Bot [5.14.0-705.el9] +- netfilter: nf_conntrack_helper: pass helper to expect cleanup (CKI Backport Bot) [RHEL-172621] {CVE-2026-43027} +- netfilter: ip6t_eui64: reject invalid MAC header for all packets (CKI Backport Bot) [RHEL-171156] {CVE-2026-31685} +- crypto: tegra - Disable softirqs before finalizing request (CKI Backport Bot) [RHEL-170915] +- dm-thin: fix metadata refcount underflow (Benjamin Marzinski) [RHEL-169624] +- dm cache: fix missing return in invalidate_committed's error path (Benjamin Marzinski) [RHEL-169976] +- dm cache metadata: fix memory leak on metadata abort retry (Benjamin Marzinski) [RHEL-169975] +- dm cache: prevent entering passthrough mode after unclean shutdown (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix dirty mapping checking in passthrough mode switching (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix concurrent write failure in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- dm cache policy smq: fix missing locks in invalidating cache blocks (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix write hang in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix write path cache coherency in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- dm cache: fix null-deref with concurrent writes in passthrough mode (Benjamin Marzinski) [RHEL-169976] +- x86/platform/uv: Handle deconfigured sockets (Krzysztof Pawlinski) [RHEL-158968] +- scsi: qla2xxx: Fix improper freeing of purex item (CKI Backport Bot) [RHEL-161149] {CVE-2025-68741} +- netfilter: ctnetlink: use netlink policy range checks (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdp (Florian Westphal) [RHEL-152685] +- netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOAD (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiry (Florian Westphal) [RHEL-152685] +- nfnetlink_osf: validate individual option lengths in fingerprints (Florian Westphal) [RHEL-152685] +- netfilter: bpf: defer hook memory release until rcu readers are done (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() (Florian Westphal) [RHEL-152685] +- netfilter: xt_CT: drop pending enqueued packets on template removal (Florian Westphal) [RHEL-152685] +- netfilter: nft_ct: drop pending enqueued packets on removal (Florian Westphal) [RHEL-152685] +- nf_tables: nft_dynset: fix possible stateful expression memleak in error path (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp() (Florian Westphal) [RHEL-152685] +- netfilter: conntrack: add missing netlink policy validations (Florian Westphal) [RHEL-152685] +- netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct() (Florian Westphal) [RHEL-152685] +- netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels (Florian Westphal) [RHEL-152685] +- netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (Florian Westphal) [RHEL-152685] +- netfilter: nfnetlink_queue: fix entry leak in bridge verdict error path (Florian Westphal) [RHEL-152685] +- netfilter: x_tables: guard option walkers against 1-byte tail reads (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop() (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: unconditionally bump set->nelems before insertion (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: fix set size with rbtree backend (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: always increment set element count (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: cleanup documentation (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_bitmap: fix lockdep splat due to missing annotation (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats in set walker (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats with flowtables (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splats with sets (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: missing extended netlink error in lookup functions (Florian Westphal) [RHEL-152685] +- netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion (Florian Westphal) [RHEL-152685] +- netfilter: nf_conntrack_h323: fix OOB read in decode_choice() (Florian Westphal) [RHEL-152685] +- netfilter: nft_set_hash: fix get operation on big endian (Florian Westphal) [RHEL-152685] +- netfilter: xt_tcpmss: check remaining length before reading optlen (Florian Westphal) [RHEL-152685] + * Tue May 12 2026 CKI KWF Bot [5.14.0-704.el9] - powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version check (David Arcari) [RHEL-128568] - powercap: intel_rapl: Expose all package CPUs in PMU cpumask (David Arcari) [RHEL-128568] diff --git a/sources b/sources index b23e75955..452c81d1d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-704.el9.tar.xz) = f4ae228acd940ab2ed857e33e3658b19c541ac227871806385f8e04d0dd81f333e45d6044573a928d4521c250e22c511123d354d2e989966049491d203e95520 -SHA512 (kernel-abi-stablelists-5.14.0-704.el9.tar.bz2) = c2fe67fb34b24810306ad455715e72bf13060c360e23ce489bec9b4be6c7f62d4274f48a5fea34719104cad54b623e1154ecc5ced6ef76c7ecd5e4133a0800e6 -SHA512 (kernel-kabi-dw-5.14.0-704.el9.tar.bz2) = 2fce88f0fdc5f5e4d61a58b323292c12237e22aae6f93b7ee239ca059d770b8775f4269583ef8ddc862d5d9fbf57dac4452ceb947f50bc58d7e72f3c7f08e34c +SHA512 (linux-5.14.0-705.el9.tar.xz) = 620f18b197dd22744346585580fb302fc17ed60f5e82d6726a1e0eef23bad740eaa94302950ea43cd0026746142df645549b7990e6f1cb78700b7dc9497589f7 +SHA512 (kernel-abi-stablelists-5.14.0-705.el9.tar.bz2) = 3b521350a77854cb2c1266d07bf97d0328d7bdbdcfdcb7df8740fa855faaaa5163202205d493f8546d8201472836c601389147859fde1f435b8f120c0cb72ed4 +SHA512 (kernel-kabi-dw-5.14.0-705.el9.tar.bz2) = 63c9918004235eacfdbd2406153cc02efcc6e514c6ddc561ae21d1913bf451cf5000a7f144b93cae79dfd5558deaae73e00956f586eb3d8ca4bdb9748abee4e2