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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 82452C54FD0 for ; Fri, 24 Apr 2020 12:19:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 580D620767 for ; Fri, 24 Apr 2020 12:19:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587730778; bh=5WEt3s7TOfHVS6lKtXjDHjr86ZoVXaSFyuNlxEmzUhg=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=Gi/1o+8y6DM8YTJWHSt7vYfRfujBfLb9oUe3s3GT04BE/oOR+zQEctEDf7PgH5Nqf AnmpVIrAZZqr3TV8HkK9HNSPaeBt5shsDPDhV7sU0X5gumvbNFGThcwvYeCNUi+suK mBh3lAhkcWG8xERVNooWs8zElwR1zgI598a8qN4E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727012AbgDXMTh (ORCPT ); Fri, 24 Apr 2020 08:19:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:50438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726289AbgDXMTh (ORCPT ); Fri, 24 Apr 2020 08:19:37 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 232BA20700; Fri, 24 Apr 2020 12:19:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587730776; bh=5WEt3s7TOfHVS6lKtXjDHjr86ZoVXaSFyuNlxEmzUhg=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=03+gRZgkT/SrRkLTBtpirAo7oL/seJDtnoX/7nOVMpPcv524ZDRMDUKyJ2OYkGLXt dv9B/RisUHn5aDw9mc6Q6AUkn7DDXVlW/TDuUhNp7EkqNFsaqeDr0bSz0DhFoOaiUe s3CGudvVjQrIUup7xeeL6JHmJJb0mgJWU5Qs5RWM= Date: Fri, 24 Apr 2020 13:19:34 +0100 From: Mark Brown To: linux-kernel@vger.kernel.org, Rong Chen , Takashi Iwai , Liam Girdwood , Vinod Koul , alsa-devel@alsa-project.org, Jaroslav Kysela Cc: kbuild test robot , Kuninori Morimoto In-Reply-To: <20200424005437.3941-1-rong.a.chen@intel.com> References: <202004201540.vYPhhYMs%lkp@intel.com> <20200424005437.3941-1-rong.a.chen@intel.com> Subject: Re: [PATCH v2] ASoC: soc-compress: avoid false-positive Wuninitialized warning Message-Id: <158773076811.21878.3256404080318528635.b4-ty@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Apr 2020 08:54:37 +0800, Rong Chen wrote: > gcc-6.5 and earlier show a new warning: > > sound/soc/soc-compress.c: In function ‘soc_compr_open’: > sound/soc/soc-compress.c:75:28: warning: ‘component’ is used uninitialized in this function [-Wuninitialized] > struct snd_soc_component *component, *save = NULL; > ^~~~~~~~~ > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8 Thanks! [1/1] ASoC: soc-compress: avoid false-positive Wuninitialized warning commit: 3e645a4add53eec22f3818c9da01c19191525096 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark