+++ /dev/null
-From d48b15b0bc7bfab006a20888cec8f03d9067a022 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 12 Jul 2019 16:39:31 -0700
-Subject: ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
-
-From: Eric Biggers <ebiggers@google.com>
-
-[ Upstream commit 25a09ce79639a8775244808c17282c491cff89cf ]
-
-Commit 0e5a610b5ca5 ("ppp: mppe: switch to RC4 library interface"),
-which was merged through the crypto tree for v5.3, changed ppp_mppe.c to
-use the new arc4_crypt() library function rather than access RC4 through
-the dynamic crypto_skcipher API.
-
-Meanwhile commit aad1dcc4f011 ("ppp: mppe: Add softdep to arc4") was
-merged through the net tree and added a module soft-dependency on "arc4".
-
-The latter commit no longer makes sense because the code now uses the
-"libarc4" module rather than "arc4", and also due to the direct use of
-arc4_crypt(), no module soft-dependency is required.
-
-So revert the latter commit.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-Signed-off-by: Eric Biggers <ebiggers@google.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ppp/ppp_mppe.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
-index d9eda7c217e9..6c7fd98cb00a 100644
---- a/drivers/net/ppp/ppp_mppe.c
-+++ b/drivers/net/ppp/ppp_mppe.c
-@@ -63,7 +63,6 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
- MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
- MODULE_LICENSE("Dual BSD/GPL");
- MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
--MODULE_SOFTDEP("pre: arc4");
- MODULE_VERSION("1.0.2");
-
- static unsigned int
---
-2.25.1
-
ubsan-build-ubsan.c-more-conservatively.patch
libnvdimm-btt-remove-unnecessary-code-in-btt_freelis.patch
libnvdimm-btt-fix-lba-masking-during-free-list-popul.patch
-ppp-mppe-revert-ppp-mppe-add-softdep-to-arc4.patch
media-fdp1-fix-r-car-m3-n-naming-in-debug-message.patch
edac-ghes-use-cper-module-handles-to-locate-dimms.patch
cxgb4-free-mac_hlist-properly.patch
+++ /dev/null
-From 6cf0a0eccfa292bf07b8ad1acc02bb38502a5e24 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 12 Jul 2019 16:39:31 -0700
-Subject: ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
-
-From: Eric Biggers <ebiggers@google.com>
-
-[ Upstream commit 25a09ce79639a8775244808c17282c491cff89cf ]
-
-Commit 0e5a610b5ca5 ("ppp: mppe: switch to RC4 library interface"),
-which was merged through the crypto tree for v5.3, changed ppp_mppe.c to
-use the new arc4_crypt() library function rather than access RC4 through
-the dynamic crypto_skcipher API.
-
-Meanwhile commit aad1dcc4f011 ("ppp: mppe: Add softdep to arc4") was
-merged through the net tree and added a module soft-dependency on "arc4".
-
-The latter commit no longer makes sense because the code now uses the
-"libarc4" module rather than "arc4", and also due to the direct use of
-arc4_crypt(), no module soft-dependency is required.
-
-So revert the latter commit.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-Signed-off-by: Eric Biggers <ebiggers@google.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ppp/ppp_mppe.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
-index 8609c1a0777b..a205750b431b 100644
---- a/drivers/net/ppp/ppp_mppe.c
-+++ b/drivers/net/ppp/ppp_mppe.c
-@@ -63,7 +63,6 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
- MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
- MODULE_LICENSE("Dual BSD/GPL");
- MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
--MODULE_SOFTDEP("pre: arc4");
- MODULE_VERSION("1.0.2");
-
- static unsigned int
---
-2.25.1
-
libnvdimm-btt-fix-lba-masking-during-free-list-popul.patch
staging-most-core-replace-strcpy-by-strscpy.patch
thunderbolt-drop-duplicated-get_switch_at_route.patch
-ppp-mppe-revert-ppp-mppe-add-softdep-to-arc4.patch
media-fdp1-fix-r-car-m3-n-naming-in-debug-message.patch
edac-ghes-use-cper-module-handles-to-locate-dimms.patch
edac-ghes-fix-locking-and-memory-barrier-issues.patch
+++ /dev/null
-From 68b75523d457e9c5a4c5e7ced20580e9964f1403 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 12 Jul 2019 16:39:31 -0700
-Subject: ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
-
-From: Eric Biggers <ebiggers@google.com>
-
-[ Upstream commit 25a09ce79639a8775244808c17282c491cff89cf ]
-
-Commit 0e5a610b5ca5 ("ppp: mppe: switch to RC4 library interface"),
-which was merged through the crypto tree for v5.3, changed ppp_mppe.c to
-use the new arc4_crypt() library function rather than access RC4 through
-the dynamic crypto_skcipher API.
-
-Meanwhile commit aad1dcc4f011 ("ppp: mppe: Add softdep to arc4") was
-merged through the net tree and added a module soft-dependency on "arc4".
-
-The latter commit no longer makes sense because the code now uses the
-"libarc4" module rather than "arc4", and also due to the direct use of
-arc4_crypt(), no module soft-dependency is required.
-
-So revert the latter commit.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-Signed-off-by: Eric Biggers <ebiggers@google.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ppp/ppp_mppe.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
-index 6376edd89ceb..05005c660d4d 100644
---- a/drivers/net/ppp/ppp_mppe.c
-+++ b/drivers/net/ppp/ppp_mppe.c
-@@ -62,7 +62,6 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
- MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
- MODULE_LICENSE("Dual BSD/GPL");
- MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
--MODULE_SOFTDEP("pre: arc4");
- MODULE_VERSION("1.0.2");
-
- static unsigned int
---
-2.25.1
-
ext4-lock-the-xattr-block-before-checksuming-it.patch
platform-x86-alienware-wmi-fix-kfree-on-potentially-uninitialized-pointer.patch
libnvdimm-btt-remove-unnecessary-code-in-btt_freelis.patch
-ppp-mppe-revert-ppp-mppe-add-softdep-to-arc4.patch
edac-ghes-use-cper-module-handles-to-locate-dimms.patch
revert-gfs2-don-t-demote-a-glock-until-its-revokes-a.patch
+++ /dev/null
-From a8e46f1e0a99e8c924b5bf62c8dea0853511793b Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 12 Jul 2019 16:39:31 -0700
-Subject: ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
-
-From: Eric Biggers <ebiggers@google.com>
-
-[ Upstream commit 25a09ce79639a8775244808c17282c491cff89cf ]
-
-Commit 0e5a610b5ca5 ("ppp: mppe: switch to RC4 library interface"),
-which was merged through the crypto tree for v5.3, changed ppp_mppe.c to
-use the new arc4_crypt() library function rather than access RC4 through
-the dynamic crypto_skcipher API.
-
-Meanwhile commit aad1dcc4f011 ("ppp: mppe: Add softdep to arc4") was
-merged through the net tree and added a module soft-dependency on "arc4".
-
-The latter commit no longer makes sense because the code now uses the
-"libarc4" module rather than "arc4", and also due to the direct use of
-arc4_crypt(), no module soft-dependency is required.
-
-So revert the latter commit.
-
-Cc: Takashi Iwai <tiwai@suse.de>
-Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-Signed-off-by: Eric Biggers <ebiggers@google.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ppp/ppp_mppe.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
-index 92f52a73ec0e..f60f7660b451 100644
---- a/drivers/net/ppp/ppp_mppe.c
-+++ b/drivers/net/ppp/ppp_mppe.c
-@@ -63,7 +63,6 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
- MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
- MODULE_LICENSE("Dual BSD/GPL");
- MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
--MODULE_SOFTDEP("pre: arc4");
- MODULE_VERSION("1.0.2");
-
- static unsigned int
---
-2.25.1
-
ubsan-build-ubsan.c-more-conservatively.patch
platform-x86-alienware-wmi-fix-kfree-on-potentially-uninitialized-pointer.patch
libnvdimm-btt-remove-unnecessary-code-in-btt_freelis.patch
-ppp-mppe-revert-ppp-mppe-add-softdep-to-arc4.patch
edac-ghes-use-cper-module-handles-to-locate-dimms.patch
cxgb4-free-mac_hlist-properly.patch
cxgb4-cxgb4vf-fix-mac_hlist-initialization-and-free.patch