[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<168429361900.31276.11894370225184808220.git-patchwork-notify@kernel.org>
Date: Wed, 17 May 2023 03:20:19 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Ido Schimmel <idosch@...dia.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
pabeni@...hat.com, edumazet@...gle.com, jiri@...nulli.us,
simon.horman@...igine.com, m.szyprowski@...sung.com
Subject: Re: [PATCH net] devlink: Fix crash with CONFIG_NET_NS=n
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 15 May 2023 19:29:25 +0300 you wrote:
> '__net_initdata' becomes a no-op with CONFIG_NET_NS=y, but when this
> option is disabled it becomes '__initdata', which means the data can be
> freed after the initialization phase. This annotation is obviously
> incorrect for the devlink net device notifier block which is still
> registered after the initialization phase [1].
>
> Fix this crash by removing the '__net_initdata' annotation.
>
> [...]
Here is the summary with links:
- [net] devlink: Fix crash with CONFIG_NET_NS=n
https://git.kernel.org/netdev/net/c/d6352dae0903
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists