Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Yehyeong Lee <yhlee@isslab.korea.ac.kr>
Cc: kuba@kernel.org, pabeni@redhat.com, edumazet@google.com,
	davem@davemloft.net, roopa@nvidia.com, horms@kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net] net: mpls: initialize rtm_tos in mpls_getroute()
Date: Tue, 28 Jul 2026 09:20:05 +0000	[thread overview]
Message-ID: <178523040571.1637186.17942747370476390134.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260723010830.289917-1-yhlee@isslab.korea.ac.kr>

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 23 Jul 2026 10:08:29 +0900 you wrote:
> mpls_getroute() builds the RTM_NEWROUTE reply to an RTM_GETROUTE
> request by filling a struct rtmsg allocated from an skb whose data
> area is not zeroed (alloc_skb(NLMSG_GOODSIZE, ...)). It sets every
> field of the header except rtm_tos:
> 
> 	r = nlmsg_data(nlh);
> 	r->rtm_family	 = AF_MPLS;
> 	r->rtm_dst_len	= 20;
> 	r->rtm_src_len	= 0;
> 	r->rtm_table	= RT_TABLE_MAIN;
> 	r->rtm_type	= RTN_UNICAST;
> 	r->rtm_scope	= RT_SCOPE_UNIVERSE;
> 	r->rtm_protocol = rt->rt_protocol;
> 	r->rtm_flags	= 0;
> 
> [...]

Here is the summary with links:
  - [net] net: mpls: initialize rtm_tos in mpls_getroute()
    https://git.kernel.org/netdev/net/c/295dd295e213

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      reply	other threads:[~2026-07-28  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-23  1:08 [PATCH net] net: mpls: initialize rtm_tos in mpls_getroute() Yehyeong Lee
2026-07-28  9:20 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178523040571.1637186.17942747370476390134.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=roopa@nvidia.com \
    --cc=yhlee@isslab.korea.ac.kr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox