[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250909184221.02b070b0@kernel.org>
Date: Tue, 9 Sep 2025 18:42:21 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Matthieu Baerts <matttbe@...nel.org>
Cc: Donald Hunter <donald.hunter@...il.com>, Mat Martineau
<martineau@...nel.org>, Geliang Tang <geliang@...nel.org>, "David S.
Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo
Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>, Davide Caratti
<dcaratti@...hat.com>, Jonathan Corbet <corbet@....net>, Shuah Khan
<shuah@...nel.org>, netdev@...r.kernel.org, mptcp@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kselftest@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH net 1/3] netlink: specs: mptcp: fix if-idx attribute
type
On Tue, 9 Sep 2025 11:08:46 +0200 Matthieu Baerts wrote:
> > Note that mptcp_pm_parse_entry has this, which should maybe be fixed at
> > the same time:
> >
> > u32 val = nla_get_s32(tb[MPTCP_PM_ADDR_ATTR_IF_IDX]);
>
> Good catch!
indeed!
> This should be fixed in a dedicated patch, because this fixes commit:
> ef0da3b8a2f1 ("mptcp: move address attribute into mptcp_addr_info"), a
> different commit than the one being fixed here.
int = u32 is unlikely to cause issues AFAIU. We recently applied
a bunch of such fixes to net-next. I think this can also go to -next.
Powered by blists - more mailing lists