Re: [PATCH v2 2/2] hwmon: (k10temp) Use API function to access System Management Network

2018-05-01 Thread kbuild test robot
Hi Guenter, I love your patch! Yet something to improve: [auto build test ERROR on tip/auto-latest] [also build test ERROR on v4.17-rc3 next-20180501] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/com

Re: [PATCH v2 2/2] hwmon: (k10temp) Use API function to access System Management Network

2018-05-01 Thread Guenter Roeck
On Wed, May 02, 2018 at 03:39:19AM +0800, kbuild test robot wrote: > Hi Guenter, > > I love your patch! Yet something to improve: > > [auto build test ERROR on tip/auto-latest] > [also build test ERROR on v4.17-rc3 next-20180501] > [if your patch is applied to the wrong git tree, please drop us a

Re: [PATCH v2 2/2] hwmon: (k10temp) Use API function to access System Management Network

2018-05-01 Thread kbuild test robot
Hi Guenter, I love your patch! Yet something to improve: [auto build test ERROR on tip/auto-latest] [also build test ERROR on v4.17-rc3 next-20180501] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/com

[PATCH v2 2/2] hwmon: (k10temp) Use API function to access System Management Network

2018-05-01 Thread Guenter Roeck
The SMN (System Management Network) on Family 17h AMD CPUs is also accessed from other drivers, specifically EDAC. Accessing it directly is racy. On top of that, accessing the SMN through root bridge 00:00 is wrong on multi-die CPUs and may result in reading the temperature from the wrong die. Use