From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 00CEC2BF3E2 for ; Tue, 9 Jun 2026 00:00:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780963216; cv=none; b=jC80oDSQ26DHlN+qboELdNeffM9AKZN8kZbYlmM8Ea+HWZm2TYd68JjLDMRu9Fu+ZwgDu+ZCuVj+laVDdVwitnN2LUUq2skp0dnv52Y09t4C1gC/YxqKi9EeKIbc4Bmc7YYl3GJUeSV5mXKdDhrgHq2lfj81K3zZuVzSojSxtW8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780963216; c=relaxed/simple; bh=qH9iVc+b+cldbRj9fFhitWkNvsyZnarglgc7tug9X6I=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=tPTcSdF4Y7D6k2bPsw4t364mrP7IwBwLfpAreFQDmvZPlGibA52SCI/7JsQvOzroiElimOTdMSrir2B5YQaQLLU47M4V1Q4O2xmKqRyR+spE8cysyi2cbJRyGM13sj4RDiNx0Cs8CITZYd4w/BnGi2RKMho29/w3sgpUnlKgvAs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WbOGRXEW; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WbOGRXEW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A71BE1F00893; Tue, 9 Jun 2026 00:00:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780963215; bh=DcvM373Xmk4VXBSSd3PH7Nqwuspi9gTK3vpxFzXt/ak=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=WbOGRXEW1JEKuA3QKhqqqeX113ACUcYNq9CVU7xbo0iwGAE/sQ8ahrfge8MX3Seho W1vl5eAHA1bFtARL0/CcgorQAEacWZYI4BTz3igBMiZ7J4DmlUg5G1FQPWXatuTtlq fg+SEwy4+YsGPrEveJ8Q/Wlj2UuRHjm8wGp9sBYMoDbz5IGUutESQHIjCKnO94eyb+ tDfg2ehkrmGYW2/BfyJpKI5BXkcpcleaB0NSy2/vgW7+xo0aBvz4bfgmq68DWbuLTt x7VNL6agCOTXR/jE1n/iApIjIyGG4eK3I7UPjlRRWI9eVe3JOfa8HDzxCnrGL1rBYx R8geiTLz82bGw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93B2B3812FDA; Tue, 9 Jun 2026 00:00:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] neighbour: remove obsolete EXPORT_SYMBOL() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178096321414.1718110.1074358995484772057.git-patchwork-notify@kernel.org> Date: Tue, 09 Jun 2026 00:00:14 +0000 References: <20260605073426.2922242-1-edumazet@google.com> In-Reply-To: <20260605073426.2922242-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, dsahern@kernel.org, idosch@nvidia.com, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 5 Jun 2026 07:34:26 +0000 you wrote: > IPv6 can't be a module anymore, we no longer need to export: > > - neigh_changeaddr > - neigh_carrier_down > - neigh_ifdown > - neigh_connected_output > - neigh_direct_output > - neigh_table_init > - neigh_table_clear > > [...] Here is the summary with links: - [net-next] neighbour: remove obsolete EXPORT_SYMBOL() https://git.kernel.org/netdev/net-next/c/1bf20cc62a54 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html