From 43c0e743006ffb0fde548dc4901eeb6fb6946780 Mon Sep 17 00:00:00 2001 From: YangYingliang Date: Mon, 21 Dec 2020 17:18:44 +0800 Subject: [PATCH 1/2] update SOURCE. --- SOURCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCE b/SOURCE index c3869fa9..b27c0c08 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2012.1.0 \ No newline at end of file +4.19.90-2012.4.0 \ No newline at end of file -- Gitee From efb618ba26624f8683fc29a293e34d55ef71c6c2 Mon Sep 17 00:00:00 2001 From: YangYingliang Date: Mon, 21 Dec 2020 17:26:00 +0800 Subject: [PATCH 2/2] update kernel.spec. --- kernel.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index 4e9ed6d1..6a57c5dd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2012.1.0 +%global hulkrelease 2012.4.0 %define with_patch 0 @@ -24,7 +24,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0050 +Release: %{hulkrelease}.0053 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -789,6 +789,17 @@ 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() +- romfs: fix uninitialized memory leak in romfs_dev_read() + +* Tue Dec 15 2020 Yang Yingliang - 4.19.90-2012.2.0.0051 +- scsi: libiscsi: Fix cmds hung when sd_shutdown + * Thu Dec 10 2020 Yang Yingliang - 4.19.90-2012.1.0.0050 - fanotify: fix merging marks masks with FAN_ONDIR - scsi/hifc: fix the issue of npiv cannot be deleted -- Gitee