diff --git a/SOURCES/kernel-x86_64.config b/SOURCES/kernel-x86_64.config
index f9061c5..449ab14 100644
--- a/SOURCES/kernel-x86_64.config
+++ b/SOURCES/kernel-x86_64.config
@@ -1,7 +1,6 @@
 # x86_64
-#
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.18.0-147.3.1.el8_1.centos.plus.x86_64 Kernel Configuration
+# Linux/x86 4.18.0 Kernel Configuration
 #
 
 #
@@ -2161,7 +2160,7 @@ CONFIG_SATA_MOBILE_LPM_POLICY=0
 CONFIG_SATA_AHCI_PLATFORM=m
 # CONFIG_SATA_INIC162X is not set
 # CONFIG_SATA_ACARD_AHCI is not set
-# CONFIG_SATA_SIL24 is not set
+CONFIG_SATA_SIL24=m
 CONFIG_ATA_SFF=y
 
 #
@@ -2178,12 +2177,12 @@ CONFIG_ATA_BMDMA=y
 CONFIG_ATA_PIIX=m
 # CONFIG_SATA_DWC is not set
 # CONFIG_SATA_MV is not set
-# CONFIG_SATA_NV is not set
+CONFIG_SATA_NV=m
 # CONFIG_SATA_PROMISE is not set
 CONFIG_SATA_SIL=m
 CONFIG_SATA_SIS=m
 # CONFIG_SATA_SVW is not set
-# CONFIG_SATA_ULI is not set
+CONFIG_SATA_ULI=m
 CONFIG_SATA_VIA=m
 # CONFIG_SATA_VITESSE is not set
 
@@ -2191,7 +2190,7 @@ CONFIG_SATA_VIA=m
 # PATA SFF controllers with BMDMA
 #
 # CONFIG_PATA_ALI is not set
-# CONFIG_PATA_AMD is not set
+CONFIG_PATA_AMD=m
 # CONFIG_PATA_ARTOP is not set
 # CONFIG_PATA_ATIIXP is not set
 # CONFIG_PATA_ATP867X is not set
diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec
index 156dd78..9623add 100644
--- a/SPECS/kernel-plus.spec
+++ b/SPECS/kernel-plus.spec
@@ -43,10 +43,10 @@
 # define buildid .local
 
 %define rpmversion 4.18.0
-%define pkgrelease 147.3.1.el8_1
+%define pkgrelease 147.5.1.el8_1
 
 # allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 147.3.1%{?dist}
+%define specrelease 147.5.1%{?dist}
 
 %define pkg_release %{specrelease}%{?buildid}
 
@@ -2423,7 +2423,7 @@ fi
 #
 #
 %changelog
-* Tue Dec 17 2019 Akemi Yagi <toracat@centos.org> [4.18.0-147.3.1.el8.centos.plus]
+* Tue Feb 04 2020 Akemi Yagi <toracat@centos.org> [4.18.0-147.5.1.el8.centos.plus]
 - Apply debranding changes
 - Modify config file for x86_64 with extra features turned on including some network adapters,
   some SCSI adapters, ReiserFS, TOMOYO
@@ -2433,6 +2433,42 @@ fi
 - Apply patches for e1000 from kernel.org [bug#16284]
 - Apply patch to fix xfrm memleak [RHBZ#1780470]
 
+* Tue Jan 14 2020 Herton R. Krzesinski <herton@redhat.com> [4.18.0-147.5.1.el8_1]
+- [powerpc] powerpc/shared: Use static key to detect shared processor (Phil Auld) [1781114 1767529]
+- [powerpc] powerpc/vcpu: Assume dedicated processors as non-preempt (Phil Auld) [1781114 1767529]
+
+* Mon Dec 16 2019 Herton R. Krzesinski <herton@redhat.com> [4.18.0-147.4.1.el8_1]
+- [block] blk-mq: apply normal plugging for HDD (Ming Lei) [1782181 1759380]
+- [block] blk-mq: honor IO scheduler for multiqueue devices (Ming Lei) [1782181 1759380]
+- [block] blk-mq: simplify blk_mq_make_request() (Ming Lei) [1782181 1759380]
+- [block] blk-mq: remove blk_mq_put_ctx() (Ming Lei) [1782181 1759380]
+- [x86] kvm: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it (Paolo Bonzini) [1781660 1779553] {CVE-2019-19338}
+- [x86] kvm: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality (Paolo Bonzini) [1781660 1779553] {CVE-2019-19338}
+- [x86] kvm: x86: implement MSR_IA32_TSX_CTRL effect on CPUID (Paolo Bonzini) [1781660 1779553] {CVE-2019-19338}
+- [x86] kvm: x86: do not modify masked bits of shared MSRs (Paolo Bonzini) [1781660 1779553] {CVE-2019-19338}
+- [x86] kvm: x86: fix presentation of TSX feature in ARCH_CAPABILITIES (Paolo Bonzini) [1781660 1779553] {CVE-2019-19338}
+- [x86] kvm/x86: Export MDS_NO=0 to guests when TSX is enabled (Paolo Bonzini) [1781660 1779553] {CVE-2019-19338}
+- [fs] cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs (Leif Sahlberg) [1778693 1765979]
+- [fs] cifs: avoid using MID 0xFFFF (Leif Sahlberg) [1778693 1765979]
+- [fs] cifs: Fix retry mid list corruption on reconnects (Leif Sahlberg) [1778693 1765979]
+- [fs] smb3: fix unmount hang in open_shroot (Leif Sahlberg) [1781113 1757670]
+- [fs] CIFS: fix deadlock in cached root handling (Leif Sahlberg) [1781113 1757670]
+- [fs] Fix match_server check to allow for auto dialect negotiate (Leif Sahlberg) [1781113 1757670]
+- [fs] SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write (Leif Sahlberg) [1781113 1757670]
+- [fs] cifs: fix panic in smb2_reconnect (Leif Sahlberg) [1781113 1757670]
+- [fs] cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level() (Leif Sahlberg) [1781113 1757670]
+- [fs] smb3: fix signing verification of large reads (Dave Wysochanski) [1781110 1753114]
+- [scsi] scsi: lpfc: Fix port relogin failure due to GID_FT interaction (Dick Kennedy) [1781108 1733217]
+- [fs] xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT (Bill O'Donnell) [1778692 1739607]
+- [net] cfg80211: wext: avoid copying malformed SSIDs (Jarod Wilson) [1778633 1778634] {CVE-2019-17133}
+- [block] blkcg: perpcu_ref init/exit should be done from blkg_alloc/free() (Ming Lei) [1777766 1741392]
+- [fs] userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx (Alex Gladkov) [1777389 1749763] {CVE-2019-14898}
+- [netdrv] mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settings (Jarod Wilson) [1776618 1775484] {CVE-2019-14814 CVE-2019-14815 CVE-2019-14816}
+- [netdrv] mwifiex: fix possible heap overflow in mwifiex_process_country_ie() (Jarod Wilson) [1776209 1776210] {CVE-2019-14895}
+- [netdrv] mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() (Jarod Wilson) [1776161 1776162] {CVE-2019-14901}
+- [netdrv] rtlwifi: Fix potential overflow on P2P code (Jarod Wilson) [1775222 1775223] {CVE-2019-17666}
+- [pci] hv: Avoid use of hv_pci_dev->pci_slot after freeing it (Mohammed Gamal) [1764635 1737569]
+
 * Tue Nov 26 2019 Herton R. Krzesinski <herton@redhat.com> [4.18.0-147.3.1.el8_1]
 - [x86] kvm: svm: taint module and print taint message iff nested is enabled (Bandan Das) [1776114 1775410]