diff --git a/.kernel.metadata b/.kernel.metadata
index 9214c75..08eb26e 100644
--- a/.kernel.metadata
+++ b/.kernel.metadata
@@ -1,3 +1,3 @@
 ba5599148e52ecd126ebcf873672e26d3288323e  SOURCES/kernel-abi-whitelists-1160.tar.bz2
 5000b85c42ef87b6835dd8eef063e4623c2e0fa9  SOURCES/kernel-kabi-dw-1160.tar.bz2
-ae38e757aefd508c279c4bf633e340549903d48d  SOURCES/linux-3.10.0-1160.62.1.el7.tar.xz
+01e42c98595ecc6ba637195b3d693352c295e20d  SOURCES/linux-3.10.0-1160.66.1.el7.tar.xz
diff --git a/SOURCES/Makefile.common b/SOURCES/Makefile.common
index 2ac2780..c4e2691 100644
--- a/SOURCES/Makefile.common
+++ b/SOURCES/Makefile.common
@@ -9,7 +9,7 @@ RPMVERSION:=3.10.0
 # marker is git tag which we base off of for exporting patches
 MARKER:=v3.10
 PREBUILD:=
-BUILD:=1160.62.1
+BUILD:=1160.66.1
 DIST:=.el7
 SPECFILE:=kernel.spec
 RPM:=$(REDHAT)/rpm
diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec
index b9e04f4..a39b6da 100644
--- a/SPECS/kernel-plus.spec
+++ b/SPECS/kernel-plus.spec
@@ -20,10 +20,10 @@ Summary: The Linux kernel
 %global distro_build 1160
 
 %define rpmversion 3.10.0
-%define pkgrelease 1160.62.1.el7
+%define pkgrelease 1160.66.1.el7
 
 # allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 1160.62.1%{?dist}
+%define specrelease 1160.66.1%{?dist}
 
 %define pkg_release %{specrelease}%{?buildid}
 
@@ -2114,7 +2114,7 @@ fi
 %kernel_variant_files %{with_kdump} kdump
 
 %changelog
-* Tue Apr 05 2022 Akemi Yagi <toracat@centos.org> [3.10.0-1160.62.1.el7.centos.plus]
+* Thu May 19 2022 Akemi Yagi <toracat@centos.org> [3.10.0-1160.66.1.el7.centos.plus]
 - Apply debranding changes
 - Roll in i686 mods
    addmissing.patch  [puias]
@@ -2175,6 +2175,27 @@ fi
 - wireguard added
 - UEFI disabled in 32-bit kernel
 
+* Wed Apr 27 2022 Rado Vrbovsky <rvrbovsk@redhat.com> [3.10.0-1160.66.1.el7]
+- net-sysfs: add check for netdevice being present to speed_show (William Zhao) [2055457]
+- CI: Drop baseline runs (Veronika Kabatova)
+- perf/x86/intel: Add more Icelake CPUIDs (Michael Petlan) [2072317]
+- perf vendor events intel: Add Icelake V1.00 event file (Michael Petlan) [2072317]
+- perf vendor events intel: Add core event list for Icelake Server (Michael Petlan) [2072317]
+
+* Wed Apr 13 2022 Rado Vrbovsky <rvrbovsk@redhat.com> [3.10.0-1160.65.1.el7]
+- CI: Remove deprecated option (Veronika Kabatova)
+- RDMA/core: Fix panic when port_pkey_list isn't initialized (Kamal Heib) [2046571]
+
+* Wed Apr 06 2022 Rado Vrbovsky <rvrbovsk@redhat.com> [3.10.0-1160.64.1.el7]
+- cgroup-v1: Require capabilities to set release_agent (Waiman Long) [2052162] {CVE-2022-0492}
+
+* Wed Mar 30 2022 Rado Vrbovsky <rvrbovsk@redhat.com> [3.10.0-1160.63.1.el7]
+- NFSv4: Set the connection timeout to match the lease period (Benjamin Coddington) [2066699]
+- SUNRPC: Allow changing of the TCP timeout parameters on the fly (Benjamin Coddington) [2066699]
+- SUNRPC: Refactor TCP socket timeout code into a helper function (Benjamin Coddington) [2066699]
+- SUNRPC: Remove unused function rpc_get_timeout() (Benjamin Coddington) [2066699]
+- kernel/timer: Fix incorrect assertion in requeue_timers() (Waiman Long) [2048502]
+
 * Wed Mar 23 2022 Rado Vrbovsky <rvrbovsk@redhat.com> [3.10.0-1160.62.1.el7]
 - cifs: fix handling of DFS links where we can not access all components (Ronnie Sahlberg) [1937304]
 - redhat: kernel.spec: install new kernel boot entry in posttrans, not post (Denys Vlasenko) [1893756]