On Wed, 21 Aug 2024 at 20:11, Simon Horman horms@kernel.org wrote:
On Thu, Aug 15, 2024 at 10:32:29PM +0100, Dmitry Safonov via B4 Relay wrote:
From: Dmitry Safonov 0x7f454c46@gmail.com
It turns to be that open_netns() is called rarely from the child-thread and more often from parent-thread. Yet, on initialization of kconfig checks, either of threads may reach kconfig_lock mutex first. VRF-related checks do create a temprary ksft-check VRF in
nit: temporary
Flagged by checkpatch.pl --codespell
A-ha, b4 has this b4.prep-perpatch-check-cmd git setting: https://github.com/mricon/b4/blob/37811c93f50e70f325e45107a9a20ffc69f2f6dc/s...
Going to set it and hopefully, it will help avoid spellings/typos in future, thanks!