From 1b9434433ba87005a9611d3a95769a0f91bb9b68 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Fri, 26 Aug 2022 12:16:25 -0700 Subject: [PATCH] LU-16075 kernel: kernel update RHEL8.6 [4.18.0-372.19.1.el8_6] Update RHEL8.6 kernel to 4.18.0-372.19.1.el8_6. Lustre-change: https://review.whamcloud.com/48116 Lustre-commit: TBD (077f4b13e7fbe564a79c35487e8208e8381fc833) Test-Parameters: trivial fstype=ldiskfs \ clientdistro=el8.6 serverdistro=el8.6 testlist=sanity Test-Parameters: trivial fstype=zfs \ clientdistro=el8.6 serverdistro=el8.6 testlist=sanity Change-Id: I8e0fbdab54d36512c4c4cbdbc97c580994ebcbd3 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/48319 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger --- contrib/lbuild/lbuild | 5 +++++ lustre/ChangeLog | 4 ++-- lustre/kernel_patches/targets/4.18-rhel8.6.target.in | 2 +- lustre/kernel_patches/which_patch | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index c050683..7b9520b 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -463,6 +463,8 @@ download_srpm() { local srpm=$2 local force="${3:-false}" + [[ ! -s "$KERNELDIR/$srpm" ]] || return 0 + # let the download_file handle the concurrency if $DOWNLOAD; then local location @@ -487,6 +489,9 @@ download_debuginfo_common() { local rpm=$1 local force="${2:-false}" + [[ ! -s "$KERNELRPMSBASE/$lnxmaj/$DISTROMAJ/$TARGET_ARCH/$rpm" ]] || + return 0 + # let the download_file handle the concurrency if $DOWNLOAD; then # get the location from a distro specific method if it exists diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 04609fb..5020677 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -13,7 +13,7 @@ 4.18.0-240.22.1.el8 (RHEL8.3) 4.18.0-305.25.1.el8 (RHEL8.4) 4.18.0-348.23.1.el8 (RHEL8.5) - 4.18.0-372.16.1.el8 (RHEL8.6) + 4.18.0-372.19.1.el8 (RHEL8.6) 4.15.0-32 (Ubuntu 18.04) 5.4.0-48 (Ubuntu 20.04) 5.4.0 (kernel.org) @@ -40,7 +40,7 @@ 4.18.0-240.22.1.el8 (RHEL8.3) 4.18.0-305.25.1.el8 (RHEL8.4) 4.18.0-348.23.1.el8 (RHEL8.5) - 4.18.0-372.16.1.el8 (RHEL8.6) + 4.18.0-372.19.1.el8 (RHEL8.6) 5.14.0-70.22.1.el9 (RHEL9.0) 4.4.120-92.70 (SLES12 SP2) 4.4.180-94.100 (SLES12 SP3) diff --git a/lustre/kernel_patches/targets/4.18-rhel8.6.target.in b/lustre/kernel_patches/targets/4.18-rhel8.6.target.in index 5e1eb5f..f0bba47 100644 --- a/lustre/kernel_patches/targets/4.18-rhel8.6.target.in +++ b/lustre/kernel_patches/targets/4.18-rhel8.6.target.in @@ -1,5 +1,5 @@ lnxmaj="4.18.0" -lnxrel="372.16.1.el8_6" +lnxrel="372.19.1.el8_6" KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm SERIES=4.18-rhel8.6.series diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index c0419ea..78bb6a9 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -23,6 +23,6 @@ PATCH SERIES FOR SERVER KERNELS: 4.18-rhel8.3.series 4.18.0-240.22.1.el8 (RHEL 8.3) 4.18-rhel8.4.series 4.18.0-305.25.1.el8 (RHEL 8.4) 4.18-rhel8.5.series 4.18.0-348.23.1.el8 (RHEL 8.5) -4.18-rhel8.6.series 4.18.0-372.16.1.el8 (RHEL 8.6) +4.18-rhel8.6.series 4.18.0-372.19.1.el8 (RHEL 8.6) See lustre/ChangeLog for supported client kernel versions. -- 1.8.3.1