diff --git a/.kernel.checksum b/.kernel.checksum
index a12209a4fcb9e2b7755e2cadac7a01de0ad1f54e..6b0d5eccad0719fb9223747757effff3ff0fa873 100644
--- a/.kernel.checksum
+++ b/.kernel.checksum
@@ -1 +1 @@
-68246ec60ffdfe407be13345748f1a0894bbbc2bcfc37ffb59ba0e2da264421f
+b3075754a73b89e92cbf109e51ee9a3929a2ca89054966bc378e4c667a96d1ca
diff --git a/.kernel.metadata b/.kernel.metadata
index 245fd0d3cf02b1c85a2d7a23362974ce5997ad04..7ab5188e2aa52fccd8750b6feb459c875e8154ee 100644
--- a/.kernel.metadata
+++ b/.kernel.metadata
@@ -1,3 +1,3 @@
-d4b0437328f30a19140f73961171792d05b60243f9be521a6d3db94c2fcdd5e7 SOURCES/kernel-abi-stablelists-5.14.0-503.26.1.el9_5.tar.bz2
-9b31edbfea4c6e6bd3d9dd9206a2effd322a345f84e6e775636c89456e38abea SOURCES/kernel-kabi-dw-5.14.0-503.26.1.el9_5.tar.bz2
-8d85beada93b0daa4663b044465faff6e32d654eb4762f3966b5e5dc2e46c988 SOURCES/linux-5.14.0-503.26.1.el9_5.tar.xz
+b84acf41dad1d5eccae62fe3e8944bef1730c88d841c27dabb40355328ab4e86 SOURCES/kernel-abi-stablelists-5.14.0-503.29.1.el9_5.tar.bz2
+285afcc2dffa956e42c0131da4bb0fddfcf6a612ba03331e3e834be3e04e142e SOURCES/kernel-kabi-dw-5.14.0-503.29.1.el9_5.tar.bz2
+437153107ad0e394a671585a2cbe90f32d9dfd9b8f4ad64105d4e82862ece2b0 SOURCES/linux-5.14.0-503.29.1.el9_5.tar.xz
diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver
index e00880e24c2bf25ba780f1ee9f80fe8337365885..a89c2c06278ba92926106fef7757f061882f186d 100644
--- a/SOURCES/Makefile.rhelver
+++ b/SOURCES/Makefile.rhelver
@@ -12,7 +12,7 @@ RHEL_MINOR = 5
 #
 # Use this spot to avoid future merge conflicts.
 # Do not trim this comment.
-RHEL_RELEASE = 503.26.1
+RHEL_RELEASE = 503.29.1
 
 #
 # ZSTREAM
diff --git a/SOURCES/gating.yaml b/SOURCES/gating.yaml
index 4565a4bdec09264eaf9700fd5b24c63966b0e0fe..f0d206bf968c3ce0b65698c5fcbcebf13cbe3f06 100644
--- a/SOURCES/gating.yaml
+++ b/SOURCES/gating.yaml
@@ -3,10 +3,14 @@ product_versions:
   - rhel-9
 decision_context: osci_compose_gate
 rules:
-  - !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional}
-  - !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional}
-  - !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional}
-  - !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-64k-aarch64.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-aarch64.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-debug-x86_64.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-ppc64le.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-debug-x86_64.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-x86_64.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-s390x.tier1.functional}
+  - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-x86_64.tier1.functional}
   - !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional}
   - !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional}
   - !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional}
diff --git a/SOURCES/kernel.changelog b/SOURCES/kernel.changelog
index 5a5040129883efcc7c2e15b8d3bca14792346398..e8f21bf8d69fe1bb7cfabacd5fd485737988ff16 100644
--- a/SOURCES/kernel.changelog
+++ b/SOURCES/kernel.changelog
@@ -1,3 +1,71 @@
+* Tue Feb 25 2025 Chao YE <cye@redhat.com> [5.14.0-503.29.1.el9_5]
+- rhel-9.5: gate on kernel-qe tests results not cki ones (Bruno Goncalves)
+- ice: implement low latency PHY timer updates (Petr Oros) [RHEL-75466]
+- ice: check low latency PHY timer update firmware capability (Petr Oros) [RHEL-75466]
+- ice: add lock to protect low latency interface (Petr Oros) [RHEL-75466]
+- ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_* (Petr Oros) [RHEL-75466]
+- ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810 (Petr Oros) [RHEL-75466]
+- smb: client: get rid of kstrdup() in get_ses_refpath() (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix noisy when tree connecting to DFS interlink targets (Paulo Alcantara) [RHEL-72875]
+- smb: client: don't trust DFSREF_STORAGE_SERVER bit (Paulo Alcantara) [RHEL-72875]
+- smb: client: don't check for @leaf_fullpath in match_server() (Paulo Alcantara) [RHEL-72875]
+- smb: client: get rid of TCP_Server_Info::refpath_lock (Paulo Alcantara) [RHEL-72875]
+- smb: client: don't retry DFS targets on server shutdown (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix return value of parse_dfs_referrals() (Paulo Alcantara) [RHEL-72875]
+- smb: client: optimize referral walk on failed link targets (Paulo Alcantara) [RHEL-72875]
+- smb: client: provide dns_resolve_{unc,name} helpers (Paulo Alcantara) [RHEL-72875]
+- smb: client: parse DNS domain name from domain= option (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix DFS mount against old servers with NTLMSSP (Paulo Alcantara) [RHEL-72875]
+- smb: client: parse av pair type 4 in CHALLENGE_MESSAGE (Paulo Alcantara) [RHEL-72875]
+- smb: client: introduce av_for_each_entry() helper (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix double free of TCP_Server_Info::hostname (Paulo Alcantara) [RHEL-72875]
+- cifs: support mounting with alternate password to allow password rotation (Paulo Alcantara) [RHEL-72875]
+- cifs: support reconnect with alternate password for SMB1 (Paulo Alcantara) [RHEL-72875]
+- smb: client: sync the root session and superblock context passwords before automounting (Paulo Alcantara) [RHEL-72875]
+- cifs: unlock on error in smb3_reconfigure() (Paulo Alcantara) [RHEL-72875]
+- cifs: during remount, make sure passwords are in sync (Paulo Alcantara) [RHEL-72875]
+- smb: client: Handle kstrdup failures for passwords (Paulo Alcantara) [RHEL-72875] {CVE-2024-50120}
+- smb: client: fix TCP timers deadlock after rmmod (Paulo Alcantara) [RHEL-72875] {CVE-2024-54680}
+- smb: client: Fix use-after-free of network namespace. (Paulo Alcantara) [RHEL-72875] {CVE-2024-53095}
+- Fix spelling errors in Server Message Block (Paulo Alcantara) [RHEL-72875]
+- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78423]
+Resolves: RHEL-72875, RHEL-75466, RHEL-78423
+
+* Wed Feb 19 2025 Chao YE <cye@redhat.com> [5.14.0-503.28.1.el9_5]
+- bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (CKI Backport Bot) [RHEL-73726]
+- intel_idle: Disable promotion to C1E on Jasper Lake and Elkhart Lake (David Arcari) [RHEL-62985]
+- intel_idle: add Granite Rapids Xeon support (David Arcari) [RHEL-62985]
+- intel_idle: Switch to new Intel CPU model defines (David Arcari) [RHEL-62985]
+- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (David Arcari) [RHEL-59001]
+- x86/resctrl: Read supported bandwidth sources from CPUID (David Arcari) [RHEL-59001]
+- x86/resctrl: Remove hard-coded memory bandwidth limit (David Arcari) [RHEL-59001]
+- mei: me: disable RPL-S on SPS and IGN firmwares (CKI Backport Bot) [RHEL-60895]
+- smb: client: change return value in open_cached_dir_by_dentry() if !cfids (Jay Shin) [RHEL-75935]
+- smb: client: disable directory caching when dir_cache_timeout is zero (Jay Shin) [RHEL-75935]
+- smb: client: remove unnecessary checks in open_cached_dir() (Jay Shin) [RHEL-75935]
+- smb: prevent use-after-free due to open_cached_dir error paths (Jay Shin) [RHEL-75935] {CVE-2024-53177}
+- smb: Don't leak cfid when reconnect races with open_cached_dir (Jay Shin) [RHEL-75935] {CVE-2024-53178}
+- smb3: request handle caching when caching directories (Jay Shin) [RHEL-75935]
+- bnxt_en: Unregister PTP during PCI shutdown and suspend (Michal Schmidt) [RHEL-69514]
+- bnxt_en: Refactor bnxt_ptp_init() (Michal Schmidt) [RHEL-69514]
+- smb: client: ignore unhandled reparse tags (Jay Shin) [RHEL-77743]
+- smb: client: fix oops due to unset link speed (Jay Shin) [RHEL-77359]
+Resolves: RHEL-59001, RHEL-60895, RHEL-62985, RHEL-69514, RHEL-73726, RHEL-75935, RHEL-77359, RHEL-77743
+
+* Wed Feb 12 2025 Chao YE <cye@redhat.com> [5.14.0-503.27.1.el9_5]
+- NFS: enable nconnect for RDMA (Benjamin Coddington) [RHEL-77179]
+- Revert "scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo" (Dick Kennedy) [RHEL-70933]
+- idpf: fix idpf_vc_core_init error path (CKI Backport Bot) [RHEL-70191]
+- idpf: avoid vport access in idpf_get_link_ksettings (CKI Backport Bot) [RHEL-70191]
+- ip6mr: fix tables suspicious RCU usage (Andrea Claudi) [RHEL-71730]
+- ipmr: tune the ipmr_can_free_table() checks. (Andrea Claudi) [RHEL-71730]
+- ipmr: add debug check for mr table cleanup (Andrea Claudi) [RHEL-71730]
+- net: ip6mr: add RTM_GETROUTE netlink op (Andrea Claudi) [RHEL-71730]
+- i40e: add ability to reset VF for Tx and Rx MDD events (Michal Schmidt) [RHEL-75972]
+- tcp: fix mptcp DSS corruption due to large pmtu xmit (Paolo Abeni) [RHEL-62215]
+- mptcp: handle consistently DSS corruption (Paolo Abeni) [RHEL-62215]
+Resolves: RHEL-62215, RHEL-70191, RHEL-70933, RHEL-71730, RHEL-75972, RHEL-77179
+
 * Mon Feb 10 2025 Chao YE <cye@redhat.com> [5.14.0-503.26.1.el9_5]
 - redhat: drop Y issues from changelog (Jan Stancek)
 - media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075] {CVE-2024-53104}
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index b31611313da3cce9a51f84882c862fa076df543a..3968d661f376ac23e0468d84665790f3ba031f95 100644
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -165,15 +165,15 @@ Summary: The Linux kernel
 # define buildid .local
 %define specversion 5.14.0
 %define patchversion 5.14
-%define pkgrelease 503.26.1
+%define pkgrelease 503.29.1
 %define kversion 5
-%define tarfile_release 5.14.0-503.26.1.el9_5
+%define tarfile_release 5.14.0-503.29.1.el9_5
 # This is needed to do merge window version magic
 %define patchlevel 14
 # This allows pkg_release to have configurable %%{?dist} tag
-%define specrelease 503.26.1%{?buildid}%{?dist}
+%define specrelease 503.29.1%{?buildid}%{?dist}
 # This defines the kabi tarball version
-%define kabiversion 5.14.0-503.26.1.el9_5
+%define kabiversion 5.14.0-503.29.1.el9_5
 
 #
 # End of genspec.sh variables
@@ -3794,10 +3794,75 @@ fi
 #
 #
 %changelog
-* Wed Feb 19 2025 Release Engineering <releng@rockylinux.org> - 5.14.0-503.26.1
+* Wed Mar 05 2025 Release Engineering <releng@rockylinux.org> - 5.14.0-503.29.1
 - Porting to Rocky Linux 9, debranding and Rocky branding
 - Ensure aarch64 kernel is not compressed
 
+* Tue Feb 25 2025 Chao YE <cye@redhat.com> [5.14.0-503.29.1.el9_5]
+- rhel-9.5: gate on kernel-qe tests results not cki ones (Bruno Goncalves)
+- ice: implement low latency PHY timer updates (Petr Oros) [RHEL-75466]
+- ice: check low latency PHY timer update firmware capability (Petr Oros) [RHEL-75466]
+- ice: add lock to protect low latency interface (Petr Oros) [RHEL-75466]
+- ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_* (Petr Oros) [RHEL-75466]
+- ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810 (Petr Oros) [RHEL-75466]
+- smb: client: get rid of kstrdup() in get_ses_refpath() (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix noisy when tree connecting to DFS interlink targets (Paulo Alcantara) [RHEL-72875]
+- smb: client: don't trust DFSREF_STORAGE_SERVER bit (Paulo Alcantara) [RHEL-72875]
+- smb: client: don't check for @leaf_fullpath in match_server() (Paulo Alcantara) [RHEL-72875]
+- smb: client: get rid of TCP_Server_Info::refpath_lock (Paulo Alcantara) [RHEL-72875]
+- smb: client: don't retry DFS targets on server shutdown (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix return value of parse_dfs_referrals() (Paulo Alcantara) [RHEL-72875]
+- smb: client: optimize referral walk on failed link targets (Paulo Alcantara) [RHEL-72875]
+- smb: client: provide dns_resolve_{unc,name} helpers (Paulo Alcantara) [RHEL-72875]
+- smb: client: parse DNS domain name from domain= option (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix DFS mount against old servers with NTLMSSP (Paulo Alcantara) [RHEL-72875]
+- smb: client: parse av pair type 4 in CHALLENGE_MESSAGE (Paulo Alcantara) [RHEL-72875]
+- smb: client: introduce av_for_each_entry() helper (Paulo Alcantara) [RHEL-72875]
+- smb: client: fix double free of TCP_Server_Info::hostname (Paulo Alcantara) [RHEL-72875]
+- cifs: support mounting with alternate password to allow password rotation (Paulo Alcantara) [RHEL-72875]
+- cifs: support reconnect with alternate password for SMB1 (Paulo Alcantara) [RHEL-72875]
+- smb: client: sync the root session and superblock context passwords before automounting (Paulo Alcantara) [RHEL-72875]
+- cifs: unlock on error in smb3_reconfigure() (Paulo Alcantara) [RHEL-72875]
+- cifs: during remount, make sure passwords are in sync (Paulo Alcantara) [RHEL-72875]
+- smb: client: Handle kstrdup failures for passwords (Paulo Alcantara) [RHEL-72875] {CVE-2024-50120}
+- smb: client: fix TCP timers deadlock after rmmod (Paulo Alcantara) [RHEL-72875] {CVE-2024-54680}
+- smb: client: Fix use-after-free of network namespace. (Paulo Alcantara) [RHEL-72875] {CVE-2024-53095}
+- Fix spelling errors in Server Message Block (Paulo Alcantara) [RHEL-72875]
+- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78423]
+
+* Wed Feb 19 2025 Chao YE <cye@redhat.com> [5.14.0-503.28.1.el9_5]
+- bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (CKI Backport Bot) [RHEL-73726]
+- intel_idle: Disable promotion to C1E on Jasper Lake and Elkhart Lake (David Arcari) [RHEL-62985]
+- intel_idle: add Granite Rapids Xeon support (David Arcari) [RHEL-62985]
+- intel_idle: Switch to new Intel CPU model defines (David Arcari) [RHEL-62985]
+- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (David Arcari) [RHEL-59001]
+- x86/resctrl: Read supported bandwidth sources from CPUID (David Arcari) [RHEL-59001]
+- x86/resctrl: Remove hard-coded memory bandwidth limit (David Arcari) [RHEL-59001]
+- mei: me: disable RPL-S on SPS and IGN firmwares (CKI Backport Bot) [RHEL-60895]
+- smb: client: change return value in open_cached_dir_by_dentry() if !cfids (Jay Shin) [RHEL-75935]
+- smb: client: disable directory caching when dir_cache_timeout is zero (Jay Shin) [RHEL-75935]
+- smb: client: remove unnecessary checks in open_cached_dir() (Jay Shin) [RHEL-75935]
+- smb: prevent use-after-free due to open_cached_dir error paths (Jay Shin) [RHEL-75935] {CVE-2024-53177}
+- smb: Don't leak cfid when reconnect races with open_cached_dir (Jay Shin) [RHEL-75935] {CVE-2024-53178}
+- smb3: request handle caching when caching directories (Jay Shin) [RHEL-75935]
+- bnxt_en: Unregister PTP during PCI shutdown and suspend (Michal Schmidt) [RHEL-69514]
+- bnxt_en: Refactor bnxt_ptp_init() (Michal Schmidt) [RHEL-69514]
+- smb: client: ignore unhandled reparse tags (Jay Shin) [RHEL-77743]
+- smb: client: fix oops due to unset link speed (Jay Shin) [RHEL-77359]
+
+* Wed Feb 12 2025 Chao YE <cye@redhat.com> [5.14.0-503.27.1.el9_5]
+- NFS: enable nconnect for RDMA (Benjamin Coddington) [RHEL-77179]
+- Revert "scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo" (Dick Kennedy) [RHEL-70933]
+- idpf: fix idpf_vc_core_init error path (CKI Backport Bot) [RHEL-70191]
+- idpf: avoid vport access in idpf_get_link_ksettings (CKI Backport Bot) [RHEL-70191]
+- ip6mr: fix tables suspicious RCU usage (Andrea Claudi) [RHEL-71730]
+- ipmr: tune the ipmr_can_free_table() checks. (Andrea Claudi) [RHEL-71730]
+- ipmr: add debug check for mr table cleanup (Andrea Claudi) [RHEL-71730]
+- net: ip6mr: add RTM_GETROUTE netlink op (Andrea Claudi) [RHEL-71730]
+- i40e: add ability to reset VF for Tx and Rx MDD events (Michal Schmidt) [RHEL-75972]
+- tcp: fix mptcp DSS corruption due to large pmtu xmit (Paolo Abeni) [RHEL-62215]
+- mptcp: handle consistently DSS corruption (Paolo Abeni) [RHEL-62215]
+
 * Mon Feb 10 2025 Chao YE <cye@redhat.com> [5.14.0-503.26.1.el9_5]
 - redhat: drop Y issues from changelog (Jan Stancek)
 - media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075] {CVE-2024-53104}