9/13

s390/qdio_main: Use kzalloc() for the QDR

qdio_allocate() 分配 QDR 时改由 kzalloc()/kfree() 管理,替代 get_zeroed_page()/free_page(),避免整页分配和强制类型转换。