David Howells <dhowells@xxxxxxxxxx> wrote: > It would have to be more like pr_err("Hard-coded device addresses, irqs and > dma channels are not permitted when the kernel is locked down."), possibly > with the addition of either "The driver has been disabled" or "These settings > have been ignored". That should be "Command line-specified" rather than "Hard-coded". The latter are actually okay. A better way to do this would probably be to annotate the module parameter declarations and have the module_param() invoker reject the locked-down parameters. I'm not sure how easy that would be to do, though. David -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html