Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Chen Yucong
On Mon, 2014-11-03 at 19:00 +0100, Borislav Petkov wrote: > On Mon, Nov 03, 2014 at 11:51:47AM -0600, Aravind Gopalakrishnan wrote: > > On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: > > > > > >There are three ways that have been used to report machine check event. > > >And they are MCE,

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Chen Yucong
On Mon, 2014-11-03 at 11:51 -0600, Aravind Gopalakrishnan wrote: > On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: > > > > There are three ways that have been used to report machine check event. > > And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel > > platform,

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Borislav Petkov
On Mon, Nov 03, 2014 at 11:51:47AM -0600, Aravind Gopalakrishnan wrote: > On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: > > > >There are three ways that have been used to report machine check event. > >And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel > >platform,

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Aravind Gopalakrishnan
On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel platform, CMCI/Threshold Interrupt and POLL share the same event handler - machine_check_poll().

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Aravind Gopalakrishnan
On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel platform, CMCI/Threshold Interrupt and POLL share the same event handler - machine_check_poll().

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Borislav Petkov
On Mon, Nov 03, 2014 at 11:51:47AM -0600, Aravind Gopalakrishnan wrote: On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel platform, CMCI/Threshold

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Chen Yucong
On Mon, 2014-11-03 at 11:51 -0600, Aravind Gopalakrishnan wrote: On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel platform, CMCI/Threshold

Re: [PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-11-03 Thread Chen Yucong
On Mon, 2014-11-03 at 19:00 +0100, Borislav Petkov wrote: On Mon, Nov 03, 2014 at 11:51:47AM -0600, Aravind Gopalakrishnan wrote: On 11/3/2014 11:05 AM, Aravind Gopalakrishnan wrote: There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold

[PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-10-30 Thread Chen Yucong
There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel platform, CMCI/Threshold Interrupt and POLL share the same event handler - machine_check_poll(). However, on the AMD platform, they have a separate event

[PATCH 2/2] x86, mce, amd: extend mce-inject for support threshold interrupt event injection on AMD platform

2014-10-30 Thread Chen Yucong
There are three ways that have been used to report machine check event. And they are MCE, CMCI/Threshold Interrupt, and POLL. On the Intel platform, CMCI/Threshold Interrupt and POLL share the same event handler - machine_check_poll(). However, on the AMD platform, they have a separate event