]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add my s-o-b to new patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jan 2019 14:56:25 +0000 (15:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jan 2019 14:56:25 +0000 (15:56 +0100)
queue-4.14/ipfrag-really-prevent-allocation-on-netns-exit.patch
queue-4.14/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch
queue-4.20/arm-fix-the-cockup-in-the-previous-patch.patch
queue-4.20/sunrpc-address-kerberos-performance-behavior-regress.patch
queue-4.4/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch
queue-4.9/ipfrag-really-prevent-allocation-on-netns-exit.patch
queue-4.9/mmc-kconfig-enable-config_mmc_sdhci_io_accessors.patch

index 55d282b50668242ac92d9e7242044fdf96330ac3..8d7a58ca41b697d8805d254661c4e3fbfbdbc055 100644 (file)
@@ -17,15 +17,14 @@ Fixes: 648700f76b03 ("inet: frags: use rhashtables for reassembly units")
 Signed-off-by: Paolo Abeni <pabeni@redhat.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-
index 53fae71ba7ec17ddc3e5f8d630b032fdf27a1db4..03d33a45ac7cec79c43660f6d60da2bac3082218 100644 (file)
@@ -15,12 +15,11 @@ Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
 Cc: Loic Poulain <loic.poulain@linaro.org>
 Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-
index 668782d08800c070ec7c6fcd635d3aec494df847..642517cfd4318d1b883123ff4dc16c65eee452f2 100644 (file)
@@ -17,12 +17,11 @@ Fixes: 3a4d0c2172bc ("ARM: ensure that processor vtables is not lost after boot"
 Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
 Signed-off-by: David A. Long <dave.long@linaro.org>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-
index aad73c8468d9d04a885ee51cdc5023b43ed8ee36..c5dbe26b22b0c6af448ce775b4c4d6e3d8f4eef9 100644 (file)
@@ -23,15 +23,14 @@ Fixes: 918f3c1fe83c ("SUNRPC: Improve latency for interactive ... ")
 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
 Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-
index 45b2eec01ae66b6dad93428c93ea96be17eae385..16c10f4ea5b879a510668ca45bf0fff28c7b2834 100644 (file)
@@ -15,12 +15,11 @@ Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
 Cc: Loic Poulain <loic.poulain@linaro.org>
 Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-
index b021894b9bcba1d8d1cf52b760b5943ef8db3654..176993bb5e3fb165a91e20a78e1f0eba4d3ee141 100644 (file)
@@ -17,15 +17,14 @@ Fixes: 648700f76b03 ("inet: frags: use rhashtables for reassembly units")
 Signed-off-by: Paolo Abeni <pabeni@redhat.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-
index 34e79e592afde84913262abadcb7a0d67a16fae0..0d1060214b5cea9e0536830139ce6c51d814362d 100644 (file)
@@ -15,12 +15,11 @@ Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
 Cc: Loic Poulain <loic.poulain@linaro.org>
 Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- 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
-