diff options
author | Manivannan Sadhasivam <[email protected]> | 2024-06-03 22:13:54 +0530 |
---|---|---|
committer | Manivannan Sadhasivam <[email protected]> | 2024-06-20 13:14:20 +0530 |
commit | c7d0b2db5bc5e8c0fdc67b3c8f463c3dfec92f77 (patch) | |
tree | cba577dc04079216f6984e768d7410cf34ea7076 /scripts/generate_rust_analyzer.py | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) |
bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
MHI endpoint stack accidentally started allocating memory for objects from
DMA zone since commit 62210a26cd4f ("bus: mhi: ep: Use slab allocator
where applicable"). But there is no real need to allocate memory from this
naturally limited DMA zone. This also causes the MHI endpoint stack to run
out of memory while doing high bandwidth transfers.
So let's switch over to normal memory.
Cc: <[email protected]> # 6.8
Fixes: 62210a26cd4f ("bus: mhi: ep: Use slab allocator where applicable")
Reviewed-by: Mayank Rana <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions