[Deepin-Kernel-SIG] [linux 6.6.y] [deepin] arm64: increase CMA_SIZE_MBYTES=128#1751
[Deepin-Kernel-SIG] [linux 6.6.y] [deepin] arm64: increase CMA_SIZE_MBYTES=128#1751opsiff wants to merge 1 commit into
Conversation
deepin inclusion category: other - DRAM-less NVMe requires a sufficiently large amount of CMA memory. Link: https://salsa.debian.org/kernel-team/linux/-/merge_requests/1878 Signed-off-by: Han Gao <rabenda.cn@gmail.com> Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideIncrease the default CMA (Contiguous Memory Allocator) reserved size to 128MB in the Deepin arm64 desktop defconfig to support DRAM-less NVMe devices that require more CMA memory. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
what about other arch |
There was a problem hiding this comment.
Pull request overview
This PR aims to improve Deepin’s ARM64 desktop kernel configuration for hardware (e.g., DRAM-less NVMe) that benefits from a larger Contiguous Memory Allocator (CMA) pool by increasing the configured CMA size.
Changes:
- Increase the configured CMA size to 128MiB in the Deepin ARM64 desktop defconfig.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -4609,6 +4609,7 @@ CONFIG_CRYPTO_DEV_SA2UL=m | |||
| CONFIG_SIGNED_PE_FILE_VERIFICATION=y | |||
| CONFIG_CRC4=m | |||
| CONFIG_LIBCRC32C=y | |||
x86 don`t need it, see: |
deepin inclusion
category: other
Link: https://salsa.debian.org/kernel-team/linux/-/merge_requests/1878
Summary by Sourcery
Enhancements: