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 X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DEEDC11F66 for ; Tue, 13 Jul 2021 16:40:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B60F60FF3 for ; Tue, 13 Jul 2021 16:40:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230087AbhGMQmz (ORCPT ); Tue, 13 Jul 2021 12:42:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:42568 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230132AbhGMQmx (ORCPT ); Tue, 13 Jul 2021 12:42:53 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 9502C6128E; Tue, 13 Jul 2021 16:40:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626194403; bh=DgebdvLjqE0RN6YbiHJD8f6gPMTe/vpQYXAV3mWqAeM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=o9g9y5k8BWyexBWlAlBw+o/OTC10fjEfZuFF35eHJAGkc7We3ZZysecgwAN1taKk4 0hZGNbJQisiLLZZnN6YYANCSpaOg9P+L5o499TJqvvCgZKe6LsRsBZNmGnMeGvaTXu t23MKygot+/chMiv12he1SX2NjSVRCzrbQqCQWRJj6YadT8nlQxlDw1byHDqx+ZZEi lKwGHwPaRVpIAKis0V+UZygRSw6fMug/aHhXDWD7Y5KBTdftdIxUvBwbTb59CBr5k9 kOYof7XFoSfHly7VghpaKjeIZf9CMmoTUApu5FX/FiaJzY+h9x1ST7abRmjxGsyCBA JwDGZ6w41063Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: Use nlmsg_unicast() instead of netlink_unicast() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162619440355.1289.14646732123262264150.git-patchwork-notify@kernel.org> Date: Tue, 13 Jul 2021 16:40:03 +0000 References: <20210713024824.14359-1-yajun.deng@linux.dev> In-Reply-To: <20210713024824.14359-1-yajun.deng@linux.dev> To: Yajun Deng Cc: davem@davemloft.net, yoshfuji@linux-ipv6.org, dsahern@kernel.org, kuba@kernel.org, mathew.j.martineau@linux.intel.com, matthieu.baerts@tessares.net, pablo@netfilter.org, kadlec@netfilter.org, fw@strlen.de, vyasevich@gmail.com, nhorman@tuxdriver.com, marcelo.leitner@gmail.com, johannes.berg@intel.com, ast@kernel.org, yhs@fb.com, 0x7f454c46@gmail.com, aahringo@redhat.com, rdunlap@infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, mptcp@lists.linux.dev, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, linux-sctp@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 13 Jul 2021 10:48:24 +0800 you wrote: > It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() > instead of netlink_unicast(), this looks more concise. > > v2: remove the change in netfilter. > > Signed-off-by: Yajun Deng > > [...] Here is the summary with links: - [v2] net: Use nlmsg_unicast() instead of netlink_unicast() https://git.kernel.org/netdev/net/c/01757f536ac8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html