All of lore.kernel.org
 help / color / mirror / Atom feed
* MCE handler in 2.6.37 kernel
@ 2011-02-02  3:39 Mukesh Rathor
  2011-02-02  8:45 ` Ian Campbell
  2011-02-02 17:48 ` Jeremy Fitzhardinge
  0 siblings, 2 replies; 4+ messages in thread
From: Mukesh Rathor @ 2011-02-02  3:39 UTC (permalink / raw)
  To: Xen-devel@lists.xensource.com; +Cc: Jeremy Fitzhardinge

Hi Jeremy,

I am playing around with MCE stuff, and looking to test MCE handler in
the guest kernel next. Just wondering why we are not installing
MCE handler in the hypervisor in 2.6.37 kernel.


arch/x86/xen/enlighten.c:

cvt_gate_to_trap():

#ifdef CONFIG_X86_MCE
        } else if (addr == (unsigned long)machine_check) {
                return 0;
#endif


thanks,
Mukesh

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

* Re: MCE handler in 2.6.37 kernel
  2011-02-02  3:39 MCE handler in 2.6.37 kernel Mukesh Rathor
@ 2011-02-02  8:45 ` Ian Campbell
  2011-02-02 17:48 ` Jeremy Fitzhardinge
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2011-02-02  8:45 UTC (permalink / raw)
  To: Mukesh Rathor; +Cc: Fitzhardinge, Xen-devel@lists.xensource.com, Jeremy

On Wed, 2011-02-02 at 03:39 +0000, Mukesh Rathor wrote: 
> Hi Jeremy,
> 
> I am playing around with MCE stuff, and looking to test MCE handler in
> the guest kernel next. Just wondering why we are not installing
> MCE handler in the hypervisor in 2.6.37 kernel.

In these cases the most likely reason is that nobody with an interest in
MCE has yet stepped up to port the feature to the pvops kernel. Patches
always welcome though ;-)

Ian.

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

* Re: MCE handler in 2.6.37 kernel
  2011-02-02  3:39 MCE handler in 2.6.37 kernel Mukesh Rathor
  2011-02-02  8:45 ` Ian Campbell
@ 2011-02-02 17:48 ` Jeremy Fitzhardinge
  2011-02-02 21:48   ` Mukesh Rathor
  1 sibling, 1 reply; 4+ messages in thread
From: Jeremy Fitzhardinge @ 2011-02-02 17:48 UTC (permalink / raw)
  To: Mukesh Rathor; +Cc: Xen-devel@lists.xensource.com

On 02/01/2011 07:39 PM, Mukesh Rathor wrote:
> Hi Jeremy,
>
> I am playing around with MCE stuff, and looking to test MCE handler in
> the guest kernel next. Just wondering why we are not installing
> MCE handler in the hypervisor in 2.6.37 kernel.
>
>
> arch/x86/xen/enlighten.c:
>
> cvt_gate_to_trap():
>
> #ifdef CONFIG_X86_MCE
>         } else if (addr == (unsigned long)machine_check) {
>                 return 0;
> #endif

There's a patch from the Intel folks to implement MCE, but I hadn't
added it to my upstream todo list yet.  I think it's pretty small, so no
problem to add it - esp if you can actually test it.

    J

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

* Re: MCE handler in 2.6.37 kernel
  2011-02-02 17:48 ` Jeremy Fitzhardinge
@ 2011-02-02 21:48   ` Mukesh Rathor
  0 siblings, 0 replies; 4+ messages in thread
From: Mukesh Rathor @ 2011-02-02 21:48 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel@lists.xensource.com

On Wed, 02 Feb 2011 09:48:14 -0800
Jeremy Fitzhardinge <jeremy@goop.org> wrote:

> On 02/01/2011 07:39 PM, Mukesh Rathor wrote:
> > Hi Jeremy,
> >
> > I am playing around with MCE stuff, and looking to test MCE handler
> > in the guest kernel next. Just wondering why we are not installing
> > MCE handler in the hypervisor in 2.6.37 kernel.
> >
> >
> > arch/x86/xen/enlighten.c:
> >
> > cvt_gate_to_trap():
> >
> > #ifdef CONFIG_X86_MCE
> >         } else if (addr == (unsigned long)machine_check) {
> >                 return 0;
> > #endif
> 
> There's a patch from the Intel folks to implement MCE, but I hadn't
> added it to my upstream todo list yet.  I think it's pretty small, so
> no problem to add it - esp if you can actually test it.
> 
>     J

Yeah, I can do basic testing if you send or point me to the Intel patch
you mention.

thanks
Mukesh

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

end of thread, other threads:[~2011-02-02 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02  3:39 MCE handler in 2.6.37 kernel Mukesh Rathor
2011-02-02  8:45 ` Ian Campbell
2011-02-02 17:48 ` Jeremy Fitzhardinge
2011-02-02 21:48   ` Mukesh Rathor

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.