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 192D7C43331 for ; Tue, 31 Mar 2020 13:13:21 +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 92C2620772 for ; Tue, 31 Mar 2020 13:13:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="hGUuRHOe"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="uDg/bYpM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92C2620772 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 CFBF51658; Tue, 31 Mar 2020 15:12:28 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz CFBF51658 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1585660398; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=hGUuRHOeX0c4vpI9SvuuQd47epTrgC+IidoR9ttG32rYGSYWunaDe0wOC67ki5sqD K5UHydMp3kEo78YYyPX94nZFBPE3CS7vuFgYe6SWK5br1OCCQBBuXJCugtfJRcymuj VOZRjIbJ7x3o7AE+g1ncPtWzPjioeB6tuFtNLeKA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 8DC12F8010C; Tue, 31 Mar 2020 15:11:36 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 623A7F8014F; Tue, 31 Mar 2020 15:11:31 +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 60F53F8010C for ; Tue, 31 Mar 2020 15:11:28 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 60F53F8010C Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="uDg/bYpM" Received: from localhost (unknown [137.135.114.1]) (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 947B72145D; Tue, 31 Mar 2020 13:11:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585660286; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=uDg/bYpMnSx/D467AXVfBvCoq4T6X5uiJunjmfHrl6y5vi4HI15U9yZ1BGOEQdekd ww7iEi9+xowNeAStUL1fvqfU7W2KM8EmmM8EaLyCK1hG5BILztVF34k7QVjrqoRE5l uBuhtTztRqTlullZguYvL0mawDfTup5hDModlqqQ= Date: Tue, 31 Mar 2020 13:11:25 +0000 From: Sasha Levin To: Sasha Levin To: Thomas Hebb To: alsa-devel@alsa-project.org Subject: Re: [PATCH v2 1/3] ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 In-Reply-To: References: Message-Id: <20200331131126.947B72145D@mail.kernel.org> Cc: Kailang Yang , linux-kernel@vger.kernel.org, stable@vger.kernel.org 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: , 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 -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.5.13, v5.4.28, v4.19.113, v4.14.174, v4.9.217, v4.4.217. v5.5.13: Build OK! v5.4.28: Build OK! v4.19.113: Build OK! v4.14.174: Build OK! v4.9.217: Failed to apply! Possible dependencies: 76ab4e15158c ("ALSA: doc: ReSTize HD-Audio-DP-MST-audio.txt") 8551914a5e19 ("ALSA: doc: ReSTize alsa-driver-api document") 9000d69925ac ("ALSA: doc: ReSTize HD-Audio document") a4caad753f0c ("ALSA: doc: ReSTize HD-Audio-Models document") fe0abd18e1ef ("ALSA: doc: ReSTize HD-Audio-Controls document") v4.4.217: Failed to apply! Possible dependencies: 34d505193bd1 ("cfg80211: basic support for PBSS network type") 35eb8f7b1a37 ("cfg80211: Improve Connect/Associate command documentation") 38de03d2a289 ("nl80211: add feature for BSS selection support") 463c35fb7981 ("ALSA: Add documentation about HD-audio DP MST") 76ab4e15158c ("ALSA: doc: ReSTize HD-Audio-DP-MST-audio.txt") 819bf593767c ("docs-rst: sphinxify 802.11 documentation") 8551914a5e19 ("ALSA: doc: ReSTize alsa-driver-api document") 9000d69925ac ("ALSA: doc: ReSTize HD-Audio document") a4caad753f0c ("ALSA: doc: ReSTize HD-Audio-Models document") ba6fbacf9c07 ("cfg80211: Add option to specify previous BSSID for Connect command") bf1ecd210541 ("cfg80211: Allow cfg80211_connect_result() errors to be distinguished") e705498945ad ("cfg80211: Add option to report the bss entry in connect result") fa44b7ec9bc4 ("ALSA: hda - Update documentation") fe0abd18e1ef ("ALSA: doc: ReSTize HD-Audio-Controls document") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha 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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 A7947C43331 for ; Tue, 31 Mar 2020 13:11:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6185A214D8 for ; Tue, 31 Mar 2020 13:11:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585660290; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=Q9sVYS2QbAtXsZHJuYJ/cetV4z9MqhSNOuWtdgpH1n5N4/2MFPZLTcqYodn85qta4 oFmV+ZwNIzIRmC8wePsQlMqli/BQED5Xa4nXkp8+W9mfT6saMjQY19OiTGl2N2CWTs vERdCQrrG0yU1m6azj2o79lTWxLYU35aEVVdNPGg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730948AbgCaNL3 (ORCPT ); Tue, 31 Mar 2020 09:11:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:40046 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730906AbgCaNL1 (ORCPT ); Tue, 31 Mar 2020 09:11:27 -0400 Received: from localhost (unknown [137.135.114.1]) (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 947B72145D; Tue, 31 Mar 2020 13:11:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585660286; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=uDg/bYpMnSx/D467AXVfBvCoq4T6X5uiJunjmfHrl6y5vi4HI15U9yZ1BGOEQdekd ww7iEi9+xowNeAStUL1fvqfU7W2KM8EmmM8EaLyCK1hG5BILztVF34k7QVjrqoRE5l uBuhtTztRqTlullZguYvL0mawDfTup5hDModlqqQ= Date: Tue, 31 Mar 2020 13:11:25 +0000 From: Sasha Levin To: Sasha Levin To: Thomas Hebb To: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org, Kailang Yang Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH v2 1/3] ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 In-Reply-To: References: Message-Id: <20200331131126.947B72145D@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.5.13, v5.4.28, v4.19.113, v4.14.174, v4.9.217, v4.4.217. v5.5.13: Build OK! v5.4.28: Build OK! v4.19.113: Build OK! v4.14.174: Build OK! v4.9.217: Failed to apply! Possible dependencies: 76ab4e15158c ("ALSA: doc: ReSTize HD-Audio-DP-MST-audio.txt") 8551914a5e19 ("ALSA: doc: ReSTize alsa-driver-api document") 9000d69925ac ("ALSA: doc: ReSTize HD-Audio document") a4caad753f0c ("ALSA: doc: ReSTize HD-Audio-Models document") fe0abd18e1ef ("ALSA: doc: ReSTize HD-Audio-Controls document") v4.4.217: Failed to apply! Possible dependencies: 34d505193bd1 ("cfg80211: basic support for PBSS network type") 35eb8f7b1a37 ("cfg80211: Improve Connect/Associate command documentation") 38de03d2a289 ("nl80211: add feature for BSS selection support") 463c35fb7981 ("ALSA: Add documentation about HD-audio DP MST") 76ab4e15158c ("ALSA: doc: ReSTize HD-Audio-DP-MST-audio.txt") 819bf593767c ("docs-rst: sphinxify 802.11 documentation") 8551914a5e19 ("ALSA: doc: ReSTize alsa-driver-api document") 9000d69925ac ("ALSA: doc: ReSTize HD-Audio document") a4caad753f0c ("ALSA: doc: ReSTize HD-Audio-Models document") ba6fbacf9c07 ("cfg80211: Add option to specify previous BSSID for Connect command") bf1ecd210541 ("cfg80211: Allow cfg80211_connect_result() errors to be distinguished") e705498945ad ("cfg80211: Add option to report the bss entry in connect result") fa44b7ec9bc4 ("ALSA: hda - Update documentation") fe0abd18e1ef ("ALSA: doc: ReSTize HD-Audio-Controls document") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha