[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <da6fa493-0911-ca3f-16c0-380bc35d8317@unstable.cc>
Date: Thu, 28 Oct 2021 09:35:28 +0200
From: Antonio Quartulli <a@...table.cc>
To: Yajun Deng <yajun.deng@...ux.dev>, mareklindner@...mailbox.ch,
sw@...onwunderlich.de, sven@...fation.org
Cc: b.a.t.m.a.n@...ts.open-mesh.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] batman-adv: Fix the wrong definition
Hi,
On 28/10/2021 09:23, Yajun Deng wrote:
> There are three variables that are required at most,
> no need to define four variables.
>
> Fixes: 0fa4c30d710d ("batman-adv: Make sysfs support optional")
> Signed-off-by: Yajun Deng <yajun.deng@...ux.dev>
NAK.
kobject_uevent_env() does not know how many items are stored in the
array and thus requires it to be NULL terminated.
Please check the following for reference:
https://elixir.bootlin.com/linux/v5.15-rc6/source/lib/kobject_uevent.c#L548
OTOH I guess we could still use '{}' for the initialization.
Regards,
--
Antonio Quartulli
Powered by blists - more mailing lists