9/13

s390/qdio_main: Use kzalloc() for the QDR

qdio_allocate() 的 QDR 改用 kzalloc/kfree,替代 get_zeroed_page/free_page,消除整页分配带来的强制类型转换和按页释放。