From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Ted Chang <tedchang2010@gmail.com>,
stable@vger.kernel.org, regressions@lists.linux.dev,
venkataprasad.potturu@amd.com, "perex@perex.cz" <perex@perex.cz>,
alsa-devel@alsa-project.org, broonie@kernel.org,
linux@leemhuis.info, linux-sound@vger.kernel.org
Subject: Re: [REGRESSION] Acp5x probing regression introduced between kernel 6.7.2 -> 6.7.4
Date: Tue, 13 Feb 2024 15:46:59 +0100 [thread overview]
Message-ID: <2024021342-overshoot-percent-a329@gregkh> (raw)
In-Reply-To: <87bk8kkcbg.wl-tiwai@suse.de>
On Tue, Feb 13, 2024 at 09:17:39AM +0100, Takashi Iwai wrote:
> On Mon, 12 Feb 2024 15:32:45 +0100,
> Ted Chang wrote:
> >
> >
> > Hi everyone,
> > Takashi Iwai suggested that I test OBS home:tiwai:bsc1219789 repo. His comment
> > suggest he reverted commit
> > c3ab23a10771bbe06300e5374efa809789c65455 ASoC: amd: Add new dmi entries for
> > acp5x platform. My audio seems to work again
> >
> > [ 7.420289] acpi_cpufreq: overriding BIOS provided _PSD data
> > [ 7.439331] snd_pci_acp5x 0000:04:00.5: enabling device (0000 -> 0002)
> > [ 7.574796] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
> > [ 7.574980] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
> > [ 7.577788] kvm_amd: TSC scaling supported
> > [ 7.577794] kvm_amd: Nested Virtualization enabled
> > [ 7.577796] kvm_amd: Nested Paging enabled
> > [ 7.577799] kvm_amd: SEV enabled (ASIDs 1 - 14)
> > [ 7.577802] kvm_amd: SEV-ES disabled (ASIDs 0 - 0)
> > [ 7.577824] kvm_amd: Virtual VMLOAD VMSAVE supported
> > [ 7.577825] kvm_amd: Virtual GIF supported
> > [ 7.577827] kvm_amd: LBR virtualization supported
> > [ 7.589223] MCE: In-kernel MCE decoding enabled.
> > [ 7.590386] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
> > [ 7.591577] cs35l41 spi-VLV1776:00: supply VA not found, using dummy regulator
> > [ 7.591644] cs35l41 spi-VLV1776:00: supply VP not found, using dummy regulator
> > [ 7.595880] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input17
> > [ 7.596790] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input18
> >
> > https://build.opensuse.org/project/show/home:tiwai:bsc1219789
> >
> > Now I'm building a test kernel with the revert of the suspected backport patch.
> > It's being built in OBS home:tiwai:bsc1219789 repo. Please give it a try later once after the build finishes (takes an hour or so).
> >
> > So the culprit was the stable commit 4b6986b170f2f23e390bbd2d50784caa9cb67093, which is the upstream commit c3ab23a10771bbe06300e5374efa809789c65455
> > ASoC: amd: Add new dmi entries for acp5x platform
>
> Greg, could you revert the commit
> 4b6986b170f2f23e390bbd2d50784caa9cb67093 on 6.7.y?
>
> Apparently it caused the regression on Steam Deck, the driver probe
> failed with that backport alone.
Now reverted, as well as on 6.6.y and 6.1.y.
thanks,
greg k-h
next prev parent reply other threads:[~2024-02-13 14:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAD_nV8BG0t7US=+C28kQOR==712MPfZ9m-fuKksgoZCgrEByCw@mail.gmail.com>
2024-02-11 17:19 ` [REGRESSION] Acp5x probing regression introduced between kernel 6.7.2 -> 6.7.4 Linux regression tracking (Thorsten Leemhuis)
2024-02-12 9:13 ` Takashi Iwai
2024-02-12 14:12 ` [REGRESSION] Acp5x probing regression introduced between kernel 6.7.2 -> 6.7.4 Takashi Iwai
2024-02-17 15:56 ` Mark Brown
2024-02-17 18:34 ` Takashi Iwai
2024-02-19 10:50 ` Venkata Prasad Potturu
2024-02-19 11:06 ` Takashi Iwai
2024-02-12 14:32 ` Ted Chang
2024-02-13 8:17 ` Takashi Iwai
2024-02-13 14:46 ` Greg Kroah-Hartman [this message]
2024-02-14 14:14 ` Linux regression tracking #update (Thorsten Leemhuis)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2024021342-overshoot-percent-a329@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux@leemhuis.info \
--cc=perex@perex.cz \
--cc=regressions@lists.linux.dev \
--cc=stable@vger.kernel.org \
--cc=tedchang2010@gmail.com \
--cc=tiwai@suse.de \
--cc=venkataprasad.potturu@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox