From patchwork Tue Oct 18 21:01:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 120512 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9B613B70D1 for ; Wed, 19 Oct 2011 08:01:24 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754095Ab1JRVBT (ORCPT ); Tue, 18 Oct 2011 17:01:19 -0400 Received: from nm5-vm0.bullet.mail.ukl.yahoo.com ([217.146.183.232]:42779 "HELO nm5-vm0.bullet.mail.ukl.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753926Ab1JRVBS (ORCPT ); Tue, 18 Oct 2011 17:01:18 -0400 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 To: davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: pull request: batman-adv 2011-10-18 (more regression fixes) 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 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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(-) --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html