6/13

s390/cmf: Use kmalloc() for the CMB area

alloc_cmb() 为基本 CMB 分配共享测量块,改用 kmalloc/kfree;kmalloc 自然满足 32 字节对齐,避免按页取整,并在分配前拒绝空区域。