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=-21.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 1C5AFC48BDF for ; Thu, 10 Jun 2021 20:40:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F0C216141E for ; Thu, 10 Jun 2021 20:40:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230205AbhFJUmJ (ORCPT ); Thu, 10 Jun 2021 16:42:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:39468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229941AbhFJUmE (ORCPT ); Thu, 10 Jun 2021 16:42:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 7111061419; Thu, 10 Jun 2021 20:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623357607; bh=aO4K6/jBgH801B2DguKrjFR4LerJDVVqdD0Y4lBjqh4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=W+go+ZAvJP8Z44K/TjMcdf2EsFFw7AmEDyU5bDtwLTjQ6paUYqlI9p4Nh8BuiAfuf EakylcNLZEdciaCiyHMGIu0rjroYqrN4/7gVNMFbpWyFAayvmm2i/c8XXdwVjrRTzA hgBCNMJNZNKet5UviY7EqHYHvs8N/XPn2dwz9nBxZ0fi35rkxmEC7WAmI/RLs13C7J hu6AB62zF6iMMFFmHf+m/8JV/4qzjAmVRyF7b3hrQax8cEn2mtSpiMjAeLtXkxfLoF LvROWiuiyhQibO7S9KS4ESyCYbpfQwX6VtAX31hMj5OP30xpErit+1EVUejSHtZbMB 4z266pESWju5w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] netlink: simplify NLMSG_DATA with NLMSG_HDRLEN From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162335760740.27474.16215837875566738426.git-patchwork-notify@kernel.org> Date: Thu, 10 Jun 2021 20:40:07 +0000 References: <87r1hemosc.wl-chenli@uniontech.com> In-Reply-To: <87r1hemosc.wl-chenli@uniontech.com> To: Chen Li Cc: kuba@kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 07 Jun 2021 09:44:35 +0800 you wrote: > The NLMSG_LENGTH(0) may confuse the API users, > NLMSG_HDRLEN is much more clear. > > Besides, some code style problems are also fixed. > Signed-off-by: Chen Li > --- > include/uapi/linux/netlink.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Here is the summary with links: - netlink: simplify NLMSG_DATA with NLMSG_HDRLEN https://git.kernel.org/netdev/net-next/c/d409989b59ad You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html