On Wed, Jan 05, 2022, Maxim Levitsky wrote: > On Tue, 2022-01-04 at 22:25 +0000, Sean Christopherson wrote: > > This is all more than a bit terrifying, though I can see the usefuless for a > > developer. At the very least, this should taint the kernel. This should also > > probably be buried behind a Kconfig that is itself buried behind EXPERT. > > > I used 'module_param_unsafe' which does taint the kernel. Ah, neat, TIL. Thanks!