All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] EDAC: Remove edac_stub.c
@ 2017-04-06  9:06 Borislav Petkov
  2017-04-06  9:06 ` [PATCH 01/11] EDAC, highbank: Align Makefile directives Borislav Petkov
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Borislav Petkov @ 2017-04-06  9:06 UTC (permalink / raw)
  To: linux-edac; +Cc: LKML

From: Borislav Petkov <bp@suse.de>

This was an ancient hack to hand in hw errors reported through an NMI
into EDAC. And what a hack it was - it required a piece of the EDAC
functionality to be always built-in and it called into it from NMI
context.

We could've simply converted it to a notifier and put some lipstick on
the pig but the two drivers which used it are for hardware which is
pretty much obsolete now. So we can outright remove it - old hardware
can stick with old software if they really really need it.

Borislav Petkov (11):
  EDAC, highbank: Align Makefile directives
  x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMI
  EDAC: Get rid of edac_handlers
  EDAC: Remove edac_err_assert
  EDAC: Move edac_op_state to edac_mc.c
  ACPI/extlog: Add EDAC dependency
  EDAC: Issue tracepoint only when it is defined
  EDAC: Remove EDAC_MM_EDAC
  EDAC: Update Kconfig help text
  EDAC: Delete edac_stub.c
  EDAC: Rename report status accessors

 arch/arm/configs/multi_v7_defconfig             |   1 -
 arch/arm/configs/pxa_defconfig                  |   3 +-
 arch/powerpc/configs/85xx-hw.config             |   3 +-
 arch/powerpc/configs/85xx/ge_imp3a_defconfig    |   1 -
 arch/powerpc/configs/85xx/xes_mpc85xx_defconfig |   1 -
 arch/powerpc/configs/cell_defconfig             |   1 -
 arch/powerpc/configs/pasemi_defconfig           |   1 -
 arch/powerpc/configs/ppc64_defconfig            |   1 -
 arch/powerpc/configs/ppc64e_defconfig           |   1 -
 arch/powerpc/configs/ppc6xx_defconfig           |   3 +-
 arch/tile/configs/tilegx_defconfig              |   1 -
 arch/tile/configs/tilepro_defconfig             |   1 -
 arch/x86/kernel/nmi.c                           |  11 ---
 drivers/acpi/Kconfig                            |   3 +-
 drivers/acpi/acpi_extlog.c                      |   8 +-
 drivers/edac/Kconfig                            | 119 ++++++++++--------------
 drivers/edac/Makefile                           |   7 +-
 drivers/edac/edac_mc.c                          |  99 +++++++++++++++-----
 drivers/edac/edac_stub.c                        |  68 --------------
 drivers/edac/pnd2_edac.c                        |   2 +-
 drivers/edac/sb_edac.c                          |   4 +-
 drivers/edac/skx_edac.c                         |   2 +-
 include/linux/edac.h                            |  30 +-----
 23 files changed, 139 insertions(+), 232 deletions(-)
 delete mode 100644 drivers/edac/edac_stub.c

-- 
2.11.0

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

end of thread, other threads:[~2017-04-10 15:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06  9:06 [PATCH 00/11] EDAC: Remove edac_stub.c Borislav Petkov
2017-04-06  9:06 ` [PATCH 01/11] EDAC, highbank: Align Makefile directives Borislav Petkov
2017-04-06  9:06 ` [PATCH 02/11] x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMI Borislav Petkov
2017-04-10 13:39   ` Thomas Gleixner
2017-04-10 14:59     ` Borislav Petkov
2017-04-06  9:06 ` [PATCH 03/11] EDAC: Get rid of edac_handlers Borislav Petkov
2017-04-06  9:06 ` [PATCH 04/11] EDAC: Remove edac_err_assert Borislav Petkov
2017-04-06  9:06 ` [PATCH 05/11] EDAC: Move edac_op_state to edac_mc.c Borislav Petkov
2017-04-06  9:06 ` [PATCH 06/11] ACPI/extlog: Add EDAC dependency Borislav Petkov
2017-04-06  9:06 ` [PATCH 07/11] EDAC: Issue tracepoint only when it is defined Borislav Petkov
2017-04-06  9:06 ` [PATCH 08/11] EDAC: Remove EDAC_MM_EDAC Borislav Petkov
2017-04-06  9:06   ` Borislav Petkov
2017-04-06  9:06 ` [PATCH 09/11] EDAC: Update Kconfig help text Borislav Petkov
2017-04-06  9:06 ` [PATCH 10/11] EDAC: Delete edac_stub.c Borislav Petkov
2017-04-06  9:06 ` [PATCH 11/11] EDAC: Rename report status accessors Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.