Message ID | 20211120123958.260826-1-sven@narfation.org |
---|---|
Headers | show
Return-Path: <b.a.t.m.a.n-bounces@lists.open-mesh.org> X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id 7873383EB4; Sat, 20 Nov 2021 13:40:08 +0100 (CET) Received: from dvalin.narfation.org (dvalin.narfation.org [213.160.73.56]) by diktynna.open-mesh.org (Postfix) with ESMTPS id 3A69383E07 for <b.a.t.m.a.n@lists.open-mesh.org>; Sat, 20 Nov 2021 13:40:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=narfation.org; s=20121; t=1637412006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qLLq3fj17J46k64ugYLdpOib5/vxhkCELZ10FySSXSw=; b=xG2R9qv8bGF/CTNE6S8dXRfpVg4QajF99KEs4aMixdkERi6Ah1wgMl3MH7LJjpUY18jvHe 80hAcYrKMi8G6KgIORCYcHK3mvHCL72Kq1RzDz/SoP+ei0IwV/3HHBdE0Q67lLGKO7jrQ5 RC8krL2j37dfd7cFPYHgoLftV/TnCM0= From: Sven Eckelmann <sven@narfation.org> To: stable@vger.kernel.org Subject: [PATCH 4.9 0/7] batman-adv: Fixes for stable/linux-4.9.y Date: Sat, 20 Nov 2021 13:39:51 +0100 Message-Id: <20211120123958.260826-1-sven@narfation.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1637412006; a=rsa-sha256; cv=none; b=hRB0xMaEd+/ShjvT9Gdk/mXle3LePCXGfHuy6ZZjR6cdt7zcxdTwAuv6aUNxmQipR786AP C8mM272qCuiQkmSUv6z/SB7nOhXmbexnDdifaueO3eWH2SE0lXSg+PRqiY9XBJw/W4cNVZ noIwQf4cOGNf8VmOksF+KzI4GJWvfdw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1637412006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding:dkim-signature; bh=qLLq3fj17J46k64ugYLdpOib5/vxhkCELZ10FySSXSw=; b=mr+JZq8OHAPZYbeX5huurohOP9enj+W7GA8nz8Ma3qIIfWr4yCpCZGhvKE4yvxqRuTstJ/ l90RMOeaYazx3rCmPHrwanw98vmVdDi5AnhqmLP7IloBKWcu1xBL4ZYJp3UcZwVhw9HiwS XEUGNbHog6GWHMl1c5xiPEri0xMnVxY= ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=pass header.d=narfation.org header.s=20121 header.b=xG2R9qv8; spf=pass (diktynna.open-mesh.org: domain of sven@narfation.org designates 213.160.73.56 as permitted sender) smtp.mailfrom=sven@narfation.org; dmarc=pass (policy=none) header.from=narfation.org Content-Transfer-Encoding: quoted-printable Message-ID-Hash: KKSKJQDRWVU626KSHQR4HLWPNCS4XMEJ X-Message-ID-Hash: KKSKJQDRWVU626KSHQR4HLWPNCS4XMEJ X-MailFrom: sven@narfation.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 3.2.1 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> Archived-At: <https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-mesh.org/message/KKSKJQDRWVU626KSHQR4HLWPNCS4XMEJ/> List-Archive: <https://lists.open-mesh.org/mailman3/hyperkitty/list/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-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Subscribe: <mailto:b.a.t.m.a.n-join@lists.open-mesh.org> List-Unsubscribe: <mailto:b.a.t.m.a.n-leave@lists.open-mesh.org> |