lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20140714200612.GA29123@roeck-us.net> Date: Mon, 14 Jul 2014 13:06:12 -0700 From: Guenter Roeck <linux@...ck-us.net> To: Aravind Gopalakrishnan <aravind.gopalakrishnan@....com> Cc: Borislav Petkov <bp@...en8.de>, clemens@...isch.de, jdelvare@...e.de, rdunlap@...radead.org, bhelgaas@...gle.com, lm-sensors@...sensors.org, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org Subject: Re: [PATCH] hwmon, k10temp: Add support for AMD F15h M60h processor On Mon, Jul 14, 2014 at 02:59:10PM -0500, Aravind Gopalakrishnan wrote: > On 7/14/2014 2:51 PM, Borislav Petkov wrote: > >On Mon, Jul 14, 2014 at 03:23:08PM -0500, Aravind Gopalakrishnan wrote: > >>@@ -211,6 +228,7 @@ static const struct pci_device_id k10temp_id_table[] = { > >> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F3) }, > >> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M10H_F3) }, > >> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F3) }, > >>+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M60H_NB_F3) }, > >> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_NB_F3) }, > >> { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F3) }, > >> {} > >>diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > >>index 7fa3173..3c8e328 100644 > >>--- a/include/linux/pci_ids.h > >>+++ b/include/linux/pci_ids.h > >>@@ -520,6 +520,7 @@ > >> #define PCI_DEVICE_ID_AMD_15H_M10H_F3 0x1403 > >> #define PCI_DEVICE_ID_AMD_15H_M30H_NB_F3 0x141d > >> #define PCI_DEVICE_ID_AMD_15H_M30H_NB_F4 0x141e > >>+#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F3 0x1573 > >I'm assuming this is used somewhere else besides k10temp.c? > > > > Yeah, will most likely need to add EDAC bits. But that is something > I can't test now. > Sorry, I can not add this to a common file unless it is used elsewhere. I would suggest to add it locally for now. It can be moved to the common file once it is used elsewhere. Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists