2013-04-19 11:00:52

by Borislav Petkov

[permalink] [raw]
Subject: [GIT PULL] amd64_edac: Add Family 16h support

Hi,

please pull the below tag to receive AMD F16h support for amd64_edac.

Thanks.

The following changes since commit 41ef2d5678d83af030125550329b6ae8b74618fa:

Linux 3.9-rc7 (2013-04-14 17:45:16 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_amd_f16h

for you to fetch changes up to 94c1acf2c85b03a59a42d931a94a13a76c123a62:

amd64_edac: Add Family 16h support (2013-04-19 12:46:50 +0200)

----------------------------------------------------------------
Add required support for AMD F16h to amd64_edac.

----------------------------------------------------------------
Aravind Gopalakrishnan (1):
amd64_edac: Add Family 16h support

arch/x86/kernel/amd_nb.c | 3 ++-
drivers/edac/amd64_edac.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
drivers/edac/amd64_edac.h | 4 +++-
include/linux/pci_ids.h | 2 ++
4 files changed, 71 insertions(+), 3 deletions(-)

--
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--


2013-04-19 11:04:09

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL] amd64_edac: Add Family 16h support


* Borislav Petkov <[email protected]> wrote:

> Hi,
>
> please pull the below tag to receive AMD F16h support for amd64_edac.
>
> Thanks.
>
> The following changes since commit 41ef2d5678d83af030125550329b6ae8b74618fa:
>
> Linux 3.9-rc7 (2013-04-14 17:45:16 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_amd_f16h
>
> for you to fetch changes up to 94c1acf2c85b03a59a42d931a94a13a76c123a62:
>
> amd64_edac: Add Family 16h support (2013-04-19 12:46:50 +0200)
>
> ----------------------------------------------------------------
> Add required support for AMD F16h to amd64_edac.
>
> ----------------------------------------------------------------
> Aravind Gopalakrishnan (1):
> amd64_edac: Add Family 16h support
>
> arch/x86/kernel/amd_nb.c | 3 ++-
> drivers/edac/amd64_edac.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> drivers/edac/amd64_edac.h | 4 +++-
> include/linux/pci_ids.h | 2 ++
> 4 files changed, 71 insertions(+), 3 deletions(-)

Pulled, thanks guys!

Ingo