Re: [RESEND] cxl: Force psl data-cache flush during device shutdown

2017-01-26 Thread Michael Ellerman
On Wed, 2017-01-04 at 06:18:52 UTC, Vaibhav Jain wrote: > This change adds a force psl data cache flush during device shutdown > callback. This should reduce a possibility of psl holding a dirty > cache line while the CAPP is being reinitialized, which may result in > a UE [load/store] machine chec

Re: [RESEND] cxl: Force psl data-cache flush during device shutdown

2017-01-05 Thread Frederic Barrat
Le 04/01/2017 à 07:18, Vaibhav Jain a écrit : This change adds a force psl data cache flush during device shutdown callback. This should reduce a possibility of psl holding a dirty cache line while the CAPP is being reinitialized, which may result in a UE [load/store] machine check error. Sign

Re: [RESEND] cxl: Force psl data-cache flush during device shutdown

2017-01-03 Thread Andrew Donnellan
On 04/01/17 17:18, Vaibhav Jain wrote: This change adds a force psl data cache flush during device shutdown callback. This should reduce a possibility of psl holding a dirty cache line while the CAPP is being reinitialized, which may result in a UE [load/store] machine check error. Signed-off-by

[RESEND] cxl: Force psl data-cache flush during device shutdown

2017-01-03 Thread Vaibhav Jain
This change adds a force psl data cache flush during device shutdown callback. This should reduce a possibility of psl holding a dirty cache line while the CAPP is being reinitialized, which may result in a UE [load/store] machine check error. Signed-off-by: Vaibhav Jain --- Resend: Fixed the aut