From c3e74a5a2181189fb11f59fda9eb28399171bc68 Mon Sep 17 00:00:00 2001 From: Shaun Tancheff Date: Tue, 7 Feb 2023 00:39:01 -0600 Subject: [PATCH] LU-16535 ldiskfs: Add SUSE 15 SP5 server support SUSE 15 SP5 server support needs an updated ext4-mballoc-pa-free-mismatch.patch for Linux v5.18 and later, as linux/genhd.h was removed Test-Parameters: trivial HPE-bug-id: LUS-11471 Signed-off-by: Shaun Tancheff Change-Id: I4c54edda99e9871389d560de58c415fc8c0ff0a2 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49923 Tested-by: jenkins Tested-by: Maloo Reviewed-by: jsimmons Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- config/lustre-build-ldiskfs.m4 | 2 ++ .../series/ldiskfs-5.14.21-sles15sp5.series | 32 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series diff --git a/config/lustre-build-ldiskfs.m4 b/config/lustre-build-ldiskfs.m4 index c8ce4c2..029af81 100644 --- a/config/lustre-build-ldiskfs.m4 +++ b/config/lustre-build-ldiskfs.m4 @@ -68,6 +68,8 @@ AS_IF([test x$RHEL_KERNEL = xyes], [ ;; 15sp4 ) LDISKFS_SERIES="5.14.21-sles15sp4.series" ;; + 15sp5 ) LDISKFS_SERIES="5.14.21-sles15sp5.series" + ;; esac ]) ], [test x$UBUNTU_KERNEL = xyes], [ diff --git a/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series b/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series new file mode 100644 index 0000000..9fa1926 --- /dev/null +++ b/ldiskfs/kernel_patches/series/ldiskfs-5.14.21-sles15sp5.series @@ -0,0 +1,32 @@ +rhel8/ext4-inode-version.patch +linux-5.4/ext4-lookup-dotdot.patch +linux-5.14/ext4-print-inum-in-htree-warning.patch +linux-5.14/ext4-prealloc.patch +ubuntu18/ext4-osd-iop-common.patch +sles15sp4/ext4-misc.patch +linux-5.14/ext4-mballoc-extra-checks.patch +sles15sp4/ext4-hash-indexed-dir-dotdot-update.patch +linux-5.14/ext4-kill-dx-root.patch +linux-5.18/ext4-mballoc-pa-free-mismatch.patch +sles15sp4/ext4-data-in-dirent.patch +rhel8/ext4-nocmtime.patch +base/ext4-htree-lock.patch +sles15sp4/ext4-pdirop.patch +linux-5.8/ext4-max-dir-size.patch +linux-5.14/ext4-corrupted-inode-block-bitmaps-handling-patches.patch +linux-5.10/ext4-give-warning-with-dir-htree-growing.patch +ubuntu18/ext4-jcb-optimization.patch +linux-5.10/ext4-attach-jinode-in-writepages.patch +rhel8/ext4-dont-check-before-replay.patch +rhel7.6/ext4-use-GFP_NOFS-in-ext4_inode_attach_jinode.patch +rhel7.6/ext4-export-orphan-add.patch +linux-5.14/ext4-export-mb-stream-allocator-variables.patch +ubuntu19/ext4-iget-with-flags.patch +linux-5.14/export-ext4fs-dirhash-helper.patch +linux-5.8/ext4-no-max-dir-size-limit-for-iam-objects.patch +linux-5.14/ext4-ialloc-uid-gid-and-pass-owner-down.patch +linux-5.14/ext4-projid-xattrs.patch +base/ext4-delayed-iput.patch +linux-5.14/ext4-xattr-disable-credits-check.patch +linux-5.10/ext4-fiemap-kernel-data.patch +rhel8/ext4-old_ea_inodes_handling_fix.patch -- 1.8.3.1