aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-11-30 00:49:20 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-11-30 23:46:59 +0100
commita630fd46e9deabeddb11b4bbeb177fc78a31e8a1 (patch)
tree37ef5e79a9b7db054c4279f9435e9d3ea5cfcd27
parent473fbe303f36b84c6653dd84ee302d1b70078479 (diff)
downloadbackports-a630fd46e9deabeddb11b4bbeb177fc78a31e8a1.tar.gz
patches: Refresh on kernel 5.8.18v5.8.18-1
No manual changes needed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--patches/0002-disable-dump-adjust-on-old-kernels.patch4
-rw-r--r--patches/0014-netlink_seq/net_wireless_nl80211.patch2
-rw-r--r--patches/0071-skb-head_frag/wireless.patch2
-rw-r--r--patches/0077-genl-ro-after-init/nl80211.patch2
4 files changed, 5 insertions, 5 deletions
diff --git a/patches/0002-disable-dump-adjust-on-old-kernels.patch b/patches/0002-disable-dump-adjust-on-old-kernels.patch
index ba34a516..4766e4c8 100644
--- a/patches/0002-disable-dump-adjust-on-old-kernels.patch
+++ b/patches/0002-disable-dump-adjust-on-old-kernels.patch
@@ -28,7 +28,7 @@ Date: Fri Mar 1 14:03:49 2013 +0100
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -2680,6 +2680,7 @@ static int nl80211_dump_wiphy(struct sk_
+@@ -2683,6 +2683,7 @@ static int nl80211_dump_wiphy(struct sk_
cb->nlh->nlmsg_seq,
NLM_F_MULTI, state);
if (ret < 0) {
@@ -36,7 +36,7 @@ Date: Fri Mar 1 14:03:49 2013 +0100
/*
* If sending the wiphy data didn't fit (ENOBUFS
* or EMSGSIZE returned), this SKB is still
-@@ -2701,6 +2702,7 @@ static int nl80211_dump_wiphy(struct sk_
+@@ -2704,6 +2705,7 @@ static int nl80211_dump_wiphy(struct sk_
rtnl_unlock();
return 1;
}
diff --git a/patches/0014-netlink_seq/net_wireless_nl80211.patch b/patches/0014-netlink_seq/net_wireless_nl80211.patch
index e21045f9..f5ed7e2c 100644
--- a/patches/0014-netlink_seq/net_wireless_nl80211.patch
+++ b/patches/0014-netlink_seq/net_wireless_nl80211.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -9038,7 +9038,9 @@ static int nl80211_dump_scan(struct sk_b
+@@ -9042,7 +9042,9 @@ static int nl80211_dump_scan(struct sk_b
if (start == 0)
cfg80211_bss_expire(rdev);
diff --git a/patches/0071-skb-head_frag/wireless.patch b/patches/0071-skb-head_frag/wireless.patch
index c4c49d99..83630eb8 100644
--- a/patches/0071-skb-head_frag/wireless.patch
+++ b/patches/0071-skb-head_frag/wireless.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/util.c
+++ b/net/wireless/util.c
-@@ -676,7 +676,11 @@ void ieee80211_amsdu_to_8023s(struct sk_
+@@ -678,7 +678,11 @@ void ieee80211_amsdu_to_8023s(struct sk_
u8 *payload;
int offset = 0, remaining;
struct ethhdr eth;
diff --git a/patches/0077-genl-ro-after-init/nl80211.patch b/patches/0077-genl-ro-after-init/nl80211.patch
index bbc46c13..0864dca0 100644
--- a/patches/0077-genl-ro-after-init/nl80211.patch
+++ b/patches/0077-genl-ro-after-init/nl80211.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -15242,7 +15242,7 @@ static const struct genl_ops nl80211_ops
+@@ -15246,7 +15246,7 @@ static const struct genl_ops nl80211_ops
},
};