Status: IN
RHEL 9 manages kernel drivers as loadable modules with a complete lifecycle: modules stored in `/lib/modules/$(uname -r)/`, managed via lsmod/modprobe/modprobe -r/modinfo commands, with persistent blacklisting via `modprobe.blacklist=` that survives installation.