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=-2.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 42A18C2D0DB for ; Wed, 22 Jan 2020 18:28:53 +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 C4F4324125 for ; Wed, 22 Jan 2020 18:28:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="eJ2GGaqy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C4F4324125 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 18072166F; Wed, 22 Jan 2020 19:28:01 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 18072166F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1579717731; bh=tm1FMQqrN4mUzYwf53Y+aXKvOEa52Oivd/J4yG+rqSE=; h=To:References:From:Date:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=eJ2GGaqytIo2P4btnMZafF0+hLHU60dsvhkUd7tPKfysR4Z9+tXE64p87GitAI4a2 B0xF1k3HzYFQE2mwhYGCdUuxyxsn2CqCbqbZqsqI1shDf61pZAmYp1ErkdAxiBq/UT nKBRLHT4N7xjASzOfJu2Hz03KsBz3zMB35jpqzl0= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 9FDF1F801D8; Wed, 22 Jan 2020 19:28:00 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8DF12F8020C; Wed, 22 Jan 2020 19:27:59 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 70DB8F8007E for ; Wed, 22 Jan 2020 19:27:55 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 70DB8F8007E X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2020 10:27:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,350,1574150400"; d="scan'208";a="227757922" Received: from crojewsk-mobl1.ger.corp.intel.com (HELO [10.252.20.249]) ([10.252.20.249]) by orsmga003.jf.intel.com with ESMTP; 22 Jan 2020 10:27:50 -0800 To: broonie@kernel.org, tiwai@suse.com, pierre-louis.bossart@linux.intel.com References: <20200122181254.22801-1-cezary.rojewski@intel.com> From: Cezary Rojewski Message-ID: <9246ee43-ffec-2b28-3a56-211f08797342@intel.com> Date: Wed, 22 Jan 2020 19:27:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20200122181254.22801-1-cezary.rojewski@intel.com> Content-Language: en-US Cc: alsa-devel@alsa-project.org, lgirdwood@gmail.com Subject: Re: [alsa-devel] [PATCH] ASoC: Intel: skl_hda_dsp_common: Fix global-out-of-bounds bug 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" For the last few days we have been playing with "vanilla" 5.5 kernel - one without ton of /skylake patches - to find out how could hda-dsp be enabled on skl/ kbl+ with the least amount of changes pulled from our branch possible. Turned out the addition of this single patch AND topology binary update got the job done. Now, how can we proceed with such solution. Can share the topology binary/ .conf if needed, so anyone interested can check it out. Regards, Czarek _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel