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:
270cb4d
)
neigh: align nlattr properly when needed
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Tue, 26 Apr 2016 08:06:17 +0000
(10:06 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Apr 2016 16:00:49 +0000
(12:00 -0400)
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/neighbour.c
b/net/core/neighbour.c
index 6a395d4402288be0bed26f2a5407db57204997e2..29dd8cc22bbf87a05d555ff16d62e6dee0b536d4 100644
(file)
--- a/
net/core/neighbour.c
+++ b/
net/core/neighbour.c
@@
-1857,7
+1857,8
@@
static int neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl,
ndst.ndts_table_fulls += st->table_fulls;
}
- if (nla_put(skb, NDTA_STATS, sizeof(ndst), &ndst))
+ if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst,
+ NDTA_PAD))
goto nla_put_failure;
}