diff --git a/SOURCES/kernel-x86_64.config b/SOURCES/kernel-x86_64.config
index 4235759..9dca6c8 100644
--- a/SOURCES/kernel-x86_64.config
+++ b/SOURCES/kernel-x86_64.config
@@ -1,5 +1,4 @@
 # x86_64
-# 2019-05-23
 #
 # Compiler: gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
 #
@@ -2067,7 +2066,7 @@ CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
 # CONFIG_SCSI_MVUMI is not set
 # CONFIG_SCSI_DPT_I2O is not set
 # CONFIG_SCSI_ADVANSYS is not set
-# CONFIG_SCSI_ARCMSR is not set
+CONFIG_SCSI_ARCMSR=m
 # CONFIG_SCSI_ESAS2R is not set
 # CONFIG_MEGARAID_NEWGEN is not set
 # CONFIG_MEGARAID_LEGACY is not set
diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec
index 540d564..6b80484 100644
--- a/SPECS/kernel-plus.spec
+++ b/SPECS/kernel-plus.spec
@@ -34,10 +34,10 @@ Summary: The Linux kernel
 # %%define buildid .local
 
 %define rpmversion 4.18.0
-%define pkgrelease 80.7.1.el8_0
+%define pkgrelease 80.7.2.el8_0
 
 # allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 80.7.1%{?dist}
+%define specrelease 80.7.2%{?dist}
 
 %define pkg_release %{specrelease}%{?buildid}
 
@@ -2177,13 +2177,21 @@ fi
 #
 #
 %changelog
-* Tue Jul 30 2019 Akemi Yagi <toracat@centos.org> [4.18.0-80.7.1.el8_0.centos.plus]
+* Fri Aug 09 2019 Akemi Yagi <toracat@centos.org> [4.18.0-80.7.2.el8_0.centos.plus]
 - Apply debranding changes
 - Modify config file for x86_64 with extra features turned on including some network adapters, ReiserFS, TOMOYO
 - Apply patches from CentOS-7 plus kernel
 - Apply driver patches imported from ELRepo
 - Apply patches for e1000 and e1000e from kernel.org [bug#16284]
 
+* Fri Jul 26 2019 Frantisek Hrbata <fhrbata@redhat.com> [4.18.0-80.7.2.el8_0]
+- [x86] x86/entry/64: Use JMP instead of JMPQ (Josh Poimboeuf) [1724500 1724501] {CVE-2019-1125}
+- [x86] x86/speculation: Enable Spectre v1 swapgs mitigations (Josh Poimboeuf) [1724500 1724501] {CVE-2019-1125}
+- [x86] x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations (Josh Poimboeuf) [1724500 1724501] {CVE-2019-1125}
+- [x86] x86/cpufeatures: Combine word 11 and 12 into a new scattered features word (Josh Poimboeuf) [1724500 1724501] {CVE-2019-1125}
+- [x86] x86/cpufeatures: Carve out CQM features retrieval (Josh Poimboeuf) [1724500 1724501] {CVE-2019-1125}
+- [kernel] ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME (Aristeu Rozanski) [1730958 1730959] {CVE-2019-13272}
+
 * Mon Jun 24 2019 Frantisek Hrbata <fhrbata@redhat.com> [4.18.0-80.7.1.el8_0]
 - [x86] Update stepping values for Whiskey Lake U/Y (David Arcari) [1722372 1704801]
 - [x86] x86/perf/amd: Resolve NMI latency issues for active PMCs (David Arcari) [1722367 1640238]