Quoting Maulik Shah (2020-08-25 04:21:22) > From: John Stultz <[email protected]> > > This patch allow the rpmh driver to be loaded as a permenent > module. Meaning it can be loaded from a module, but then cannot > be unloaded. > > Ideally, it would include a remove hook and related logic, but > the rpmh driver is fairly core to the system, so once its loaded > with almost anything else to get the system to go, the dependencies > are not likely to ever also be removed. > > So making it a permanent module at least improves things slightly > over requiring it to be a built in driver. > > Cc: Todd Kjos <[email protected]> > Cc: Saravana Kannan <[email protected]> > Cc: Andy Gross <[email protected]> > Cc: Bjorn Andersson <[email protected]> > Cc: Rajendra Nayak <[email protected]> > Cc: [email protected] > Signed-off-by: John Stultz <[email protected]> > Signed-off-by: Bjorn Andersson <[email protected]> > [mkshah: Fix typos in commit message, send after removing _rcuidle trace] > Signed-off-by: Maulik Shah <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]>

