From patchwork Sun Jan 30 09:36:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 81004 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 19D4C1007D3 for ; Sun, 30 Jan 2011 20:37:21 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566Ab1A3JhE (ORCPT ); Sun, 30 Jan 2011 04:37:04 -0500 Received: from narfation.org ([79.140.41.39]:55388 "EHLO v3-1039.vlinux.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752472Ab1A3JhB (ORCPT ); Sun, 30 Jan 2011 04:37:01 -0500 Received: from sven-laptop.home.narfation.org (i59F6CD6C.versanet.de [89.246.205.108]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 512109406F; Sun, 30 Jan 2011 10:37:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1296380253; bh=vzY99uqXChFO8+7+shn8rTxyzJa4tt9wUH1gfHSNwic=; h=From:To:Subject:Date:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=XOqsSoWTQltarwvHQ9bVXiLsGThlencCTJfMpaDiPFXNzdup6SC9Kh0msGwWRjLh7 TFDiQBYxguqMA5+f3hUw2UH7IO7MutNeFP1e1kCozxPnC3zsEHNdxR3mcPrH3rxW8V ryiOt2ZsXSpyVhFVnLy9SkBBzKp2SsWdDgFscpHE= From: Sven Eckelmann To: David Miller Subject: Re: pull request: batman-adv 2011-01-29 Date: Sun, 30 Jan 2011 10:36:54 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.37-trunk-686; KDE/4.4.5; i686; ; ) Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org References: <1296337660-12376-1-git-send-email-sven@narfation.org> <20110129.190815.226768755.davem@davemloft.net> In-Reply-To: <20110129.190815.226768755.davem@davemloft.net> MIME-Version: 1.0 Message-Id: <201101301036.57928.sven@narfation.org> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sunday 30 January 2011 04:08:15 David Miller wrote: > I'm not taking 13 patches in one big bunch at this point post-merge-window, > now matter what they are. Thats why I tried to provide the 6 bug fixes only version without polishing - I could also try to reduce it to a 4 critical version (oops/memleak patches only without protocol implementation failures). Or is the problem that I tried to get them in as pull request? thanks, Sven Here are the oops/memleak patches only: 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(-)