Loading
!12780 drivers: misc: uacce: bugfix for MAX_ORDER
Merge Pull Request from: @xiao_jiang_shui kernel have one patch to fix confusion around MAX_ORDER, the range of orders user can ask from buddy allocator is 0..MAX_ORDER instead of between 0 and MAX_ORDER-1 now. https://lore.kernel.org/all/20230316232144.b7ic4cif4kjiabws@box.shutemov.name/T/#u uacce driver need to match the modification. issue: https://gitee.com/openeuler/kernel/issues/IAZFI4 Link:https://gitee.com/openeuler/kernel/pulls/12780 Reviewed-by:Yang Shen <shenyang39@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>