You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run_qemu.sh: do not automatically modprobe 'cxl_test' at boot time
Boot time is not a good time to debug issues like
pmem/ndctl#278 or any other really.
`git -C ndctl/ grep 'modprobe.*cxl_test'` shows that pretty much every
test already loads and unloads cxl_test by itself. If some exotic test
managed to avoid doing this until today, then falling back in line is
overdue.
PS: the "depmod_load_..." variable names were wrong: this was relying on
systemd, not depmod.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
0 commit comments