From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5A6CC433EF for ; Sun, 8 May 2022 13:30:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233535AbiEHNeP (ORCPT ); Sun, 8 May 2022 09:34:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233527AbiEHNeO (ORCPT ); Sun, 8 May 2022 09:34:14 -0400 Received: from simonwunderlich.de (simonwunderlich.de [IPv6:2a01:4f8:c17:e8c0::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 745BEE0E9 for ; Sun, 8 May 2022 06:30:24 -0700 (PDT) Received: from kero.packetmixer.de (p200300Fa271A310000945dF34724c077.dip0.t-ipconnect.de [IPv6:2003:fa:271a:3100:94:5df3:4724:c077]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simonwunderlich.de (Postfix) with ESMTPSA id E95D6FA1FB; Sun, 8 May 2022 15:21:14 +0200 (CEST) From: Simon Wunderlich To: davem@davemloft.net, kuba@kernel.org Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, Simon Wunderlich Subject: [PATCH 0/1] pull request for net: batman-adv 2022-05-08 Date: Sun, 8 May 2022 15:21:09 +0200 Message-Id: <20220508132110.20451-1-sw@simonwunderlich.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi David, hi Jakub, here is a bugfix for batman-adv which we would like to have integrated into net. Please pull or let me know of any problem! Thank you, Simon The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.open-mesh.org/linux-merge.git tags/batadv-net-pullrequest-20220508 for you to fetch changes up to a063f2fba3fa633a599253b62561051ac185fa99: batman-adv: Don't skb_split skbuffs with frag_list (2022-04-17 23:41:44 +0200) ---------------------------------------------------------------- Here is a batman-adv bugfix: - Don't skb_split skbuffs with frag_list, by Sven Eckelmann ---------------------------------------------------------------- Sven Eckelmann (1): batman-adv: Don't skb_split skbuffs with frag_list net/batman-adv/fragmentation.c | 11 +++++++++++ 1 file changed, 11 insertions(+) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Simon Wunderlich Subject: [PATCH 0/1] pull request for net: batman-adv 2022-05-08 Date: Sun, 8 May 2022 15:21:09 +0200 Message-Id: <20220508132110.20451-1-sw@simonwunderlich.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: To: davem@davemloft.net, kuba@kernel.org Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Hi David, hi Jakub, here is a bugfix for batman-adv which we would like to have integrated in= to net. Please pull or let me know of any problem! Thank you, Simon The following changes since commit 3123109284176b1532874591f7c81f3837bbdc= 17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.open-mesh.org/linux-merge.git tags/batadv-net-pullrequest-202= 20508 for you to fetch changes up to a063f2fba3fa633a599253b62561051ac185fa99: batman-adv: Don't skb_split skbuffs with frag_list (2022-04-17 23:41:44= +0200) ---------------------------------------------------------------- Here is a batman-adv bugfix: - Don't skb_split skbuffs with frag_list, by Sven Eckelmann ---------------------------------------------------------------- Sven Eckelmann (1): batman-adv: Don't skb_split skbuffs with frag_list net/batman-adv/fragmentation.c | 11 +++++++++++ 1 file changed, 11 insertions(+)