Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mqueue: don't use kmalloc with KMALLOC_MAX_SIZE
KMALLOC_MAX_SIZE is not a good threshold. It is extremely high and problematic. Unfortunately, some silly drivers depend on this and we can't change it. But any new code needn't use such extreme ugly high order allocations. It brings us awful fragmentation issues and system slowdown. Signed-off-by: KOSAKI Motohiro <[email protected]> Acked-by: Doug Ledford <[email protected]> Acked-by: Joe Korty <[email protected]> Cc: Amerigo Wang <[email protected]> Cc: Serge E. Hallyn <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: Joe Korty <[email protected]> Cc: Manfred Spraul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information