From patchwork Fri Feb 1 17:05:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Louis Bossart X-Patchwork-Id: 10793385 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5053014E1 for ; Fri, 1 Feb 2019 17:05:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 31CB332851 for ; Fri, 1 Feb 2019 17:05:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2FD1B32869; Fri, 1 Feb 2019 17:05:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8C7A53286F for ; Fri, 1 Feb 2019 17:05:28 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id AFD7D267470; Fri, 1 Feb 2019 18:05:26 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 2AA9F2679C1; Fri, 1 Feb 2019 18:05:24 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by alsa0.perex.cz (Postfix) with ESMTP id 6CAA1267463 for ; Fri, 1 Feb 2019 18:05:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Feb 2019 09:05:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,549,1539673200"; d="scan'208";a="114545308" Received: from hchiou3-mobl3.amr.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.252.142.242]) by orsmga008.jf.intel.com with ESMTP; 01 Feb 2019 09:05:18 -0800 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Date: Fri, 1 Feb 2019 11:05:10 -0600 Message-Id: <20190201170513.13905-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.17.1 Cc: tiwai@suse.de, liam.r.girdwood@linux.intel.com, vkoul@kernel.org, broonie@kernel.org, Pierre-Louis Bossart Subject: [alsa-devel] [PATCH 0/3] ASoC: DAPM/topology oops/use-after-free fixes X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP KASAN checks and more SOF stress-tests expose bugs that have apparently been there for a very long time. Guennadi Liakhovetski (1): ASoC: topology: fix oops/use-after-free case with dai driver Pierre-Louis Bossart (2): ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tables ASoC: dapm: fix use-after-free issue with dailink sname sound/soc/soc-core.c | 2 +- sound/soc/soc-dapm.c | 45 +++++++++++++++++++++++++++++++++++++++- sound/soc/soc-topology.c | 5 +++++ 3 files changed, 50 insertions(+), 2 deletions(-)