(no subject)
Message ID | 1369166035-585-1-git-send-email-ordex@autistici.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <ordex@autistici.org> Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=178.255.144.35; helo=contumacia.investici.org; envelope-from=ordex@autistici.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from contumacia.investici.org (contumacia.investici.org [178.255.144.35]) by open-mesh.org (Postfix) with ESMTPS id 03F3B601E82 for <b.a.t.m.a.n@lists.open-mesh.org>; Tue, 21 May 2013 21:55:45 +0200 (CEST) Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 7409DE83AC; Tue, 21 May 2013 19:55:44 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 contumacia.investici.org 7409DE83AC From: Antonio Quartulli <ordex@autistici.org> To: davem@davemloft.net Date: Tue, 21 May 2013 21:53:54 +0200 Message-Id: <1369166035-585-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <pull request for net: batman-adv 2013-05-21> References: <pull request for net: batman-adv 2013-05-21> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] (no subject) X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 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, 21 May 2013 19:55:46 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davemMessage
Antonio Quartulli
May 21, 2013, 7:53 p.m. UTC
Hello David, this is another small patch for net/linux-3.10. It is preventing a double free of the bat_counters in case of mesh initialisation failure. Sorry for sending such small pull requests (I guess this is not that bad since they target net :-)), but these are small glitches we are finding while testing new features. Please pull or let me know if there is any problem. Thanks a lot, Antonio The following changes since commit 3ccfc1b1d2fa78f8ece83646027982916fcc794b: Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless (2013-05-20 14:05:22 -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 f69ae770e74df420fbcf93aae81b30a5dcc73b7d: batman-adv: Avoid double freeing of bat_counters (2013-05-21 21:34:36 +0200) ---------------------------------------------------------------- Included change: - fix double free in case of failure during mesh initialisation ---------------------------------------------------------------- Martin Hundebøll (1): batman-adv: Avoid double freeing of bat_counters net/batman-adv/main.c | 1 + net/batman-adv/soft-interface.c | 1 + 2 files changed, 2 insertions(+)
Comments
On Tue, May 21, 2013 at 09:53:54PM +0200, Antonio Quartulli wrote: > Hello David, Sorry but git-send-email fooled me. Subject was supposed to be: pull request for net: batman-adv 2013-05-21 Regards, > > this is another small patch for net/linux-3.10. It is preventing a double free > of the bat_counters in case of mesh initialisation failure. > > Sorry for sending such small pull requests (I guess this is not that bad since > they target net :-)), but these are small glitches we are finding while testing > new features. > > Please pull or let me know if there is any problem. > > Thanks a lot, > Antonio
From: Antonio Quartulli <ordex@autistici.org> Date: Tue, 21 May 2013 21:56:26 +0200 > On Tue, May 21, 2013 at 09:53:54PM +0200, Antonio Quartulli wrote: >> Hello David, > > Sorry but git-send-email fooled me. Subject was supposed to be: > > pull request for net: batman-adv 2013-05-21 Pulled, thanks Antonio.