From: Greg Kroah-Hartman Date: Sun, 27 Jan 2019 14:56:25 +0000 (+0100) Subject: add my s-o-b to new patches X-Git-Tag: v4.9.154~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=145746b4b38d3a4d8efff3de793f0f67db989ae8;p=thirdparty%2Fkernel%2Fstable-queue.git add my s-o-b to new patches --- diff --git a/queue-4.14/ipfrag-really-prevent-allocation-on-netns-exit.patch b/queue-4.14/ipfrag-really-prevent-allocation-on-netns-exit.patch index 55d282b5066..8d7a58ca41b 100644 --- a/queue-4.14/ipfrag-really-prevent-allocation-on-netns-exit.patch +++ b/queue-4.14/ipfrag-really-prevent-allocation-on-netns-exit.patch @@ -17,15 +17,14 @@ Fixes: 648700f76b03 ("inet: frags: use rhashtables for reassembly units") Signed-off-by: Paolo Abeni Signed-off-by: David S. Miller Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - net/ipv4/inet_fragment.c | 2 +- + net/ipv4/inet_fragment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c -index 653be98fe3fb..6ffee9d2b0e5 100644 --- a/net/ipv4/inet_fragment.c +++ b/net/ipv4/inet_fragment.c -@@ -90,7 +90,7 @@ static void inet_frags_free_cb(void *ptr, void *arg) +@@ -90,7 +90,7 @@ static void inet_frags_free_cb(void *ptr void inet_frags_exit_net(struct netns_frags *nf) { @@ -34,6 +33,3 @@ index 653be98fe3fb..6ffee9d2b0e5 100644 rhashtable_free_and_destroy(&nf->rhashtable, inet_frags_free_cb, NULL); } --- -2.19.1 - diff --git a/queue-4.14/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch b/queue-4.14/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch index 53fae71ba7e..03d33a45ac7 100644 --- a/queue-4.14/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch +++ b/queue-4.14/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch @@ -15,12 +15,11 @@ Cc: Koen Vandeputte Cc: Loic Poulain Signed-off-by: Georgi Djakov Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - drivers/mmc/host/Kconfig | 1 + + drivers/mmc/host/Kconfig | 1 + 1 file changed, 1 insertion(+) -diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig -index 8c15637178ff..9ed786935a30 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -429,6 +429,7 @@ config MMC_SDHCI_MSM @@ -31,6 +30,3 @@ index 8c15637178ff..9ed786935a30 100644 help This selects the Secure Digital Host Controller Interface (SDHCI) support present in Qualcomm SOCs. The controller supports --- -2.19.1 - diff --git a/queue-4.20/arm-fix-the-cockup-in-the-previous-patch.patch b/queue-4.20/arm-fix-the-cockup-in-the-previous-patch.patch index 668782d0880..642517cfd43 100644 --- a/queue-4.20/arm-fix-the-cockup-in-the-previous-patch.patch +++ b/queue-4.20/arm-fix-the-cockup-in-the-previous-patch.patch @@ -17,12 +17,11 @@ Fixes: 3a4d0c2172bc ("ARM: ensure that processor vtables is not lost after boot" Signed-off-by: Russell King Signed-off-by: David A. Long Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - arch/arm/mm/proc-macros.S | 4 ++-- + arch/arm/mm/proc-macros.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/arch/arm/mm/proc-macros.S b/arch/arm/mm/proc-macros.S -index 19516fbc2c55..5461d589a1e2 100644 --- a/arch/arm/mm/proc-macros.S +++ b/arch/arm/mm/proc-macros.S @@ -278,7 +278,7 @@ @@ -43,6 +42,3 @@ index 19516fbc2c55..5461d589a1e2 100644 .previous #endif .endm --- -2.19.1 - diff --git a/queue-4.20/sunrpc-address-kerberos-performance-behavior-regress.patch b/queue-4.20/sunrpc-address-kerberos-performance-behavior-regress.patch index aad73c8468d..c5dbe26b22b 100644 --- a/queue-4.20/sunrpc-address-kerberos-performance-behavior-regress.patch +++ b/queue-4.20/sunrpc-address-kerberos-performance-behavior-regress.patch @@ -23,15 +23,14 @@ Fixes: 918f3c1fe83c ("SUNRPC: Improve latency for interactive ... ") Signed-off-by: Chuck Lever Signed-off-by: Anna Schumaker Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - net/sunrpc/xprt.c | 2 +- + net/sunrpc/xprt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c -index 73547d17d3c6..943f08be7c38 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c -@@ -1177,7 +1177,7 @@ xprt_request_enqueue_transmit(struct rpc_task *task) +@@ -1177,7 +1177,7 @@ xprt_request_enqueue_transmit(struct rpc INIT_LIST_HEAD(&req->rq_xmit2); goto out; } @@ -40,6 +39,3 @@ index 73547d17d3c6..943f08be7c38 100644 list_for_each_entry(pos, &xprt->xmit_queue, rq_xmit) { if (pos->rq_task->tk_owner != task->tk_owner) continue; --- -2.19.1 - diff --git a/queue-4.4/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch b/queue-4.4/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch index 45b2eec01ae..16c10f4ea5b 100644 --- a/queue-4.4/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch +++ b/queue-4.4/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch @@ -15,12 +15,11 @@ Cc: Koen Vandeputte Cc: Loic Poulain Signed-off-by: Georgi Djakov Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - drivers/mmc/host/Kconfig | 1 + + drivers/mmc/host/Kconfig | 1 + 1 file changed, 1 insertion(+) -diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig -index 2e6d2fff1096..ceb8175ec071 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -409,6 +409,7 @@ config MMC_SDHCI_MSM @@ -31,6 +30,3 @@ index 2e6d2fff1096..ceb8175ec071 100644 help This selects the Secure Digital Host Controller Interface (SDHCI) support present in Qualcomm SOCs. The controller supports --- -2.19.1 - diff --git a/queue-4.9/ipfrag-really-prevent-allocation-on-netns-exit.patch b/queue-4.9/ipfrag-really-prevent-allocation-on-netns-exit.patch index b021894b9bc..176993bb5e3 100644 --- a/queue-4.9/ipfrag-really-prevent-allocation-on-netns-exit.patch +++ b/queue-4.9/ipfrag-really-prevent-allocation-on-netns-exit.patch @@ -17,15 +17,14 @@ Fixes: 648700f76b03 ("inet: frags: use rhashtables for reassembly units") Signed-off-by: Paolo Abeni Signed-off-by: David S. Miller Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - net/ipv4/inet_fragment.c | 2 +- + net/ipv4/inet_fragment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c -index 5a8c26c9872d..0fb49dedc9fb 100644 --- a/net/ipv4/inet_fragment.c +++ b/net/ipv4/inet_fragment.c -@@ -90,7 +90,7 @@ static void inet_frags_free_cb(void *ptr, void *arg) +@@ -90,7 +90,7 @@ static void inet_frags_free_cb(void *ptr void inet_frags_exit_net(struct netns_frags *nf) { @@ -34,6 +33,3 @@ index 5a8c26c9872d..0fb49dedc9fb 100644 rhashtable_free_and_destroy(&nf->rhashtable, inet_frags_free_cb, NULL); } --- -2.19.1 - diff --git a/queue-4.9/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch b/queue-4.9/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch index 34e79e592af..0d1060214b5 100644 --- a/queue-4.9/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch +++ b/queue-4.9/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch @@ -15,12 +15,11 @@ Cc: Koen Vandeputte Cc: Loic Poulain Signed-off-by: Georgi Djakov Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - drivers/mmc/host/Kconfig | 1 + + drivers/mmc/host/Kconfig | 1 + 1 file changed, 1 insertion(+) -diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig -index 5274f503a39a..33de3eece02d 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -399,6 +399,7 @@ config MMC_SDHCI_MSM @@ -31,6 +30,3 @@ index 5274f503a39a..33de3eece02d 100644 help This selects the Secure Digital Host Controller Interface (SDHCI) support present in Qualcomm SOCs. The controller supports --- -2.19.1 -