A regression occurred in 6.4 due to a missing ID in `amd_nb` and the `amd_pmc` driver now being dependent on amd_smn_read(). This series adds the missing ID which fixes s2idle on this system. The ID also enables k10temp to work. Mario Limonciello (2): amd_nb: Add PCI ID for family 19h model 78h k10temp: Add pci ID for family 19, model 78h arch/x86/kernel/amd_nb.c | 2 ++ drivers/hwmon/k10temp.c | 1 + include/linux/pci_ids.h | 1 + 3 files changed, 4 insertions(+) -- 2.34.1