Re: [PATCH] ref_tracker: do xarray and workqueue job initializations earlier
From: Jakub Kicinski
Date: Fri Jun 27 2025 - 17:44:03 EST
On Thu, 26 Jun 2025 08:52:14 -0400 Jeff Layton wrote:
> The kernel test robot reported an oops that occurred when attempting to
> deregister a dentry from the xarray during subsys_initcall().
>
> The ref_tracker xarrays and workqueue job are being initialized in
> late_initcall() which is too late. Move those to postcore_initcall()
> instead.
Applied to net-next (on top of an -rc tag again, if anyone else
needs it). Thanks!