From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4F61C4361B for ; Thu, 17 Dec 2020 15:19:26 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C998723976 for ; Thu, 17 Dec 2020 15:19:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C998723976 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 8718F1896; Thu, 17 Dec 2020 16:18:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8718F1896 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1608218362; bh=iyxm/wuZsgncJYqckWGOX+F3f07S7M7uyg+GG5iirXs=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Gt1Y+tqym2kPlVu0qpEQ2dB7lkBnD1B0xgHp+4RKEFIx3fWGU7ccLqwCp3PKCibRW nAwQU0lzdRY90Yy1bHx3NLaT0i8h9PXeQo8sywuIowQfNP1TW51O5RLsaCSE5quaK5 lWsJ2PJRBoPrryxAiQ9Zi6KLI/taTOfxdtTqoJ1Y= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 0B59AF80259; Thu, 17 Dec 2020 16:18:32 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id E1792F80260; Thu, 17 Dec 2020 16:18:30 +0100 (CET) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 708D8F80148 for ; Thu, 17 Dec 2020 16:18:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 708D8F80148 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id E20EEAC7B; Thu, 17 Dec 2020 15:18:25 +0000 (UTC) Date: Thu, 17 Dec 2020 16:18:25 +0100 Message-ID: From: Takashi Iwai To: Lars-Peter Clausen Subject: Re: [PATCH v1 ] ALSA: core: memalloc: add page alignment for iram In-Reply-To: <1fc18b56-effa-9dbc-8263-00c632e163e7@metafoo.de> References: <1608221747-3474-1-git-send-email-yibin.gong@nxp.com> <05c824e5-0c33-4182-26fa-b116a42b10d6@metafoo.de> <70074f62-954a-9b40-ab4a-cb438925060c@metafoo.de> <8e103a2b-1097-6d54-7266-34743321efac@metafoo.de> <1fc18b56-effa-9dbc-8263-00c632e163e7@metafoo.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: alsa-devel@alsa-project.org, gustavoars@kernel.org, linux-kernel@vger.kernel.org, shengjiu.wang@nxp.com, tiwai@suse.com, pierre-louis.bossart@linux.intel.com, xiang@kernel.org, Robin Gong , akpm@linux-foundation.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Thu, 17 Dec 2020 15:57:02 +0100, Lars-Peter Clausen wrote: > > On 12/17/20 3:24 PM, Takashi Iwai wrote: > > On Thu, 17 Dec 2020 14:16:48 +0100, > > Lars-Peter Clausen wrote: > >> On 12/17/20 12:06 PM, Takashi Iwai wrote: > >>> On Thu, 17 Dec 2020 11:59:23 +0100, > >>> Lars-Peter Clausen wrote: > >>>> On 12/17/20 10:55 AM, Takashi Iwai wrote: > >>>>> On Thu, 17 Dec 2020 10:43:45 +0100, > >>>>> Lars-Peter Clausen wrote: > >>>>>> 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? > >>>>> Hm, a good question. Basically the PCM buffer size itself shouldn't > >>>>> be influenced by that (i.e. no hw-constraint or such is needed), but > >>>>> the padding should be cleared indeed. I somehow left those to the > >>>>> allocator side, but maybe it's safer to clear the whole buffer in > >>>>> sound/core/memalloc.c commonly. > >>>> What I meant was that most of the APIs that we use to allocate memory > >>>> work on a PAGE_SIZE granularity. I.e. if you request a buffer that > >>>> where the size is not a multiple of PAGE_SIZE internally they will > >>>> still allocate a buffer that is a multiple of PAGE_SIZE and mark the > >>>> unused bytes as reserved. > >>>> > >>>> But I believe that is not the case gen_pool_dma_alloc(). It will > >>>> happily allocate those extra bytes to some other allocation request. > >>>> > >>>> That we need to zero out the reserved bytes even for those other APIs > >>>> is a very good additional point! > >>>> > >>>> I looked at this a few years ago and I'm pretty sure that we cleared > >>>> out the allocated area, but I can't find that anymore in the current > >>>> code. Which is not so great I guess. > >>> IIRC, we used GFP_ZERO in the past for the normal page allocations, > >>> but this was dropped as it's no longer supported or so. > >>> > >>> Also, we clear out the PCM buffer in hw_params call, but this is for > >>> the requested size, not the actual allocated size, hence the padding > >>> bytes will remain uncleared. > >> Ah! That memset() in hw_params is new. > >>> So I believe it's safer to add an extra memset() like my test patch. > >> Yea, we definitely want that. > >> > >> Do we care about leaking audio samples from a previous > >> application. I.e. application 'A' allocates a buffer plays back some > >> data and then closes the device again. Application 'B' then opens the > >> same audio devices allocates a slightly smaller buffer, so that it > >> still uses the same number of pages. The buffer from the previous > >> allocation get reused, but the remainder of the last page wont get > >> cleared in hw_params(). > > That's true. On the second though, it might be better to extend that > > memset() in hw_params to assure clearing the whole allocated buffer. > > We can check runtime->dma_buffer_p->bytes for the actual size. > > > > Also, in the PCM memory allocator, we make sure that the allocation is > > performed for page size. > > > > > > diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c > > index 47b155a49226..6aabad070abf 100644 > > --- a/sound/core/pcm_native.c > > +++ b/sound/core/pcm_native.c > > @@ -755,8 +755,15 @@ static int snd_pcm_hw_params(struct snd_pcm_substream *substream, > > runtime->boundary *= 2; > > /* clear the buffer for avoiding possible kernel info leaks */ > > - if (runtime->dma_area && !substream->ops->copy_user) > > - memset(runtime->dma_area, 0, runtime->dma_bytes); > > + if (runtime->dma_area && !substream->ops->copy_user) { > > + size_t size; > > + > > + if (runtime->dma_buffer_p) > > + size = runtime->dma_buffer_p->bytes; > > + else > > + size = runtime->dma_bytes; > > I'm not sure. > > Not all drivers use snd_pcm_lib_malloc_pages() and > runtime->dma_buffer_p->bytes might not be a multiple of PAGE_SIZE. The runtime->dma_buffer_p->bytes is assured to be page-aligned by the change in pcm_memory.c in this patch. But it's true that non-standard allocations won't cover the whole pages... > On the other hand if it is mmap-able, the underlying buffer must be a > multiple of PAGE_SIZE. So a simple memset(..., PAGE_ALIGN(size)) > should work. > > But we'd risk breaking drivers that do not reserve the remainder of > the page and use it for something else. > > Maybe what we need is a check that runtime->dma_area is page aligned > and runtime->dma_bytes is a multiple of PAGE_SIZE. With a warning at > first and then turn this into a error a year later or so. OK, how about the following instead? Just check SNDRV_PCM_INFO_MMAP in runtime->info; if this is set, the buffer size must be aligned with the page size, and we are safe to extend the size to clear. So the revised fix is much simpler, something like below. thanks, Takashi --- --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c @@ -755,8 +755,13 @@ static int snd_pcm_hw_params(struct snd_pcm_substream *substream, runtime->boundary *= 2; /* clear the buffer for avoiding possible kernel info leaks */ - if (runtime->dma_area && !substream->ops->copy_user) - memset(runtime->dma_area, 0, runtime->dma_bytes); + if (runtime->dma_area && !substream->ops->copy_user) { + size_t size = runtime->dma_bytes; + + if (runtime->info & SNDRV_PCM_INFO_MMAP) + size = PAGE_ALIGN(size); + memset(runtime->dma_area, 0, size); + } snd_pcm_timer_resolution_change(substream); snd_pcm_set_state(substream, SNDRV_PCM_STATE_SETUP);