From d272a51841fd60eede98c636fec9ff4282444cc1 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 8 Sep 2017 16:12:14 +0200 Subject: [PATCH] linux: Add backported patches from mainline We have a problem witch accumulating "NFSv4 callback" threads. https://bugzilla.redhat.com/show_bug.cgi?id=1427493 There are patches available in the mainline: https://www.spinics.net/lists/linux-nfs/msg63334.html https://www.spinics.net/lists/linux-nfs/msg63335.html https://www.spinics.net/lists/linux-nfs/msg63336.html Apply these patches. --- linux-4.9.48-171.bee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-4.9.48-171.bee b/linux-4.9.48-171.bee index d4b8ad81f..0d14f9df8 100755 --- a/linux-4.9.48-171.bee +++ b/linux-4.9.48-171.bee @@ -15,6 +15,8 @@ echo $KERNELVERSION SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tar.xz" PATCHURL+=(/src/mariux/patches/0001-iomap-fix-integer-truncation-issues-in-the-zeroing-a.patch) +PATCHURL+=(/src/mariux/patches/linux-0001-SUNRPC-Refactor-svc_set_num_threads.patch) +PATCHURL+=(/src/mariux/patches/linux-0002-NFSv4-Fix-callback-server-shutdown.patch) # EXCLUDE=""