mbox

pull request net: batman-adv 2013-09-18

Message ID 1379485658-2317-1-git-send-email-ordex@autistici.org (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 Sept. 18, 2013, 6:27 a.m. UTC
  Hello David,

this is a very small (but important) fix intended for net/linux-3.{11,12} (since
3.12-rc1 is out I guess this patch needs to be enqueued for stable in order to
reach 3.11?)

This change fixes a regression introduced in 3.11 that prevents the Bridge Loop
Avoidance component from correctly operate on VLANs.


Please pull or let me know of any problem.
Thank you,
	Antonio


The following changes since commit 1ef68ec462571955f2a667ddf1ffe279848709d7:

  Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc (2013-09-16 21:43:54 -0400)

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 4c18c425b2d228415b635e97a64737d7f27c5536:

  batman-adv: set the TAG flag for the vid passed to BLA (2013-09-17 21:15:16 +0200)

----------------------------------------------------------------
Included change:
- fix the Bridge Loop Avoidance component by marking the variables containing
  the VLAN ID with the HAS_TAG flag when needed.

----------------------------------------------------------------
Antonio Quartulli (1):
      batman-adv: set the TAG flag for the vid passed to BLA

 net/batman-adv/soft-interface.c | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

David Miller Sept. 18, 2013, 4:23 p.m. UTC | #1
From: Antonio Quartulli <ordex@autistici.org>
Date: Wed, 18 Sep 2013 08:27:37 +0200

> this is a very small (but important) fix intended for net/linux-3.{11,12} (since
> 3.12-rc1 is out I guess this patch needs to be enqueued for stable in order to
> reach 3.11?)
> 
> This change fixes a regression introduced in 3.11 that prevents the Bridge Loop
> Avoidance component from correctly operate on VLANs.

Pulled and queued up for -stable.