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=-1.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 BB6F4C4360C for ; Sun, 6 Oct 2019 12:08:45 +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 BB0172084D for ; Sun, 6 Oct 2019 12:08:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="aWys2xWu"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="QbBp/qZ9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB0172084D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 E95B183A; Sun, 6 Oct 2019 14:07:52 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz E95B183A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1570363723; bh=zlNl66XHGChlzi1DjX17gOjrmVm8CPWpvt3ZP8P5iOo=; h=Date:From:To:To:To:In-Reply-To:References:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=aWys2xWu3WrPzWbx2ndGrabZboJDUqXOauKU1gXmA3zH11Z7FNqeca0hXI3JgTl8C Ynl5zKoF1iQ7eCV+MLBqOpRgOxUOOqXtTpgCnJ+NVUiqd82RQ/jFVi3oprAvgPImiW oMkOJF7cOkPwHoxODmfUE2cDhr+kTiyL8notxbpU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 7B3E0F80322; Sun, 6 Oct 2019 14:07:52 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id B953DF8038F; Sun, 6 Oct 2019 14:07:50 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 8084AF80137 for ; Sun, 6 Oct 2019 14:07:47 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 8084AF80137 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="QbBp/qZ9" Received: from localhost (unknown [40.117.208.15]) (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 759152087E; Sun, 6 Oct 2019 12:07:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570363664; bh=DGr5gLl9sxdL65Ry6x1pUQSfByI1eIRWXUmc2X9Vj5M=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=QbBp/qZ9DT8eQ81trFPJOOSh/pbhJMDlSmfTwrXT4u/5roEFw9MukpLzk0lTh+ju8 4OaUu0wQKnwFsqQb51KyC/3WnLhTa+UCGvr9MKndrXc7CC+n5sAquHQPLdYk00ozgh OJp+emDH5wcyDlAaevaAp9iiDAKcDkiSQWIiGnek= Date: Sun, 06 Oct 2019 12:07:43 +0000 From: Sasha Levin To: Sasha Levin To: Michal Suchanek To: alsa-devel@alsa-project.org In-Reply-To: References: Message-Id: <20191006120744.759152087E@mail.kernel.org> Cc: , Vinod Koul , Michal Suchanek , stable@vger.kernel.org Subject: Re: [alsa-devel] [PATCH v2 1/2] soundwire: depend on ACPI 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 7c3cd189b86d soundwire: Add Master registration. The bot has tested the following trees: v5.3.2, v5.2.18, v4.19.76. v5.3.2: Build OK! v5.2.18: Failed to apply! Possible dependencies: 8676b3ca4673 ("soundwire: fix regmap dependencies and align with other serial links") v4.19.76: Failed to apply! Possible dependencies: 8676b3ca4673 ("soundwire: fix regmap dependencies and align with other serial links") 9d7cd9d50082 ("soundwire: Kconfig: fix help format") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks, Sasha _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel