projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6487390
)
[RAMEN9610-5217] Kernel Panic when User connect WiFi Service.
author
jihun.no
<jihun.no@samsung.com>
Mon, 3 Sep 2018 04:42:35 +0000
(13:42 +0900)
committer
hskang
<hs1218.kang@samsung.com>
Tue, 4 Sep 2018 09:47:17 +0000
(18:47 +0900)
Change-Id: I20c527340cae2eff1f4a2b934d8158f844f9f78f
Signed-off-by: jihun.no <jihun.no@samsung.com>
net/ipv6/ip6_output.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/ip6_output.c
b/net/ipv6/ip6_output.c
index 32fcce711855f375e356519b2b264bede2a9c34e..3db487a8684343f722acff21859120f8a006c687 100644
(file)
--- a/
net/ipv6/ip6_output.c
+++ b/
net/ipv6/ip6_output.c
@@
-881,6
+881,7
@@
fail_toobig:
if (skb->sk && dst_allfrag(skb_dst(skb)))
sk_nocaps_add(skb->sk, NETIF_F_GSO_MASK);
+ skb->dev = skb_dst(skb)->dev;
icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
err = -EMSGSIZE;