X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=batman-adv%2Fpatches%2F0001-batman-adv-fix-potential-kernel-paging-errors-for-un.patch;h=7d715e2fb5fe94f4e26848a1653ebc08d9653db5;hb=74376e76f597cbba4704f7113b5ba92a31c4221b;hp=d16dce47d37e45e69340d4e2184dc4c3cc6aaf36;hpb=13f0c9deacfb85587857a3eccbe4ad2de39f74c1;p=lede-routing%2F.git diff --git a/batman-adv/patches/0001-batman-adv-fix-potential-kernel-paging-errors-for-un.patch b/batman-adv/patches/0001-batman-adv-fix-potential-kernel-paging-errors-for-un.patch index d16dce4..7d715e2 100644 --- a/batman-adv/patches/0001-batman-adv-fix-potential-kernel-paging-errors-for-un.patch +++ b/batman-adv/patches/0001-batman-adv-fix-potential-kernel-paging-errors-for-un.patch @@ -1,8 +1,8 @@ From c98c3e521913b8dd5fee4d3b90dc9ed7a47e5bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=BCssing?= Date: Tue, 6 Aug 2013 20:21:15 +0200 -Subject: [PATCH] batman-adv: fix potential kernel paging errors for unicast - transmissions +Subject: [PATCH 1/4] batman-adv: fix potential kernel paging errors for + unicast transmissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -18,11 +18,11 @@ potential reallocations. Signed-off-by: Linus Lüssing Signed-off-by: Marek Lindner --- - bridge_loop_avoidance.c | 2 ++ - gateway_client.c | 13 ++++++++++++- - gateway_client.h | 3 +-- - soft-interface.c | 9 ++++++++- - unicast.c | 13 ++++++++++--- + bridge_loop_avoidance.c | 2 ++ + gateway_client.c | 13 ++++++++++++- + gateway_client.h | 3 +-- + soft-interface.c | 9 ++++++++- + unicast.c | 13 ++++++++++--- 5 files changed, 33 insertions(+), 7 deletions(-) diff --git a/bridge_loop_avoidance.c b/bridge_loop_avoidance.c @@ -199,5 +199,5 @@ index dc8b5d4..688a041 100644 /* inform the destination node that we are still missing a correct route -- -1.7.10.4 +1.8.4.rc3