From: Jian Yu Date: Thu, 17 Sep 2020 17:35:00 +0000 (-0700) Subject: LU-13919 kernel: kernel update RHEL7.8 [3.10.0-1127.19.1.el7] X-Git-Tag: 2.13.57~164 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=5c4f99955fff2044e155269faaeec5db916d51e8;ds=sidebyside LU-13919 kernel: kernel update RHEL7.8 [3.10.0-1127.19.1.el7] Update RHEL7.8 kernel to 3.10.0-1127.19.1.el7. The extent status tree shrinker patches are removed from the RHEL 7.8 kernel patch series because the following bug fix has been included since version 3.10.0-1127.18.2.el7: ext4: change LRU to round-robin in extent status tree shrinker (BZ#1847343) Test-Parameters: clientdistro=el7.8 serverdistro=el7.8 Change-Id: I8172e79de239681c540ab0644b63f8172790a027 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/39964 Tested-by: jenkins Reviewed-by: James Simmons Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Oleg Drokin --- diff --git a/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.8.series b/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.8.series index 018fae1..defacc9 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.8.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.8.series @@ -40,11 +40,4 @@ rhel7.7/ext4-fix-project-with-unpatched-kernel.patch rhel7.6/ext4-simple-blockalloc.patch rhel7.6/ext4-mballoc-skip-uninit-groups-cr0.patch rhel7.7/ext4-mballoc-prefetch.patch -rhel7.6/ext4-track-extent-status-tree-shrinker-delay-statict.patch -rhel7.6/ext4-remove-extent-status-procfs-files-if-journal-lo.patch -rhel7.6/ext4-change-LRU-to-round-robin-in-extent-status-tree.patch -rhel7.6/ext4-move-handling-of-list-of-shrinkable-inodes-into.patch -rhel7.6/ext4-limit-number-of-scanned-extents-in-status-tree-.patch -rhel7.6/ext4-cleanup-flag-definitions-for-extent-status-tree.patch -rhel7.6/ext4-introduce-aging-to-extent-status-tree.patch base/ext4-no-max-dir-size-limit-for-iam-objects.patch diff --git a/lustre/ChangeLog b/lustre/ChangeLog index df26ddf..c8fd863 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -4,7 +4,7 @@ TBD Whamcloud for currently supported client and server kernel versions. * Server primary kernels built and tested during release cycle: 3.10.0-1062.18.1.el7 (RHEL7.7) - 3.10.0-1127.8.2.el7 (RHEL7.8) + 3.10.0-1127.19.1.el7 (RHEL7.8) * Other server kernels known to build and work at some point (others may also work): 3.10.0-862.14.4.el7 (RHEL7.5) 3.10.0-957.27.2.el7 (RHEL7.6) @@ -19,7 +19,7 @@ TBD Whamcloud * ldiskfs needs an ldiskfs patch series for that kernel, ZFS does not * Client primary kernels built and tested during release cycle: 3.10.0-1062.18.1.el7 (RHEL7.7) - 3.10.0-1127.8.2.el7 (RHEL7.8) + 3.10.0-1127.19.1.el7 (RHEL7.8) 4.12.14-95.48 (SLES12 SP4) 4.12.14-122.20 (SLES12 SP5) 4.12.14-197.37 (SLES15 SP1) diff --git a/lustre/kernel_patches/targets/3.10-rhel7.8.target.in b/lustre/kernel_patches/targets/3.10-rhel7.8.target.in index 85b824d..f9fb3bb 100644 --- a/lustre/kernel_patches/targets/3.10-rhel7.8.target.in +++ b/lustre/kernel_patches/targets/3.10-rhel7.8.target.in @@ -1,5 +1,5 @@ lnxmaj="3.10.0" -lnxrel="1127.8.2.el7" +lnxrel="1127.19.1.el7" KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm SERIES=3.10-rhel7.8.series diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index e7f5796..a9137d5 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -15,7 +15,7 @@ Clients since 2.6.18 DO NOT need any patches. PATCH SERIES FOR SERVER KERNELS: 3.10-rhel7.6.series 3.10.0-957.27.2.el7 (RHEL 7.6) 3.10-rhel7.7.series 3.10.0-1062.18.1.el7 (RHEL 7.7) -3.10-rhel7.8.series 3.10.0-1127.8.2.el7 (RHEL 7.8) +3.10-rhel7.8.series 3.10.0-1127.19.1.el7 (RHEL 7.8) 4.18-rhel8.series 4.18.0-80.11.2.el8 (RHEL 8.0) 4.18-rhel8.1.series 4.18.0-147.8.1.el8 (RHEL 8.1) 4.18-rhel8.2.series 4.18.0-193.6.3.el8 (RHEL 8.2)