]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop 4.4 parisc patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Aug 2017 15:34:58 +0000 (08:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Aug 2017 15:34:58 +0000 (08:34 -0700)
queue-4.4/parisc-increase-thread-and-stack-size-to-32kb.patch [deleted file]
queue-4.4/series

diff --git a/queue-4.4/parisc-increase-thread-and-stack-size-to-32kb.patch b/queue-4.4/parisc-increase-thread-and-stack-size-to-32kb.patch
deleted file mode 100644 (file)
index 0f264b5..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 8f8201dfed91a43ac38c899c82f81eef3d36afd9 Mon Sep 17 00:00:00 2001
-From: Helge Deller <deller@gmx.de>
-Date: Mon, 31 Jul 2017 08:38:27 +0200
-Subject: parisc: Increase thread and stack size to 32kb
-
-From: Helge Deller <deller@gmx.de>
-
-commit 8f8201dfed91a43ac38c899c82f81eef3d36afd9 upstream.
-
-Since kernel 4.11 the thread and irq stacks on parisc randomly overflow
-the default size of 16k. The reason why stack usage suddenly grew is yet
-unknown.
-
-Signed-off-by: Helge Deller <deller@gmx.de>
-Signed-off-by: Helge Deller <deller@gmx.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- arch/parisc/include/asm/thread_info.h |    2 +-
- arch/parisc/kernel/irq.c              |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/parisc/include/asm/thread_info.h
-+++ b/arch/parisc/include/asm/thread_info.h
-@@ -34,7 +34,7 @@ struct thread_info {
- /* thread information allocation */
--#define THREAD_SIZE_ORDER     2 /* PA-RISC requires at least 16k stack */
-+#define THREAD_SIZE_ORDER     3 /* PA-RISC requires at least 32k stack */
- /* Be sure to hunt all references to this down when you change the size of
-  * the kernel stack */
- #define THREAD_SIZE             (PAGE_SIZE << THREAD_SIZE_ORDER)
---- a/arch/parisc/kernel/irq.c
-+++ b/arch/parisc/kernel/irq.c
-@@ -380,7 +380,7 @@ static inline int eirr_to_irq(unsigned l
- /*
-  * IRQ STACK - used for irq handler
-  */
--#define IRQ_STACK_SIZE      (4096 << 2) /* 16k irq stack size */
-+#define IRQ_STACK_SIZE      (4096 << 3) /* 32k irq stack size */
- union irq_stack_union {
-       unsigned long stack[IRQ_STACK_SIZE/sizeof(unsigned long)];
index 1daaf77008fb6b4cb3dc2799606ed14843b069bd..8fb437638b5eedfbb3cf9fecdda0fd89e85d11f1 100644 (file)
@@ -1,4 +1,3 @@
-parisc-increase-thread-and-stack-size-to-32kb.patch
 libata-array-underflow-in-ata_find_dev.patch
 workqueue-restore-wq_unbound-max_active-1-to-be-ordered.patch
 alsa-hda-fix-speaker-output-from-vaio-vpcl14m1r.patch