mbox

pull request net: batman-adv 2014-08-04

Message ID 1407167221-10575-1-git-send-email-antonio@meshcoding.com (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem

Message

Antonio Quartulli Aug. 4, 2014, 3:47 p.m. UTC
  Hello David,

this is a pull request intended for net.

It just contains a patch by Sven Eckelmann that fixes the
reception of out-of-order fragments. As explained in the
commit message, the issue was due to a wrong assumption
about hlist_for_each_entry() in batadv_frag_insert_packet().


Please pull or let me know of any problem.
*If possible, this patch should also be enqueued for stable*

Thanks a lot,
	Antonio



The following changes since commit 4f933f414bf629852f361edf0fc5e765e3e78388:

  r8152: add missing Makefile rule (2014-08-02 20:53:55 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem

for you to fetch changes up to 9d2155fb59e21f4a38838035d2a26a8a02fec16c:

  batman-adv: Fix out-of-order fragmentation support (2014-08-04 16:05:43 +0200)

----------------------------------------------------------------
Fix out-of-order fragments reception.

----------------------------------------------------------------
Sven Eckelmann (1):
      batman-adv: Fix out-of-order fragmentation support

 net/batman-adv/fragmentation.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
  

Comments

David Miller Aug. 5, 2014, 11:22 p.m. UTC | #1
From: Antonio Quartulli <antonio@meshcoding.com>
Date: Mon,  4 Aug 2014 17:47:00 +0200

> this is a pull request intended for net.
> 
> It just contains a patch by Sven Eckelmann that fixes the
> reception of out-of-order fragments. As explained in the
> commit message, the issue was due to a wrong assumption
> about hlist_for_each_entry() in batadv_frag_insert_packet().
> 
> Please pull or let me know of any problem.
> *If possible, this patch should also be enqueued for stable*

As you can see this didn't make it in time for the 3.16 release,
I've pulled and queued this patch up for -stable.