From 229189dc9e4481c1f01b05c3605191b26c005366 Mon Sep 17 00:00:00 2001 From: YangYingliang Date: Mon, 21 Dec 2020 21:43:58 +0800 Subject: [PATCH] update kernel.spec. --- kernel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index d1295b6..6a57c5d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2012.3.0 +%global hulkrelease 2012.4.0 %define with_patch 0 @@ -24,7 +24,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0052 +Release: %{hulkrelease}.0053 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -789,6 +789,9 @@ fi %endif %changelog +* Mon Dec 21 2020 Yang Yingliang - 4.19.90-2012.4.0.0053 +- defconfig: update the defconfigs to support NVDIMM + * Thu Dec 17 2020 Yang Yingliang - 4.19.90-2012.3.0.0052 - scsi/hifc: fix the issue that the system is suspended during the pres - mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()