From patchwork Sun Jan 30 12:11:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 81017 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 A7D35B6EF1 for ; Sun, 30 Jan 2011 23:11:54 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753543Ab1A3MLu (ORCPT ); Sun, 30 Jan 2011 07:11:50 -0500 Received: from narfation.org ([79.140.41.39]:45217 "EHLO v3-1039.vlinux.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752768Ab1A3MLt (ORCPT ); Sun, 30 Jan 2011 07:11:49 -0500 Received: from sven-desktop.home.narfation.org (i59F6CD6C.versanet.de [89.246.205.108]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id B60E59406F; Sun, 30 Jan 2011 13:12:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1296389542; bh=iDxI/CYa0QrvY5hajv7EWm5EGTVLeSISov+ezgihTZs=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=NdDkcchjOb4VvNrAQlIR89jNDgzb4B4M7QyThQZcVlwx+JWZk3HKXO0cHVHUpaSJe Z78NxIS0A0Y/lAawnGORtM1vyp//3+gI1Cc2dnJqdOS7qfhaZrby1N+WVZf2VeO2vI t1tOvshOreQ5jP6nxiHt7zUCqJKtjMeSJ7O1scBQ= From: Sven Eckelmann To: davem@davemloft.net Cc: netdev@vger.kernel.org Subject: pull request: batman-adv 2011-01-30 Date: Sun, 30 Jan 2011 13:11:40 +0100 Message-Id: <1296389504-11208-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.2.3 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, I would like to propose following patches for net-2.6.git/2.6.38. These are important fixes for kernel oopses/memory leaks. I already send this exact same request in 201101301036.57928.sven@narfation.org were you requested a new patch series posting. I cannot reduce the number of fixes any more because it makes no sense to fix one Oops and leave the other one open. I've already removed the fixes for the protocol implementation errors from the first patchset. The following changes since commit aa0adb1a85e159cf57f0e11282bc6c9e3606a5f3: batman-adv: Use "__attribute__" shortcut macros (2011-01-16 03:25:19 +0100) are available in the git repository at: git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/merge-oopsonly Linus Lüssing (1): batman-adv: Fix kernel panic when fetching vis data on a vis server Sven Eckelmann (3): batman-adv: Remove vis info on hashing errors batman-adv: Remove vis info element in free_info batman-adv: Make vis info stack traversal threadsafe net/batman-adv/vis.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) Thanks, Sven --- 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