“4236e2a1ad679f3b57b23ba333f261b514814f4f”上不存在“...net/ethernet/git@gitcode.net:openharmony/kernel_linux.git”
-
由 Rusty Russell 提交于
We currently set RO & NX on modules very late: after we move them from MODULE_STATE_UNFORMED to MODULE_STATE_COMING, and after we call parse_args() (which can exec code in the module). Much better is to do it in complete_formation() and then call the notifier. This means that the notifiers will be called on a module which is already RO & NX, so that may cause problems (ftrace already changed so they're unaffected). Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>4982223e