diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-27 21:10:02 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-27 21:10:02 +0000 |
commit | abc694b463dd9c2f2c9a7b22c3191260b94b1f04 (patch) | |
tree | af229c9b6fc7f469f3777db82aa015655af45f70 /target/linux/generic/patches-3.14/653-disable_netlink_trim.patch | |
parent | 4fe76889c0e956d6a7d1ee96af5f681e8e81ee8b (diff) | |
download | mtk-20170518-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.zip mtk-20170518-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.tar.gz mtk-20170518-abc694b463dd9c2f2c9a7b22c3191260b94b1f04.tar.bz2 |
kernel: update 3.14 to 3.14.9
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41362
Diffstat (limited to 'target/linux/generic/patches-3.14/653-disable_netlink_trim.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/653-disable_netlink_trim.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/653-disable_netlink_trim.patch b/target/linux/generic/patches-3.14/653-disable_netlink_trim.patch index ba51cf2..7ce7c65 100644 --- a/target/linux/generic/patches-3.14/653-disable_netlink_trim.patch +++ b/target/linux/generic/patches-3.14/653-disable_netlink_trim.patch @@ -1,6 +1,6 @@ --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c -@@ -1673,27 +1673,7 @@ void netlink_detachskb(struct sock *sk, +@@ -1740,27 +1740,7 @@ void netlink_detachskb(struct sock *sk, static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) { |