Re: [RFC PATCH SET] cxl: add poison event handler

2024-02-12 Thread Dave Jiang
On 2/9/24 4:54 AM, Shiyang Ruan wrote: > Currently driver only trace cxl events, poison injection on cxl memdev > is silent. OS needs to be notified then it could handle poison range > in time. Per CXL spec, the device error event could be signaled through > FW-First and OS-First methods. > >

[RFC PATCH SET] cxl: add poison event handler

2024-02-09 Thread Shiyang Ruan via
Currently driver only trace cxl events, poison injection on cxl memdev is silent. OS needs to be notified then it could handle poison range in time. Per CXL spec, the device error event could be signaled through FW-First and OS-First methods. This draft patchset adds poison event handler in OS-F