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 56A56C43331 for ; Tue, 31 Mar 2020 13:14:08 +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 D4FBA20772 for ; Tue, 31 Mar 2020 13:14:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="uraNv1yV"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="jFM65O2q" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D4FBA20772 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 36ADD1612; Tue, 31 Mar 2020 15:13:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 36ADD1612 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1585660446; 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=uraNv1yVi69REkZWJ3asGmkhCdX2riFsw4CjXDuv2UCdLmEhomVzTo8oDYctTusa/ VDn+9uHJ3fLr5URgKvxwQrsnErZ39ZCmjoIQcNRd3s91jMw5LPeoXORwZ0NAKOuMTU JpsAd/PduhI+FduFEFsyhnEpEuwCvsjfd0YS/b2c= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id ECFB2F80255; Tue, 31 Mar 2020 15:11:37 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 728D6F80146; Tue, 31 Mar 2020 15:11:32 +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 6BB16F80140 for ; Tue, 31 Mar 2020 15:11:29 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6BB16F80140 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="jFM65O2q" 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 B95B220786; Tue, 31 Mar 2020 13:11:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585660288; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=jFM65O2qJCku15188+q3R7FmKYdvYYfHuOq7pF6KY27kuf7S8JnBMGUh8chTmiTRB Ppm/tLE6q0yURG63lG/up/BxnaGVciuAEh0L4x7Fq04+1ciYFrb1Ha9R4gkQZw7UYb ZUt3/QULxz8ARVvTnt96ljyipqTUXLwcCEvvlDBM= Date: Tue, 31 Mar 2020 13:11:27 +0000 From: Sasha Levin To: Sasha Levin To: Thomas Hebb To: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.or Subject: Re: [PATCH 1/3] ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 In-Reply-To: References: Message-Id: <20200331131127.B95B220786@mail.kernel.org> Cc: Kailang Yang , 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 61109C2D0EE for ; Tue, 31 Mar 2020 13:11:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2B64820757 for ; Tue, 31 Mar 2020 13:11:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585660300; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=XLlVyTDp4ALCchkZhEjX/InWfr2Kf72JRe4AgTonJr9QKO7Y/GeYJW8KY3EEGJzp5 J7OS6+YG4Lc0tGP0iV0WIgoJ6aH/GBnCvc4bKU9vPR6XStYqVe7LCghB0eUvksP9D+ B8kq2qG+mFFJ6W0lEiwCbGNPuS1pVDrBbxwgePj8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730975AbgCaNLj (ORCPT ); Tue, 31 Mar 2020 09:11:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:40068 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730939AbgCaNL2 (ORCPT ); Tue, 31 Mar 2020 09:11:28 -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 B95B220786; Tue, 31 Mar 2020 13:11:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585660288; bh=E0ZiGGpWnxZaGahYOcWQMjN9JjsdC0P9wppib5vRFlY=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=jFM65O2qJCku15188+q3R7FmKYdvYYfHuOq7pF6KY27kuf7S8JnBMGUh8chTmiTRB Ppm/tLE6q0yURG63lG/up/BxnaGVciuAEh0L4x7Fq04+1ciYFrb1Ha9R4gkQZw7UYb ZUt3/QULxz8ARVvTnt96ljyipqTUXLwcCEvvlDBM= Date: Tue, 31 Mar 2020 13:11:27 +0000 From: Sasha Levin To: Sasha Levin To: Thomas Hebb To: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.or Cc: Kailang Yang Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 1/3] ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 In-Reply-To: References: Message-Id: <20200331131127.B95B220786@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@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