Re: [PATCH v1 ] ALSA: core: memalloc: add page alignment for iram

From: Lars-Peter Clausen
Date: Thu Dec 17 2020 - 04:44:49 EST


On 12/17/20 5:15 PM, Robin Gong wrote:
Since mmap for userspace is based on page alignment, add page alignment
for iram alloc from pool, otherwise, some good data located in the same
page of dmab->area maybe touched wrongly by userspace like pulseaudio.

I wonder, do we also have to align size to be a multiple of PAGE_SIZE to avoid leaking unrelated data?