linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Please pull mce3-improvements tree
@ 2009-05-27 20:24 Andi Kleen
  2009-05-29 18:38 ` *PING* " Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2009-05-27 20:24 UTC (permalink / raw)
  To: x86, hpa, seto.hidetoshi, linux-kernel; +Cc: akpm


This is the x86 machine check improvements tree that I posted yesterday.
I addressed the review comments and did some minor changes.  I'm
not reposting everything as patches because the changes are quite
minor.

This is all ready for merging now. Most of these patches
are quite old and have been extensively reviewed.

It is based on the mce3-32bitmerge tree that I offered earlier.

Please merge this for 2.6.31

Thanks,
-Andi

The following changes since commit 4f56437b3a2b2a622685574d12dfce9e1fb846ae:
  Andi Kleen (1):
        x86: MCE: Add basic error injection infrastructure

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git mce3-improvements

Andi Kleen (27):
      x86: MCE: Synchronize core after machine check handling
      x86: MCE: Use extended sysattrs for the check_interval attribute.
      x86: MCE: Add machine check exception count in /proc/interrupts
      x86: Fix panic with interrupts off (needed for MCE)
      x86: MCE: Log corrected errors when panicing
      x86: MCE: Remove unused mce_events variable
      x86: MCE: Rename and align out2 label
      x86: MCE: Implement bootstrapping for machine check wakeups
      x86: MCE: Remove TSC print heuristic
      x86: MCE: Drop BKL in mce_open
      x86: MCE: Add table driven machine check grading
      x86: MCE: Check early in exception handler if panic is needed
      x86: MCE: Implement panic synchronization
      x86: MCE: Switch x86 machine check handler to Monarch election. v2
      x86: MCE: Store record length into memory struct mce anchor
      x86: MCE: Default to panic timeout for machine checks v3
      x86: MCE: Improve documentation
      x86: MCE: Support more than 256 CPUs in struct mce
      x86: MCE: Extend struct mce user interface with more information.
      x86: MCE: Add MCE poll count to /proc/interrupts
      x86: MCE: Don't print backtrace on machine checks with DEBUG_BUGVERBOSE
      x86: MCE: Implement new status bits v2
      x86: MCE: Print header/footer only once for multiple MCEs
      x86: MCE: Make non Monarch panic message "Fatal machine check" too v2
      x86: MCE: Rename mce_notify_user to mce_notify_irq
      x86: MCE: Define MCE_VECTOR
      x86: MCE: Support action-optional machine checks v2

Huang Ying (2):
      x86: MCE: Improve mce_get_rip v3
      x86: MCE: Export MCE severities coverage via debugfs

Thomas Gleixner (1):
      x86: MCE: Remove mce_init unused argument

 Documentation/x86/x86_64/boot-options.txt |    8 +-
 Documentation/x86/x86_64/machinecheck     |    8 +-
 arch/x86/include/asm/entry_arch.h         |    1 +
 arch/x86/include/asm/hw_irq.h             |    2 +
 arch/x86/include/asm/irq_vectors.h        |   14 +-
 arch/x86/include/asm/mce.h                |   33 +-
 arch/x86/kernel/cpu/mcheck/Makefile       |    1 +
 arch/x86/kernel/cpu/mcheck/mce-inject.c   |   12 +-
 arch/x86/kernel/cpu/mcheck/mce-internal.h |   15 +
 arch/x86/kernel/cpu/mcheck/mce-severity.c |  218 ++++++++
 arch/x86/kernel/cpu/mcheck/mce.c          |  833 ++++++++++++++++++++++++-----
 arch/x86/kernel/cpu/mcheck/mce_intel_64.c |    2 +-
 arch/x86/kernel/entry_64.S                |    7 +
 arch/x86/kernel/irq.c                     |   14 +
 arch/x86/kernel/irqinit_32.c              |    3 +
 arch/x86/kernel/irqinit_64.c              |    7 +
 arch/x86/kernel/signal.c                  |    2 +-
 arch/x86/kernel/smp.c                     |   28 +-
 kernel/panic.c                            |    3 +-
 19 files changed, 1048 insertions(+), 163 deletions(-)
 create mode 100644 arch/x86/kernel/cpu/mcheck/mce-internal.h
 create mode 100644 arch/x86/kernel/cpu/mcheck/mce-severity.c

-- 
ak@linux.intel.com -- Speaking for myself only.

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

* *PING* Re: Please pull mce3-improvements tree
  2009-05-27 20:24 Please pull mce3-improvements tree Andi Kleen
@ 2009-05-29 18:38 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2009-05-29 18:38 UTC (permalink / raw)
  To: x86; +Cc: hpa, seto.hidetoshi, linux-kernel, akpm

Andi Kleen <andi@firstfloor.org> writes:

> This is the x86 machine check improvements tree that I posted yesterday.
> I addressed the review comments and did some minor changes.  I'm
> not reposting everything as patches because the changes are quite
> minor.
>
> This is all ready for merging now. Most of these patches
> are quite old and have been extensively reviewed.
>
> It is based on the mce3-32bitmerge tree that I offered earlier.
>
> Please merge this for 2.6.31

*PING*  Please pull the three trees or provide comments.

Thanks,

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.

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

end of thread, other threads:[~2009-05-29 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27 20:24 Please pull mce3-improvements tree Andi Kleen
2009-05-29 18:38 ` *PING* " Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).