From 2e3a359fa124d9939f9b9f338fa844fe524ee5b5 Mon Sep 17 00:00:00 2001 From: Cheng Jian Date: Mon, 12 Apr 2021 09:13:03 +0800 Subject: [PATCH 1/2] 4.19.90-2104.3.0 --- SOURCE | 2 +- kernel.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 9f2535fd..c1a854b2 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2104.2.0 +4.19.90-2104.3.0 diff --git a/kernel.spec b/kernel.spec index 3210f431..24af1f80 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2104.2.0 +%global hulkrelease 2104.3.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0065 +Release: %{hulkrelease}.0066 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -817,6 +817,10 @@ fi %changelog + +* Mon Apr 12 2021 Cheng Jian - 4.19.90-2104.3.0.0066 +- nvme-fabrics: fix kabi broken due to adding fields in struct nvme_ctrl + * Thu Apr 1 2021 Jiachen Fan - 4.19.90-2104.1.0.0065 - Add the option of "with_perf" - Output jvmti plug-in as part of perf building -- Gitee From c864f8d072113e031ba99773aca57fe0286c1556 Mon Sep 17 00:00:00 2001 From: Cheng Jian Date: Mon, 12 Apr 2021 09:13:34 +0800 Subject: [PATCH 2/2] 4.19.90-2104.4.0 --- SOURCE | 2 +- kernel.spec | 30 ++++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index c1a854b2..693212d5 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2104.3.0 +4.19.90-2104.4.0 diff --git a/kernel.spec b/kernel.spec index 24af1f80..3fe603dd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2104.3.0 +%global hulkrelease 2104.4.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0066 +Release: %{hulkrelease}.0067 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -818,6 +818,32 @@ fi %changelog +* Mon Apr 12 2021 Cheng Jian - 4.19.90-2104.4.0.0067 +- ext4: fix potential error in ext4_do_update_inode +- mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two) +- mm,hwpoison: return -EBUSY when migration fails +- config: Enable files cgroup on x86 +- ext4: Fix unreport netlink message to userspace when fs abort +- ext4: don't leak old mountpoint samples +- scsi: libiscsi: convert change of struct iscsi_conn to fix KABI +- scsi: libiscsi: Reset max/exp cmdsn during recovery +- scsi: iscsi_tcp: Fix shost can_queue initialization +- scsi: libiscsi: Add helper to calculate max SCSI cmds per session +- scsi: libiscsi: Fix iSCSI host workq destruction +- scsi: libiscsi: Fix iscsi_task use after free() +- scsi: libiscsi: Drop taskqueuelock +- scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling +- scsi: libiscsi: Fix error count for active session +- ext4: fix timer use-after-free on failed mount +- loop: fix I/O error on fsync() in detached loop devices +- md/bitmap: fix memory leak of temporary bitmap +- md: get sysfs entry after redundancy attr group create +- md: fix deadlock causing by sysfs_notify +- md: fix the checking of wrong work queue +- md: flush md_rdev_misc_wq for HOT_ADD_DISK case +- md: don't flush workqueue unconditionally in md_open +- md: add new workqueue for delete rdev + * Mon Apr 12 2021 Cheng Jian - 4.19.90-2104.3.0.0066 - nvme-fabrics: fix kabi broken due to adding fields in struct nvme_ctrl -- Gitee