On Thu, Apr 08, 2021 at 08:44:35PM -0600, Jason A. Donenfeld wrote: > Since it's just a normal module library, you can simply do this in the > module_init function, rather than deep within registration > abstractions.
I did a try but looks it's not that simple. Not sure if it's because wireguard calls the library directly. Need to check more... Hangbin