diff --git a/patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch b/patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch index 59b65f6..8de3fcb 100644 --- a/patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch +++ b/patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch @@ -1,7 +1,8 @@ From: Chuck Lever Date: Tue, 2 May 2023 14:59:10 -0400 -Subject: SUNRPC: Fix encoding of rejected RPCs -Patch-mainline: submitted, 168305395091.2266.16355121702708383278.stgit@bazille.1015granger.net +Subject: SUNRPC: Fix encoding of accepted but unsuccessful RPC replies +Git-commit: 29cd2927fb914cc53b5ba4f67d2b74695c994ba4 +Patch-mainline: 6.4-rc3 References: bsc#1210995 Jiri Slaby says: @@ -21,6 +22,7 @@ Jiri Slaby says: Reported-by: Jiri Slaby Link: https://bugzilla.suse.com/show_bug.cgi?id=1210995 Fixes: 4bcf0343e8a6 ("SUNRPC: Set rq_accept_statp inside ->accept methods") +Tested-by: Jiri Slaby Signed-off-by: Chuck Lever Signed-off-by: Jiri Slaby --- diff --git a/rpm/kernel-source.spec.in b/rpm/kernel-source.spec.in index e99b865..035623d 100644 --- a/rpm/kernel-source.spec.in +++ b/rpm/kernel-source.spec.in @@ -150,7 +150,6 @@ Recommends: kernel-install-tools %define _binary_payload w9.bzdio %define symbols %(set -- $([ -e %_sourcedir/extra-symbols ] && cat %_sourcedir/extra-symbols) ; echo $*) -%define variant_symbols %(case %name in (*-rt) echo "RT" ;; esac) %define do_vanilla "%variant" == "" diff --git a/series.conf b/series.conf index 3c9692a..79b912b 100644 --- a/series.conf +++ b/series.conf @@ -1010,6 +1010,7 @@ patches.suse/usbtv-usbtv_set_regs-the-pipe-is-output.patch patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch patches.suse/powerpc-64-Always-build-with-128-bit-long-double.patch + patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch ######################################################## # end of sorted patches @@ -1027,7 +1028,6 @@ # to get into mainline any time soon (or ever) belong # to area specific sections below. ######################################################## - patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch ######################################################## # kbuild/module infrastructure fixes