public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EDAC fixes for 3.8
@ 2012-12-11 14:01 Borislav Petkov
  2013-03-07 12:57 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 20+ messages in thread
From: Borislav Petkov @ 2012-12-11 14:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-edac, lkml

Hi Linus,

please pull the 'for-linus' branch below to receive the following
changes to EDAC:

* EDAC core error path fix, from Denis Kirjanov.

* Generalization of AMD MCE bank names and some minor error reporting
improvements.

* EDAC core cleanups and simplifications, from Wei Yongjun.

* amd64_edac fixes for sysfs-reported values, from Josh Hunt.

* some heavy amd64_edac error reporting path shaving, leading to
removing a bunch of code.

* amd64_edac error injection method improvements.

* EDAC core cleanups and fixes.

Thanks.

The following changes since commit 9489e9dcae718d5fde988e4a684a0f55b5f94d17:

  Linux 3.7-rc7 (2012-11-25 17:59:19 -0800)

are available in the git repository at:

  ssh://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-linus

for you to fetch changes up to 3bfe5aae8edd8436d26cddfeab783492d8950821:

  EDAC, pci_sysfs: Use for_each_pci_dev to simplify the code (2012-12-04 08:27:39 +0100)

----------------------------------------------------------------
Borislav Petkov (19):
      EDAC: Respect operational state in edac_pci.c
      EDAC: Boundary-check edac_debug_level
      EDAC: Remove useless assignment of error type
      EDAC: Handle empty msg strings when reporting errors
      amd64_edac: Small fixlets and cleanups
      amd64_edac: Cleanup error injection code
      amd64_edac: Improve error injection
      amd64_edac: Do not check whether error address is valid
      amd64_edac: Reorganize error reporting path
      amd64_edac: Fix K8 chip select reporting
      amd64_edac: Use DBAM_DIMM macro
      amd64_edac: Fix csrows size and pages computation
      EDAC: Add memory controller flags
      EDAC: Pass mci parent
      EDAC: Fix csrow size reported in sysfs
      MCE, AMD: Remove functional unit references
      MCE, AMD: Dump CPU f/m/s triple with the error
      MCE, AMD: Report decoded error type first
      MCE, AMD: Dump error status

Denis Kirjanov (1):
      EDAC: Handle error path in edac_mc_sysfs_init() properly

Josh Hunt (1):
      EDAC: Fix mc size reported in sysfs

Wei Yongjun (3):
      EDAC, Calxeda highbank: Convert to use simple_open()
      EDAC: Convert to use simple_open()
      EDAC, pci_sysfs: Use for_each_pci_dev to simplify the code

 drivers/edac/Kconfig            |   8 +-
 drivers/edac/amd64_edac.c       | 297 +++++++++++++++-------------------------
 drivers/edac/amd64_edac.h       |  59 ++++++--
 drivers/edac/amd64_edac_inj.c   | 128 ++++++++---------
 drivers/edac/edac_mc.c          |  51 +++----
 drivers/edac/edac_mc_sysfs.c    |  39 ++++--
 drivers/edac/edac_module.c      |  27 +++-
 drivers/edac/edac_pci.c         |   3 +-
 drivers/edac/edac_pci_sysfs.c   |  12 +-
 drivers/edac/highbank_mc_edac.c |   8 +-
 drivers/edac/mce_amd.c          | 254 ++++++++++++++++++----------------
 drivers/edac/mce_amd.h          |  11 +-
 include/linux/edac.h            |   3 +
 13 files changed, 454 insertions(+), 446 deletions(-)

-- 
Regards/Gruss,
    Boris.

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

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [GIT PULL] EDAC fixes for 3.8
@ 2013-01-08 15:44 Borislav Petkov
  0 siblings, 0 replies; 20+ messages in thread
From: Borislav Petkov @ 2013-01-08 15:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-edac, lkml

Hi Linus,

please pull the 3 fixes below.

Thanks.

The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:

  Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_fixes_for_3.8

for you to fetch changes up to 44d22e2404b3ce93a314654962d31acc8afcdd62:

  EDAC: Cleanup device deregistering path (2013-01-07 17:43:00 +0100)

----------------------------------------------------------------
Two error path fixes causing a crash and a Kconfig fix for an issue
which spilled all EDAC suboptions into the 'Device Drivers' menu.

----------------------------------------------------------------
Borislav Petkov (1):
      EDAC: Fix EDAC Kconfig menu

Konstantin Khlebnikov (1):
      EDAC: Fix kernel panic on module unloading

Lans Zhang (1):
      EDAC: Cleanup device deregistering path

 drivers/edac/Kconfig         |  8 +++-----
 drivers/edac/edac_mc_sysfs.c | 19 ++++++-------------
 2 files changed, 9 insertions(+), 18 deletions(-)


-- 
Regards/Gruss,
    Boris.

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-03-12 13:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 14:01 [GIT PULL] EDAC fixes for 3.8 Borislav Petkov
2013-03-07 12:57 ` Mauro Carvalho Chehab
2013-03-07 13:06   ` Borislav Petkov
2013-03-07 14:02     ` Mauro Carvalho Chehab
2013-03-09 15:46       ` Borislav Petkov
2013-03-11 12:07         ` Mauro Carvalho Chehab
2013-03-11 12:28           ` Mauro Carvalho Chehab
2013-03-11 13:48             ` Borislav Petkov
2013-03-11 14:12               ` Mauro Carvalho Chehab
2013-03-11 14:31                 ` Borislav Petkov
2013-03-11 20:08                   ` Mauro Carvalho Chehab
2013-03-11 20:43                     ` Borislav Petkov
2013-03-12 11:26                       ` Mauro Carvalho Chehab
2013-03-12  8:58             ` Borislav Petkov
2013-03-12  9:16               ` Borislav Petkov
2013-03-12 11:34                 ` Mauro Carvalho Chehab
2013-03-12 11:56                   ` Borislav Petkov
2013-03-12 13:58                     ` Mauro Carvalho Chehab
2013-03-12 10:55               ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2013-01-08 15:44 Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox