Loading
drivers: misc: uacce: bugfix for MAX_ORDER
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAZFI4 CVE: NA ---------------------------------------------------------------------- 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. Fixes: 23baf831 ("mm, treewide: redefine MAX_ORDER sanely") Signed-off-by:leisen <leisen1@huawei.com> Signed-off-by:
Guangwei Zhou <zhouguangwei5@huawei.com>