Whamcloud - gitweb
LU-16350 ldiskfs: Server support for LTS linux v6.1 60/52260/13
authorShaun Tancheff <shaun.tancheff@hpe.com>
Thu, 25 Apr 2024 15:38:20 +0000 (22:38 +0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 29 May 2024 04:44:36 +0000 (04:44 +0000)
commitcac78b12d7d1942500e31c8b2a323e843b4d59a0
treed5fd1bf80a4f7328a9c50148b7cdcfa006785686
parentd2ff746a997395e6a31d107e4026ae93c59aef87
LU-16350 ldiskfs: Server support for LTS linux v6.1

Keep LTS kernel support and very recent kernel
ldiskfs series. Squash older series and drop
any unused patches.

Dropping 5.8 and 5.9 non LTS kernel series
Adding patches with kernel version that originated
the change
   linux-5.18/ext4-lookup-dotdot.patch
   linux-6.0/ext4-data-in-dirent.patch
   linux-6.0/ext4-pdirop.patch
   linux-6.1/ext4-dont-check-before-replay.patch
   linux-6.1/ext4-mballoc-extra-checks.patch
   linux-6.1/ext4-prealloc.patch
refresh linux-5.16/ext4-misc.patch to use strscpy instead of strlcpy

Test-Parameters: trivial
HPE-bug-id: LUS-11376
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: Id747e200f5d3f50475094ee5ad948c389cce3184
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52260
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
12 files changed:
config/lustre-build-ldiskfs.m4
ldiskfs/kernel_patches/patches/linux-5.16/ext4-misc.patch
ldiskfs/kernel_patches/patches/linux-5.18/ext4-lookup-dotdot.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/linux-5.8/ext4-simple-blockalloc.patch [deleted file]
ldiskfs/kernel_patches/patches/linux-6.0/ext4-data-in-dirent.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/linux-6.0/ext4-pdirop.patch [moved from ldiskfs/kernel_patches/patches/linux-5.8/ext4-pdirop.patch with 79% similarity]
ldiskfs/kernel_patches/patches/linux-6.1/ext4-dont-check-before-replay.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/linux-6.1/ext4-mballoc-extra-checks.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/linux-6.1/ext4-prealloc.patch [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-5.8.0-ml.series [deleted file]
ldiskfs/kernel_patches/series/ldiskfs-5.9.0-ml.series [deleted file]
ldiskfs/kernel_patches/series/ldiskfs-6.1.38-ml.series [new file with mode: 0644]