pull request: batman-adv 2011-10-18 (more regression fixes)
Message ID | 1318971669-941-1-git-send-email-lindner_marek@yahoo.de |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <lindner_marek@yahoo.de> Received: from nm5-vm0.bullet.mail.ukl.yahoo.com (nm5-vm0.bullet.mail.ukl.yahoo.com [217.146.183.232]) by open-mesh.org (Postfix) with SMTP id AA52B60082E for <b.a.t.m.a.n@lists.open-mesh.org>; Tue, 18 Oct 2011 23:01:17 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.180] by nm5.bullet.mail.ukl.yahoo.com with NNFMP; 18 Oct 2011 21:01:17 -0000 Received: from [77.238.184.79] by tm11.bullet.mail.ukl.yahoo.com with NNFMP; 18 Oct 2011 21:01:17 -0000 Received: from [127.0.0.1] by smtp148.mail.ukl.yahoo.com with NNFMP; 18 Oct 2011 21:01:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1318971677; bh=cMy6HzaI+PMKvioVMWtGTK1q3LS/RWeG7OaE0f1db9E=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=rd1s3cWUOdL4hLWcRs9ZmvJ9YDnQbwu074BnCYugHKBeOMRWh5C6qMgGdSCgkdQvzrcER7Iy79leLZKBc7ZU91LdvDDnz0cQFSH+PGPkrbr+PJ+FUh4+x7Xh+/y8N936qWsajoyrfZiyX9OY388Oo/gPL4KUkbrXqnBDXyNpp7E= X-Yahoo-Newman-Id: 317054.31322.bm@smtp148.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 3oWxQMYVM1lFIueUlznW_5gnHcYVvXTI1Jibm0WbEKoXLjv y.U2SJAnqfjtj5TbaEd7WBaSKwuOQFiAZUUNjSEoAVc0caT1hBunjkGOTk0o YLZthGiu6u609OmLxmueloFpissFMST35Rw_a8dej3n3N4tlpjZzk6kexBUV Scq2Qy84QJhS4Chn_kJz83Tew1XRsBqAcMgdTo851bt2YX6cmfvdHdbAzsif 9gzOu3eyBo_1AEFjFKiACczGkzcP9I2UMfiBhJkyjImrGARi8PPO4w8I7_zs yg0YdEDmEIsVpyKxWaRE4D5IidWf87Ub2UGOWJitHj.tappUCDfwn.r0ZI7p XcfcE4M2rwcE3RHhR0qm487CSiU.BOhpblM7.8qLSZ2SXVPnQGodlP2kgcB5 B.aRyLRRh8lOEIS9ntiI.aPK7m84UCD.w.EJ9VtHISxjbT0xJNERPy9ibK1Z Okoc9KbjmrhWtWw-- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@93.193.17.48 with plain) by smtp148.mail.ukl.yahoo.com with SMTP; 18 Oct 2011 14:01:16 -0700 PDT From: Marek Lindner <lindner_marek@yahoo.de> To: davem@davemloft.net Date: Tue, 18 Oct 2011 23:01:07 +0200 Message-Id: <1318971669-941-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.5.4 Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] pull request: batman-adv 2011-10-18 (more regression fixes) X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> X-List-Received-Date: Tue, 18 Oct 2011 21:01:18 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git batman-adv/maintMessage
Marek Lindner
Oct. 18, 2011, 9:01 p.m. UTC
Hi David, we have identified and fixed 2 more critical bugs in the linux-3.1 code base. We are somewhat late in the 3.1 release cycle but hoped to take advantage of the delayed release to get these patches included before the final version is out. If not I will have to send these patches to stable@ and would like to see these patches applied to net-next-2.6/3.2. No merge conflicts are to be expected. Let us know what works best for you. Thanks, Marek The following changes since commit 8b267b312df9343fea3bd679c509b36214b5a854: batman-adv: do_bcast has to be true for broadcast packets only (2011-09-22 20:27:10 +0200) are available in the git repository at: git://git.open-mesh.org/linux-merge.git batman-adv/maint Antonio Quartulli (2): batman-adv: fix tt_local_reset_flags() function batman-adv: correctly set the data field in the TT_REPONSE packet net/batman-adv/translation-table.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
Comments
From: Marek Lindner <lindner_marek@yahoo.de> Date: Tue, 18 Oct 2011 23:01:07 +0200 > we have identified and fixed 2 more critical bugs in the linux-3.1 > code base. We are somewhat late in the 3.1 release cycle but hoped > to take advantage of the delayed release to get these patches > included before the final version is out. Pulled, thanks Marek.