On Mon, Sep 27, 2021 at 02:51:56PM -0500, Smita Koralahalli Channabasappa wrote:
Can you please elaborate on this? I'm not sure if I understood thisNo, on a write to the ipid file you should do that checking and write if
right. Should I read the ipid file to verify that the user has input
proper ipid? If ipid file reads zero then do rdmsrl_on_cpu?
the bank is populated or fail the write otherwise. And you should put
all that code in inj_bank_set() - that's why I say "on a write to the
ipid file".
And instead of boot_cpu_has() you should use cpu_feature_enabled().
Makes sense?