]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop broken patch (thought I did it earlier...)
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Nov 2019 19:14:31 +0000 (20:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Nov 2019 19:14:31 +0000 (20:14 +0100)
queue-4.19/nl80211-fix-validation-of-mesh-path-nexthop.patch [deleted file]
queue-4.19/series

diff --git a/queue-4.19/nl80211-fix-validation-of-mesh-path-nexthop.patch b/queue-4.19/nl80211-fix-validation-of-mesh-path-nexthop.patch
deleted file mode 100644 (file)
index 208e227..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From 1fab1b89e2e8f01204a9c05a39fd0b6411a48593 Mon Sep 17 00:00:00 2001
-From: Markus Theil <markus.theil@tu-ilmenau.de>
-Date: Tue, 29 Oct 2019 10:30:03 +0100
-Subject: nl80211: fix validation of mesh path nexthop
-
-From: Markus Theil <markus.theil@tu-ilmenau.de>
-
-commit 1fab1b89e2e8f01204a9c05a39fd0b6411a48593 upstream.
-
-Mesh path nexthop should be a ethernet address, but current validation
-checks against 4 byte integers.
-
-Cc: stable@vger.kernel.org
-Fixes: 2ec600d672e74 ("nl80211/cfg80211: support for mesh, sta dumping")
-Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
-Link: https://lore.kernel.org/r/20191029093003.10355-1-markus.theil@tu-ilmenau.de
-Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- net/wireless/nl80211.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/net/wireless/nl80211.c
-+++ b/net/wireless/nl80211.c
-@@ -284,7 +284,7 @@ static const struct nla_policy nl80211_p
-       [NL80211_ATTR_MNTR_FLAGS] = { /* NLA_NESTED can't be empty */ },
-       [NL80211_ATTR_MESH_ID] = { .type = NLA_BINARY,
-                                  .len = IEEE80211_MAX_MESH_ID_LEN },
--      [NL80211_ATTR_MPATH_NEXT_HOP] = { .type = NLA_U32 },
-+      [NL80211_ATTR_MPATH_NEXT_HOP] = { .type = NLA_32, .len = ETH_ALEN },
-       [NL80211_ATTR_REG_ALPHA2] = { .type = NLA_STRING, .len = 2 },
-       [NL80211_ATTR_REG_RULES] = { .type = NLA_NESTED },
index bcaf1527b7258327bfe7d825616e5b4345051662..d3d1c9e202a24275d0835be7af069b69304cbd46 100644 (file)
@@ -111,4 +111,3 @@ alsa-bebob-fix-prototype-of-helper-function-to-return-negative-value.patch
 alsa-hda-realtek-fix-2-front-mics-of-codec-0x623.patch
 alsa-hda-realtek-add-support-for-alc623.patch
 uas-revert-commit-3ae62a42090f-uas-fix-alignment-of-scatter-gather-segments.patch
-nl80211-fix-validation-of-mesh-path-nexthop.patch