On 11.09.26 11:37, Ilpo Järvinen wrote:
On Fri, 11 Sep 2026, Juergen Gross wrote:

Today rdmsrq() is a macro using its second parameter as the target for
storing the read MSR value.

Convert rdmsrq() to an inline function returning the MSR value.

The users have been converted using the following semantic patch:

   // Options: --include-headers

   virtual patch
   virtual report

   @@
   expression msr, val;
   @@
   (
   - rdmsrq(msr,val)
   + val = rdmsrq(msr)
   )

Signed-off-by: Juergen Gross <[email protected]>
Acked-by: Damien Le Moal <[email protected]>      # ATA

Acked-by: Ilpo Järvinen <[email protected]>           # pdx86

What is the plan for merging this?

Ingo wanted to take the whole series via the tip tree.


Juergen

Attachment: OpenPGP_0xB0DE9DD628BF132F.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to