+++ /dev/null
-From 9251004617c7dbfcbcad67cef8e69bd63c12808d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 21 Dec 2023 20:58:25 -0800
-Subject: LoongArch: signal.c: add header file to fix build error
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit c968b99f868dd82ebcafec9788ce18334da177b6 ]
-
-loongarch's signal.c uses rseq_signal_deliver() so it should
-pull in the appropriate header to prevent a build error:
-
-../arch/loongarch/kernel/signal.c: In function 'handle_signal':
-../arch/loongarch/kernel/signal.c:1034:9: error: implicit declaration of function 'rseq_signal_deliver' [-Werror=implicit-function-declaration]
- 1034 | rseq_signal_deliver(ksig, regs);
- | ^~~~~~~~~~~~~~~~~~~
-
-Fixes: b74baf4ad05b ("LoongArch: Add signal handling support")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Cc: Huacai Chen <chenhuacai@kernel.org>
-Cc: WANG Xuerui <kernel@xen0n.name>
-Cc: loongarch@lists.linux.dev
-Cc: Kent Overstreet <kent.overstreet@linux.dev>
-Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/loongarch/kernel/signal.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/loongarch/kernel/signal.c b/arch/loongarch/kernel/signal.c
-index 8f5b7986374b..d51f15a50d10 100644
---- a/arch/loongarch/kernel/signal.c
-+++ b/arch/loongarch/kernel/signal.c
-@@ -14,6 +14,7 @@
- #include <linux/cache.h>
- #include <linux/context_tracking.h>
- #include <linux/irqflags.h>
-+#include <linux/rseq.h>
- #include <linux/sched.h>
- #include <linux/mm.h>
- #include <linux/personality.h>
---
-2.43.0
-
crypto-sahara-do-not-resize-req-src-when-doing-hash-.patch
crypto-scomp-fix-req-dst-buffer-overflow.patch
csky-fix-arch_jump_label_transform_static-override.patch
-loongarch-signal.c-add-header-file-to-fix-build-erro.patch
blocklayoutdriver-fix-reference-leak-of-pnfs_device_.patch
nfsv4.1-pnfs-ensure-we-handle-the-error-nfs4err_retu.patch
sunrpc-fix-_xprt_switch_find_current_entry-logic.patch
+++ /dev/null
-From 4fa8cd9f760c872719426a3aae093dd25bf20291 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 21 Dec 2023 20:58:25 -0800
-Subject: LoongArch: signal.c: add header file to fix build error
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit c968b99f868dd82ebcafec9788ce18334da177b6 ]
-
-loongarch's signal.c uses rseq_signal_deliver() so it should
-pull in the appropriate header to prevent a build error:
-
-../arch/loongarch/kernel/signal.c: In function 'handle_signal':
-../arch/loongarch/kernel/signal.c:1034:9: error: implicit declaration of function 'rseq_signal_deliver' [-Werror=implicit-function-declaration]
- 1034 | rseq_signal_deliver(ksig, regs);
- | ^~~~~~~~~~~~~~~~~~~
-
-Fixes: b74baf4ad05b ("LoongArch: Add signal handling support")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Cc: Huacai Chen <chenhuacai@kernel.org>
-Cc: WANG Xuerui <kernel@xen0n.name>
-Cc: loongarch@lists.linux.dev
-Cc: Kent Overstreet <kent.overstreet@linux.dev>
-Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/loongarch/kernel/signal.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/loongarch/kernel/signal.c b/arch/loongarch/kernel/signal.c
-index 4a3686d13349..7a555b600171 100644
---- a/arch/loongarch/kernel/signal.c
-+++ b/arch/loongarch/kernel/signal.c
-@@ -15,6 +15,7 @@
- #include <linux/context_tracking.h>
- #include <linux/entry-common.h>
- #include <linux/irqflags.h>
-+#include <linux/rseq.h>
- #include <linux/sched.h>
- #include <linux/mm.h>
- #include <linux/personality.h>
---
-2.43.0
-
crypto-sahara-do-not-resize-req-src-when-doing-hash-.patch
crypto-scomp-fix-req-dst-buffer-overflow.patch
csky-fix-arch_jump_label_transform_static-override.patch
-loongarch-signal.c-add-header-file-to-fix-build-erro.patch
blocklayoutdriver-fix-reference-leak-of-pnfs_device_.patch
nfs-use-parent-s-objective-cred-in-nfs_access_login_.patch
nfsv4.1-pnfs-ensure-we-handle-the-error-nfs4err_retu.patch
+++ /dev/null
-From bfd5cedadc2427268ee7b39829c347c5e4418947 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 21 Dec 2023 20:58:25 -0800
-Subject: LoongArch: signal.c: add header file to fix build error
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit c968b99f868dd82ebcafec9788ce18334da177b6 ]
-
-loongarch's signal.c uses rseq_signal_deliver() so it should
-pull in the appropriate header to prevent a build error:
-
-../arch/loongarch/kernel/signal.c: In function 'handle_signal':
-../arch/loongarch/kernel/signal.c:1034:9: error: implicit declaration of function 'rseq_signal_deliver' [-Werror=implicit-function-declaration]
- 1034 | rseq_signal_deliver(ksig, regs);
- | ^~~~~~~~~~~~~~~~~~~
-
-Fixes: b74baf4ad05b ("LoongArch: Add signal handling support")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Cc: Huacai Chen <chenhuacai@kernel.org>
-Cc: WANG Xuerui <kernel@xen0n.name>
-Cc: loongarch@lists.linux.dev
-Cc: Kent Overstreet <kent.overstreet@linux.dev>
-Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/loongarch/kernel/signal.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/loongarch/kernel/signal.c b/arch/loongarch/kernel/signal.c
-index 4a3686d13349..7a555b600171 100644
---- a/arch/loongarch/kernel/signal.c
-+++ b/arch/loongarch/kernel/signal.c
-@@ -15,6 +15,7 @@
- #include <linux/context_tracking.h>
- #include <linux/entry-common.h>
- #include <linux/irqflags.h>
-+#include <linux/rseq.h>
- #include <linux/sched.h>
- #include <linux/mm.h>
- #include <linux/personality.h>
---
-2.43.0
-
crypto-scomp-fix-req-dst-buffer-overflow.patch
keys-dns-fix-size-check-of-v1-server-list-header.patch
csky-fix-arch_jump_label_transform_static-override.patch
-loongarch-signal.c-add-header-file-to-fix-build-erro.patch
blocklayoutdriver-fix-reference-leak-of-pnfs_device_.patch
nfs-use-parent-s-objective-cred-in-nfs_access_login_.patch
nfsv4.1-pnfs-ensure-we-handle-the-error-nfs4err_retu.patch