Loading
drivers:misc:sdma-dae: add vma_ops to avoid mremap error
kunpeng inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAVMSO CVE: NA ---------------------------------------------------------------------- 1.add vm_ops in mmap to avoid possible mremap error 2.change some function to static type 3.delete device lock in cdev.c 4.fix umem resource recycle problem 5.fix debugfs global variable problem 6.release channel lock while no proc use Signed-off-by:zhangshuowen96 <zhangshuowen@hisilicon.com> Fixes: 7d91f398 ("drivers: misc: sdma-dae: support sqe task send and execute")