pull request: batman-adv 2011-02-08
Message ID | 1297123161-25612-1-git-send-email-sven@narfation.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <sven@narfation.org> Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 8115E1542E3 for <b.a.t.m.a.n@lists.open-mesh.org>; Tue, 8 Feb 2011 00:59:29 +0100 (CET) Received: from sven-desktop.home.narfation.org (i59F6AA24.versanet.de [89.246.170.36]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 6D81D940AD; Tue, 8 Feb 2011 01:00:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1297123205; bh=tKeykynTTvOVWAAUMG0QvMndKEJsWWA4SFTzU3iotDQ=; h=From:To:Cc:Subject:Date:Message-Id; b=krafPHkZmi2g8SgOvFKrDZVnl/mXCi+H2HyBqjmsks39/AuEDh4XfWBojVUSyiVZ4 5BXsFB+4JNZnMbY2XYGZasmRv52KSNEiyToZV9vl2i8ZnFkAEWCnCh4hEwIDT3NN32 P+mSMGo4TkqPtaknYhsdlF2+/DBH0N6KQoVntNu0= From: Sven Eckelmann <sven@narfation.org> To: davem@davemloft.net Date: Tue, 8 Feb 2011 00:59:20 +0100 Message-Id: <1297123161-25612-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.2.3 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-02-08 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: Mon, 07 Feb 2011 23:59:29 -0000 |
Pull-request
git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/mergeMessage
Sven Eckelmann
Feb. 7, 2011, 11:59 p.m. UTC
Hi, I would like to propose following patch for net-2.6.git/2.6.38 which fixes a possible kernel oops in the unicast fragmentation code. thanks, Sven The following changes since commit 1181e1daace88018b2ff66592aa10a4791d705ff: batman-adv: Make vis info stack traversal threadsafe (2011-01-30 10:32:08 +0100) are available in the git repository at: git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/merge Sven Eckelmann (1): batman-adv: Linearize fragment packets before merge net/batman-adv/unicast.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-)
Comments
From: Sven Eckelmann <sven@narfation.org> Date: Tue, 8 Feb 2011 00:59:20 +0100 > I would like to propose following patch for net-2.6.git/2.6.38 which fixes a > possible kernel oops in the unicast fragmentation code. ... > The following changes since commit 1181e1daace88018b2ff66592aa10a4791d705ff: > > batman-adv: Make vis info stack traversal threadsafe (2011-01-30 10:32:08 +0100) > > are available in the git repository at: > git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/merge Pulled, thanks.