From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync() Date: Tue, 11 Jan 2011 18:26:49 +0000 Message-ID: <20110111182649.GA9324@opensource.wolfsonmicro.com> References: <1294745042-23352-1-git-send-email-dp@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id D6E692445D for ; Tue, 11 Jan 2011 19:26:35 +0100 (CET) Content-Disposition: inline In-Reply-To: <1294745042-23352-1-git-send-email-dp@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Dimitris Papastamos Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Jan 11, 2011 at 11:24:02AM +0000, Dimitris Papastamos wrote: > The size of the lzo syncing bitmap was incorrectly set to the size > of the cache times the word size, however, the correct size is the > size of the cache. > > Signed-off-by: Dimitris Papastamos Applied, thanks.