Re: [PATCH] peci, hwmon: Switch to new Intel CPU model defines

From: Winiarska, Iwona
Date: Mon Jun 03 2024 - 09:17:18 EST


On Wed, 2024-05-29 at 10:19 -0700, Tony Luck wrote:
> Update peci subsystem to use the same vendor-family-model
> combined definition that core x86 code uses.
>
> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>

Reviewed-by: Iwona Winiarska <iwona.winiarska@xxxxxxxxx>

> ---
> TIP tree applied the patches that implement the new CPU model number
> macros (and a couple of dozen patches to arch/x86/ files too). So
> v6.10-rc1 has all the necesary code to apply patches to other trees in
> this cycle.
>
> The previous posting of this patch[1] had a tiny bit of fuzz due to
> nearby changes in drivers/peci/internal.h. This one applies cleanly
> to v6.10-rc1.
>
> Iwona, Jean, Guenter: Can you check that it still looks good. If so
> apply it to your tree and kick the process in gear to have it appear in
> the intel-next tree with eventual merge to Linus in next merge window.

I'll apply it to peci-next and we can merge it in v6.11 cycle.

Thanks
-Iwona

>
> Thanks
>
> -Tony
>
> [1] https://lore.kernel.org/all/20240520224620.9480-48-tony.luck@xxxxxxxxx/
>
>  include/linux/peci-cpu.h     | 24 ++++++++++++++++++++++++
>  include/linux/peci.h         |  6 ++----
>  drivers/peci/internal.h      |  6 ++----
>  drivers/hwmon/peci/cputemp.c |  8 ++++----
>  drivers/peci/core.c          |  5 ++---
>  drivers/peci/cpu.c           | 21 +++++++--------------
>  drivers/peci/device.c        |  3 +--
>  7 files changed, 42 insertions(+), 31 deletions(-)