From patchwork Thu Sep 6 12:35:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17466 Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 82F3982C85; Thu, 6 Sep 2018 14:35:34 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="bMz+A/Z/"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id D5CD880676 for ; Thu, 6 Sep 2018 14:35:32 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593D79FFA9732AEE00057D068.dip0.t-ipconnect.de [IPv6:2003:c5:93d7:9ffa:9732:aee0:57:d068]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 5C16D1100E1; Thu, 6 Sep 2018 14:35:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1536237332; bh=WjapClYxyzS+VpGILChMVOehi5tO6N/N+FxzOSHAoyA=; h=From:To:Cc:Subject:Date:From; b=bMz+A/Z/LufHto9/jRFscFCNtT1sHjTC/pYAh2bHc/TcqhQ6vzQI9B51HiMQhtIwc 8l95Pei9ZHOLnhcGc8iIwS4jbF0M9q/e4Gk2C6LiZ6IiCb0qYQP6RzUZA5YMX1iQQu gYChsUIj//iK6W4e0n2pkTOhYIQFoC/pputnBEsI= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 6 Sep 2018 14:35:23 +0200 Message-Id: <20180906123528.30490-1-sven@narfation.org> X-Mailer: git-send-email 2.11.0 Subject: [B.A.T.M.A.N.] [PATCH v2 0/5] batman-adv: Missing list checks for *list_add* X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Hi, Marek reviewed the the previous version of the patcheset [0] and requested some changes for patch 1 and 3. * patch 1: - added kerneldoc about the locking requirements * patch 3 - changed batadv_softif_create_vlan to handle problems in batadv_sysfs_add_vlan as fatal error Kind regards, Sven [0] https://patchwork.open-mesh.org/project/b.a.t.m.a.n./list/?series=150&submitter=&state=*&q=&archive=both&delegate= [1] https://www.open-mesh.org/issues/235 [2] https://www.open-mesh.org/issues/236 [3] https://www.open-mesh.org/issues/237 [4] https://www.open-mesh.org/issues/238 [5] https://www.open-mesh.org/issues/239 [6] https://www.open-mesh.org/issues/240 [7] https://www.open-mesh.org/issues/241 [8] https://patchwork.open-mesh.org/patch/4919/ net/batman-adv/gateway_client.c | 11 +++++++++-- net/batman-adv/network-coding.c | 27 +++++++++++++++------------ net/batman-adv/soft-interface.c | 25 ++++++++++++++++++------- net/batman-adv/translation-table.c | 6 ++++-- net/batman-adv/tvlv.c | 8 ++++++-- 5 files changed, 52 insertions(+), 25 deletions(-)