2/13

s390/chsc: Use kzalloc() for the SEI work area

chsc_init() 分配 SEI 工作区时用 kzalloc()/kfree() 替代 get_zeroed_page()/free_page(),简化 API 并免去类型转换。