From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 157FC38B125 for ; Fri, 3 Apr 2026 23:10:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775257858; cv=none; b=ObOYn1cjHgGwoh3fGk9Se0IaY3y05vWDYDvXJZveWboIszBGRoP3F8pEbgIpA03eevbDkpLEq81l38XX23aY8rM6Xxv3ZROsMIgxOArU5KwOCBU1YlJUJkdyq+zOdWeXbsd/bm1QiZlVTmmEEmsGs9+yVDZyY1VKmM3vwT9uWHg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775257858; c=relaxed/simple; bh=NPq1UFDDgzLzGy7socqCKTpF9sw1bSBc8UfyTp1PMrU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=AtZoMRxFoBGkczNw/9rN5bsRV5V/QLVDzArQPFwYOa6XAftCCT5lk5yJmeiodTyfLkyKERyMBQ2BNN3xwAKYExar/Y0kDuR6KGISdu3FjHSw0YhKGnwOMEfuqn3XY/98gBAGfS08ZonUfbrj9WvzYQm2/ku6jkmqgB7NCLffe7E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fiO2v2Gs; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fiO2v2Gs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EAE1BC19423; Fri, 3 Apr 2026 23:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775257858; bh=NPq1UFDDgzLzGy7socqCKTpF9sw1bSBc8UfyTp1PMrU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=fiO2v2Gs+ClIglkJqeBAG9T2Di6cAEPs+wASr1W5rNV+K2h7H8mXY41/cqo9vrKTl UGCkxWTy1FafTmtogQTKsaQo7GmCHi0IfWf9Su1cHFABByKI8xSKOcpWkc5dQJc+7o Oznnz4YsdYBXxsnpNyIMRR3Sap5Y9jDTBh6v/4y96ElgVaAx9XUIG7gaw+kKpTJ293 zj0UuabegO9Xkj1r56YpL+9tgKFdORT0mIWZgmXWqlLGvcVVWNffn6bon9yYklfIBU 3pDKcCk9yVCzIzHnhN1JI3Sm4fhRpr44Ja+0a/pC8wF5tX2awePp8wWR4GKZnC6neW sbHwKSod/fBgw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9E5F3809A14; Fri, 3 Apr 2026 23:10:40 +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] inet: remove leftover EXPORT_SYMBOL() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177525783928.1484550.17733640472253029732.git-patchwork-notify@kernel.org> Date: Fri, 03 Apr 2026 23:10:39 +0000 References: <20260402174430.2462800-1-edumazet@google.com> In-Reply-To: <20260402174430.2462800-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, kuniyu@google.com, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 2 Apr 2026 17:44:30 +0000 you wrote: > IPv6 is no longer a module, we no longer need to export these symbols. > > Signed-off-by: Eric Dumazet > --- > net/ipv4/icmp.c | 4 ---- > net/ipv4/ipmr_base.c | 13 ------------- > net/ipv4/udp_offload.c | 4 ---- > 3 files changed, 21 deletions(-) Here is the summary with links: - [net-next] inet: remove leftover EXPORT_SYMBOL() https://git.kernel.org/netdev/net-next/c/1666d945b57b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html