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 BEFDFC0015E for ; Tue, 1 Aug 2023 22:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232389AbjHAWU2 (ORCPT ); Tue, 1 Aug 2023 18:20:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231301AbjHAWUZ (ORCPT ); Tue, 1 Aug 2023 18:20:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 932951BF5 for ; Tue, 1 Aug 2023 15:20:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0113961763 for ; Tue, 1 Aug 2023 22:20:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5D38EC433CA; Tue, 1 Aug 2023 22:20:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690928421; bh=gvrHANUhyG5qfJqmhlNSzZ4lRv6L05JbiYxsWgvbkvA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bLMuH5IqNcHlZTt2G+XJqSxPns1J3f+bKSrOYOSRDela7Beso+KynY199NcomK1jz bOjrl2Z0bVOt75Mj+VH+jPdTl51VoC6doROTbo4jz9gz8sb9YWQUG6IdQG0cspat8i E8RWHMepJoioMduZyuaQTTrWcKB3uhEjQc8ZqdGCwpTAMKu9FydIHmKdmpsgd3w8we q3zSlJJvczO+Qj0zbD0kaohsWcBb1ZwEVzlXxgTxyvLo8gRyknTb8keduSs3UgZ0jj EdzU0JjEEUgf2pYzjJjlybJsnh40sSWdT5UbnpnRDyVZ0/N8+lDp883hDCZfKhWI5O 5hhioz93WfptQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4344BC691E4; Tue, 1 Aug 2023 22:20:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] inet6: Remove unused function declaration udpv6_connect() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169092842127.23766.3395318483569328627.git-patchwork-notify@kernel.org> Date: Tue, 01 Aug 2023 22:20:21 +0000 References: <20230731140437.37056-1-yuehaibing@huawei.com> In-Reply-To: <20230731140437.37056-1-yuehaibing@huawei.com> To: Yue Haibing Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 31 Jul 2023 22:04:37 +0800 you wrote: > This is never implemented since the beginning of git history. > > Signed-off-by: Yue Haibing > --- > include/net/transp_v6.h | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [net-next] inet6: Remove unused function declaration udpv6_connect() https://git.kernel.org/netdev/net-next/c/999d0863ff64 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html