Make sure to set the valid-bit in software-state field of the
populated PE. This was earlier missing for dedicated mode AFUs, hence
was causing a PSL freeze when the AFU was activated.
Signed-off-by: Vaibhav Jain <redacted>
---
Changelog:
v2 -> Removed a call to smp_wmb() after setting the bit [Michael Ellerman]
---
drivers/misc/cxl/native.c | 8 ++++++++
1 file changed, 8 insertions(+)
Make sure to set the valid-bit in software-state field of the
populated PE. This was earlier missing for dedicated mode AFUs, hence
was causing a PSL freeze when the AFU was activated.
Signed-off-by: Vaibhav Jain <redacted>
---
Changelog:
v2 -> Removed a call to smp_wmb() after setting the bit [Michael Ellerman]
---
From: Andrew Donnellan <hidden> Date: 2017-09-05 00:37:41
Acked-by: Andrew Donnellan <redacted>
On 04/09/17 18:48, Vaibhav Jain wrote:
quoted hunk
Make sure to set the valid-bit in software-state field of the
populated PE. This was earlier missing for dedicated mode AFUs, hence
was causing a PSL freeze when the AFU was activated.
Signed-off-by: Vaibhav Jain <redacted>
---
Changelog:
v2 -> Removed a call to smp_wmb() after setting the bit [Michael Ellerman]
---
drivers/misc/cxl/native.c | 8 ++++++++
1 file changed, 8 insertions(+)
From: Michael Ellerman <hidden> Date: 2017-10-05 04:21:41
On Mon, 2017-09-04 at 08:48:25 UTC, Vaibhav Jain wrote:
Make sure to set the valid-bit in software-state field of the
populated PE. This was earlier missing for dedicated mode AFUs, hence
was causing a PSL freeze when the AFU was activated.
Signed-off-by: Vaibhav Jain <redacted>
Acked-by: Frederic Barrat <redacted>
Acked-by: Andrew Donnellan <redacted>