If you want to modify the current kernel configuration: -1. Save a copy of the current config before making changes: kconfig -s before_changes -2. Modify modules and tunables immediately, or include -h to “hold” changes until next boot: kcmodule [-h] / kctune [-h] -3. Review the new configuration: kconfig -a -4. Check for pending changes: kconfig -D