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 8F2B33033E7 for ; Tue, 9 Jun 2026 00:00:17 +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=1780963218; cv=none; b=cvEvDFbSLqfELDaAlvglgNrowMjhXg0emY+2fmDxiCOlI2ZcZAzx/e8QNYam+IaLPBKVhELMbQyF/J4GUFFaGhq3+Kz+y0SoqAnWwOxV/vcaXXzUR1LYWgDznzqdU3tYOa9kY9JloQuSxgPDIU/PjmFtI7XoIpsvq1m86OmqKgs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780963218; c=relaxed/simple; bh=6tGSF+TEf50yY88lsalB7jBruJKVPX3SzWNcg10iAHM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=cjdlnXXNJmZv6WaV+0kNJYDTAtAxRtgJzQhTyUfOcT+MtKIHIALrEaSGdkwNMvAhEjc/cTOn4fYRu2LwrOSrfT0IEfTLSnSELGVXL4dOgaVW+lD7mJ3xPZ0BAZ8xbuTGzJ5U9pubpidEzysTLO1k/psclmiA1ikwhCp3RSNajX8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SdY3+SZJ; 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="SdY3+SZJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DB6D1F00893; Tue, 9 Jun 2026 00:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780963217; bh=egrpFzwC76q9qf4nIB7lcB2gT/DHgjKsY6cCnNpHavI=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=SdY3+SZJeWERyRXdIi+TaO8NITTj+6NAuGE5OFt8Mrv0zT48r8ZTmQicP+JeKA0nQ NKWlrgTlx/v1aQAMO/h0r3TyWhwob+PgPSsFJsT1nORXY5UBimGdXeR/ceZOVshaSm pjxZAI41YJGyuFYrv2nLL0G51LXWadtlojXY0AdmHLpVwgAazTxrmWoevswjsALifV jmJLo9FLHfpl9Zds3u73wv99EzMKj48oDr1t6KHrwdLjj7GsuTf9JfOnBCLfYUKwcO wc0NMMTDQXdQ+umv951VxSK59nXI8JMgwiASDiQViOvr9ySBH8oa+VJ69RFSikjW4B x9R8vJrq9oXbQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 1983E3812FDA; Tue, 9 Jun 2026 00:00:17 +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 v1 net-next] geneve: Move udp_conf.local_ip6 under CONFIG_IPV6 in geneve_create_sock(). From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178096321564.1718110.2533406780367970151.git-patchwork-notify@kernel.org> Date: Tue, 09 Jun 2026 00:00:15 +0000 References: <20260606204848.1987046-1-kuniyu@google.com> In-Reply-To: <20260606204848.1987046-1-kuniyu@google.com> To: Kuniyuki Iwashima Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, kuni1840@gmail.com, netdev@vger.kernel.org, lkp@intel.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 6 Jun 2026 20:48:46 +0000 you wrote: > Unlike struct ip_tunnel_key, struct udp_port_cfg does not always > define IPv6 address fields. > > >> drivers/net/geneve.c:778:12: error: no member named 'local_ip6' in 'struct udp_port_cfg' > 778 | udp_conf.local_ip6 = info->key.u.ipv6.src; > | ~~~~~~~~ ^ > > [...] Here is the summary with links: - [v1,net-next] geneve: Move udp_conf.local_ip6 under CONFIG_IPV6 in geneve_create_sock(). https://git.kernel.org/netdev/net-next/c/4728f2509f2b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html