Compared to the previous version of this RFC(RFC v1 0/2] support FC-Endpoint Security events), there is a change in the information we passed to the consumer-devices using path-event. Previously we used to share the exact event of fces, which is derived from the sei_area->ccdf[0]. In this patch, instead of sending the right event, simply inform the ccwdev about the occurance of 'fces event' using path_event. The ccwdev then query more information about the fces-event using the chsc_scud() call and notify based on the reply. Sebastian Ott (1): s390/cio: handle changes related to endpoint security Vineeth Vijayan (1): s390/cio: add support for fces status notification arch/s390/include/asm/ccwdev.h | 1 + drivers/s390/cio/chp.h | 1 + drivers/s390/cio/chsc.c | 73 ++++++++++++++++++++++++++++++++++ drivers/s390/cio/device.c | 19 ++++++++- 4 files changed, 93 insertions(+), 1 deletion(-) -- 2.17.1