From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.simonwunderlich.de (mail.simonwunderlich.de [23.88.38.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E323736655D for ; Tue, 30 Jun 2026 13:50:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=23.88.38.48 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782827414; cv=none; b=e6j8U/2aQFR1FMbQ47HJMpguHIanzc3GaYD6LiqnKoG9qtM5CHxFX8YkFxZxUMMvC+DNbccJ3wn1SF3vay1cdbrpb/66l1IP+hx2QZscAvh0gak7+mz9T+mWVj9Qizjw2M1P5JVAIBA8s5wrUy/c1+XDCa48TAhdgpx9iBeluHo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782827414; c=relaxed/simple; bh=OY/WLvSMj3uNnrwh7DqXkFCXLCQIr8dCX1FF87BNPvI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=NiVwsDT5yHpPkzy8xpblMMjVxXf32PWDcVSnstbbKQUeEvDRuLo8M7cgkOIZIuqWPGJqzHfgDwcnVK2aYmO0ymKHzVl3meuQMkNHS+vEI0RHflVFK5Sim+jD7dL1rFtlG1hkWmEqnP1BSGq7q6Wk9YWirJCk8EKXfbzyMvo1VCs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=simonwunderlich.de; spf=pass smtp.mailfrom=simonwunderlich.de; dkim=pass (2048-bit key) header.d=simonwunderlich.de header.i=@simonwunderlich.de header.b=wYd2D1cD; arc=none smtp.client-ip=23.88.38.48 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=simonwunderlich.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=simonwunderlich.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=simonwunderlich.de header.i=@simonwunderlich.de header.b="wYd2D1cD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=simonwunderlich.de; s=09092022; t=1782827071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=chPXv7++l38ngSLvkWCokAnOz0yB1awOLYQnYMHr4js=; b=wYd2D1cDDBHMXhRtV125IjhreNgzEkma9b8QF9y8aERTZX18kz/zd99boU6xPGFX5VjHFX J2kBaipvq1qLTOtXh7ch2IuHp8yBKlAhpKOE1L2F3C59vCiSSrC6+CnhmuEjwi0lpubU9Y uCNbOAzh6ciOGVR3SQY1Suam1jN4Xban/kExSjtjz/l03vvuj6iysv5SV+7ClNPdgmVxdk Z0fVPP8pJpdC3GE2IiBy0MIJ2s3ZwQVzZwfeE/CKkysViE2evhxyB0cNwWQ+RcnglBS9wU /RARVCvmu9RtgpmPw8AgpPG4r83ZH7Hav1ny8pOBAq/d2l3qX3cNjX6ngllsRw== From: Simon Wunderlich To: netdev@vger.kernel.org Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , b.a.t.m.a.n@lists.open-mesh.org, Simon Wunderlich Subject: [PATCH net 0/6] pull request: batman-adv 2026-06-30 Date: Tue, 30 Jun 2026 15:44:24 +0200 Message-ID: <20260630134430.85786-1-sw@simonwunderlich.de> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Dear net maintainers, here are a couple of bugfixes 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 805185b7c7a1069e407b6f7b3bc98e44d415f484: Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-06-25 12:25:36 -0700) are available in the Git repository at: https://git.open-mesh.org/batadv.git tags/batadv-net-pullrequest-20260630 for you to fetch changes up to 26560c4a03dc4d607331600c187f59ab2df5f341: batman-adv: dat: ensure accessible eth_hdr proto field (2026-06-28 11:49:04 +0200) ---------------------------------------------------------------- Here are some batman-adv bugfix, all by Sven Eckelmann: - fix pointers after potential skb reallocs (5 patches) - dat: ensure accessible eth_hdr proto field ---------------------------------------------------------------- Sven Eckelmann (6): batman-adv: retrieve ethhdr after potential skb realloc on RX batman-adv: access unicast_ttvn skb->data only after skb realloc batman-adv: gw: acquire ethernet header only after skb realloc batman-adv: dat: acquire ARP hw source only after skb realloc batman-adv: bla: reacquire gw address after skb realloc batman-adv: dat: ensure accessible eth_hdr proto field net/batman-adv/distributed-arp-table.c | 28 +++++++++++++++++++++++++++- net/batman-adv/gateway_client.c | 3 ++- net/batman-adv/main.c | 3 +++ net/batman-adv/mesh-interface.c | 1 + net/batman-adv/routing.c | 3 ++- 5 files changed, 35 insertions(+), 3 deletions(-)