Re: [PATCH 1/3, v5] AMD64 EDAC: Add muli-domain support

2012-11-17 Thread Borislav Petkov
On Fri, Nov 16, 2012 at 04:46:20PM +0800, Daniel J Blueman wrote: > Yep, the expected memory controller indexes, population, column-strobe > rows, banks and sysfs paths are detected on my hex-northbridge fam10h > box with 3.7-rc5 with these patches: Thanks, it looks correct to me. -- Regards/Gru

Re: [PATCH 1/3, v5] AMD64 EDAC: Add muli-domain support

2012-11-16 Thread Daniel J Blueman
On 12/11/2012 21:24, Borislav Petkov wrote: On Mon, Nov 05, 2012 at 02:05:24PM +0800, Daniel J Blueman wrote: Fix the handling of memory controller detection to index the array of detected Northbridges, allowing memory controllers over multiple PCI domains in federated systems eg using Numascale

Re: [PATCH 1/3, v5] AMD64 EDAC: Add muli-domain support

2012-11-12 Thread Borislav Petkov
On Mon, Nov 05, 2012 at 02:05:24PM +0800, Daniel J Blueman wrote: > Fix the handling of memory controller detection to index the array > of detected Northbridges, allowing memory controllers over multiple > PCI domains in federated systems eg using Numascale's NumaConnect/ > NumaChip. > > v4: Gene

[PATCH 1/3, v5] AMD64 EDAC: Add muli-domain support

2012-11-04 Thread Daniel J Blueman
Fix the handling of memory controller detection to index the array of detected Northbridges, allowing memory controllers over multiple PCI domains in federated systems eg using Numascale's NumaConnect/ NumaChip. v4: Generate linear Northbridge ID by indexing detected Northbridges v5: Reorder funct