Re: [PATCH v5] powerpc/pseries: read the lpar name from the firmware

2022-02-14 Thread Michael Ellerman
On Thu, 6 Jan 2022 17:13:39 +0100, Laurent Dufour wrote: > The LPAR name may be changed after the LPAR has been started in the HMC. > In that case lparstat command is not reporting the updated value because it > reads it from the device tree which is read at boot time. > > However this value could

Re: [PATCH v5] powerpc/pseries: read the lpar name from the firmware

2022-01-12 Thread Laurent Dufour
On 11/01/2022, 23:40:27, Michael Ellerman wrote: > Tyrel Datwyler writes: >> On 1/6/22 8:13 AM, Laurent Dufour wrote: >>> The LPAR name may be changed after the LPAR has been started in the HMC. >>> In that case lparstat command is not reporting the updated value because it >>> reads it from the d

Re: [PATCH v5] powerpc/pseries: read the lpar name from the firmware

2022-01-11 Thread Michael Ellerman
Tyrel Datwyler writes: > On 1/6/22 8:13 AM, Laurent Dufour wrote: >> The LPAR name may be changed after the LPAR has been started in the HMC. >> In that case lparstat command is not reporting the updated value because it >> reads it from the device tree which is read at boot time. >> >> However t

Re: [PATCH v5] powerpc/pseries: read the lpar name from the firmware

2022-01-10 Thread kernel test robot
Hi Laurent, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on powerpc/next] [also build test WARNING on linux/master linus/master v5.16 next-20220110] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH v5] powerpc/pseries: read the lpar name from the firmware

2022-01-06 Thread Nathan Lynch
Laurent Dufour writes: > The LPAR name may be changed after the LPAR has been started in the HMC. > In that case lparstat command is not reporting the updated value because it > reads it from the device tree which is read at boot time. > > However this value could be read from RTAS. > > Adding thi