diff --git a/kernel.spec b/kernel.spec index 36dd3b7..76c84a8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0239 +Release: %{hulkrelease}.0240 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -60,6 +60,13 @@ Source9002: series.conf Source9998: patches.tar.gz %endif +Patch0001: 0001-nfs_add_api_to_support_enfs_registe_and_handle_mount_option.patch +Patch0002: 0002-sunrpc_add_api_to_support_enfs_registe_and_create_multipath_then_dispatch_IO.patch +Patch0003: 0003-add_enfs_module_for_nfs_mount_option.patch +Patch0004: 0004-add_enfs_module_for_sunrpc_multipatch.patch +Patch0005: 0005-add_enfs_module_for_sunrpc_failover_and_configure.patch +Patch0006: 0006-add_enfs_compile_option.patch + #BuildRequires: BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, tar BuildRequires: bzip2, xz, findutils, gzip, m4, perl, make >= 3.78, diffutils, gawk @@ -284,6 +291,12 @@ Checkpatches series.conf %{_builddir}/kernel-%{version}/linux-%{KernelVer} Applypatches series.conf %{_builddir}/kernel-%{version}/linux-%{KernelVer} %endif +%patch0001 -p1 +%patch0002 -p1 +%patch0003 -p1 +%patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 touch .scmversion find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null @@ -836,6 +849,9 @@ fi %endif %changelog +Mon +* Mon Nov 13 2023 mingqian218472 - 4.19.90-2311.1.0.0240 +- Add feature for nfs client support multipath * Fri Nov 10 2023 hongrongxuan - 4.19.90-2311.1.0.0239 - perf metricgroup: Fix find_evsel_group() event selector