Re: [PATCH v7 1/7] powerpc/pseries: Define common functions for RTAS sequence calls

2025-03-11 Thread kernel test robot
kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next patch link: https://lore.kernel.org/r/20250309213916.762116-2-haren%40linux.ibm.com patch subject: [PATCH v7 1/7] powerpc/pseries: Define common functions for RTAS sequence calls config: powerpc64-randconfig-r072-20250311 (https://downl

[PATCH v7 1/7] powerpc/pseries: Define common functions for RTAS sequence calls

2025-03-09 Thread Haren Myneni
The RTAS call can be normal where retrieves the data form the hypervisor once or sequence based RTAS call which has to issue multiple times until the complete data is obtained. For some of these sequence RTAS calls, the OS should not interleave calls with different input until the sequence is compl