From 0bbd26bf77bd8fc11823bdb3ce54cadc730565b4 Mon Sep 17 00:00:00 2001 From: Cheng Jian Date: Wed, 7 Apr 2021 18:16:39 +0800 Subject: [PATCH 1/2] 4.19.90-2104.3.0 Signed-off-by: Cheng Jian --- SOURCE | 2 +- kernel.spec | 7 +++++-- 2 files changed, 6 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 64dde89e..34bd1339 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 @@ -24,7 +24,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0064 +Release: %{hulkrelease}.0065 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -791,6 +791,9 @@ fi %changelog +* Wed Apr 07 2021 Cheng Jian - 4.19.90-2104.3.0.0065 +- nvme-fabrics: fix kabi broken due to adding fields in struct nvme_ctrl + * Wed Apr 07 2021 Cheng Jian - 4.19.90-2104.2.0.0064 - x86/Kconfig: Drop vendor dependency for X86_UMIP - x86/Kconfig: Rename UMIP config parameter -- Gitee From f8af51e1f8b8f7eadb89f69ff56d11ea41feb8c2 Mon Sep 17 00:00:00 2001 From: Cheng Jian Date: Thu, 8 Apr 2021 09:58:00 +0800 Subject: [PATCH 2/2] 4.19.90-2104.4.0 Signed-off-by: Cheng Jian --- 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 34bd1339..6c005a43 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 @@ -24,7 +24,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0065 +Release: %{hulkrelease}.0066 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -791,6 +791,32 @@ fi %changelog +* Thu Apr 08 2021 Cheng Jian - 4.19.90-2104.4.0.0066 +- 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 + * Wed Apr 07 2021 Cheng Jian - 4.19.90-2104.3.0.0065 - nvme-fabrics: fix kabi broken due to adding fields in struct nvme_ctrl -- Gitee