diff --git a/SOURCES/Makefile.common b/SOURCES/Makefile.common
index fd9bd50..6eebaaa 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:=1062.7.1
+BUILD:=1062.9.1
 DIST:=.el7
 SPECFILE:=kernel.spec
 RPM:=$(REDHAT)/rpm
diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec
index 28e8c76..4cfe626 100644
--- a/SPECS/kernel-plus.spec
+++ b/SPECS/kernel-plus.spec
@@ -14,10 +14,10 @@ Summary: The Linux kernel
 %global distro_build 1062
 
 %define rpmversion 3.10.0
-%define pkgrelease 1062.7.1.el7
+%define pkgrelease 1062.9.1.el7
 
 # allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 1062.7.1%{?dist}
+%define specrelease 1062.9.1%{?dist}
 
 %define pkg_release %{specrelease}%{?buildid}
 
@@ -2043,7 +2043,7 @@ fi
 %kernel_variant_files %{with_kdump} kdump
 
 %changelog
-* Tue Nov 26 2019 Akemi Yagi <toracat@centos.org> [3.10.0-1062.7.1.el7.centos.plus]
+* Thu Dec 05 2019 Akemi Yagi <toracat@centos.org> [3.10.0-1062.9.1.el7.centos.plus]
 - Apply debranding changes
 - Roll in i686 mods
    addmissing.patch  [puias]
@@ -2100,6 +2100,12 @@ fi
 - Apply a patch for acpi issue [bug#16315]
 - Apply a patch to fix ICMP redirects [bug#16521] 
 
+* Mon Dec 02 2019 Frantisek Hrbata <fhrbata@hrbata.com> [3.10.0-1062.9.1.el7]
+- [kernel] sched: Fix race between task_group and sched_task_group (Oleksandr Natalenko) [1778545 1738415]
+
+* Thu Nov 14 2019 Bruno Meneguele <bmeneg@redhat.com> [3.10.0-1062.8.1.el7]
+- [kernel] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices (Phil Auld) [1770738 1752136]
+
 * Wed Nov 13 2019 Bruno Meneguele <bmeneg@redhat.com> [3.10.0-1062.7.1.el7]
 - [drm] drm/i915/cmdparser: Fix jump whitelist clearing (Dave Airlie) [1756882 1756883] {CVE-2019-0155}
 - [drm] drm/i915: Lower RM timeout to avoid DSI hard hangs (Dave Airlie) [1756815 1756816] {CVE-2019-0154}