Hi, here are two small fix patches for PCM buffer allocations. Basically those address two things that have been discussed in the recent thread [1]: * Clear the remaining bytes in PCM buffer pages that are exposed via mmap * Assure the page aligned allocations for genalloc This doesn't cover the cases where non-standard PCM buffer allocation is used. Those should handle the buffer clearance by themselves. Takashi [1] https://lore.kernel.org/r/05c824e5-0c33-4182-26fa-b116a42b10d6@xxxxxxxxxx === Takashi Iwai (2): ALSA: memalloc: Align buffer allocations in page size ALSA: pcm: Clear the full allocated memory at hw_params sound/core/memalloc.c | 1 + sound/core/pcm_native.c | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) -- 2.26.2