diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-08 12:01:37 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-08 12:01:37 +0000 |
commit | 5fb250390c94182ca58cd8b745821af013748f31 (patch) | |
tree | cef86161f3687d71c522125b139e9773d5700149 /target/linux/generic/patches-3.18/653-disable_netlink_trim.patch | |
parent | 67ab756ccef6b7d0f1c398a1c4446487453e2e76 (diff) | |
download | upstream-5fb250390c94182ca58cd8b745821af013748f31.tar.gz upstream-5fb250390c94182ca58cd8b745821af013748f31.tar.bz2 upstream-5fb250390c94182ca58cd8b745821af013748f31.zip |
kernel: update 3.18 to 3.18.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44318 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/653-disable_netlink_trim.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/653-disable_netlink_trim.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/653-disable_netlink_trim.patch b/target/linux/generic/patches-3.18/653-disable_netlink_trim.patch index 6b25a2e8f5..5732596792 100644 --- a/target/linux/generic/patches-3.18/653-disable_netlink_trim.patch +++ b/target/linux/generic/patches-3.18/653-disable_netlink_trim.patch @@ -1,6 +1,6 @@ --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c -@@ -1715,27 +1715,7 @@ void netlink_detachskb(struct sock *sk, +@@ -1695,27 +1695,7 @@ void netlink_detachskb(struct sock *sk, static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) { |