* [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot @ 2018-07-27 18:16 Park Ju Hyung 2018-07-28 16:58 ` Takashi Iwai 0 siblings, 1 reply; 7+ messages in thread From: Park Ju Hyung @ 2018-07-27 18:16 UTC (permalink / raw) To: tiwai, alsa-devel; +Cc: Park Ju Hyung, stable As an equivalent codec with CX20724, CX8200 is also subject to the reboot bug. Late 2017 and 2018 LG Gram and some HP Spectre laptops are known victims to this issue, causing extremely loud noises upon reboot. Now that we know that this bug is subject to multiple codecs, fix the comment as well. Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Cc: <stable@vger.kernel.org> --- sound/pci/hda/patch_conexant.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index f641c20095f7..909a880f5e01 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -211,6 +211,7 @@ static void cx_auto_reboot_notify(struct hda_codec *codec) struct conexant_spec *spec = codec->spec; switch (codec->core.vendor_id) { + case 0x14f12008: /* CX8200 */ case 0x14f150f2: /* CX20722 */ case 0x14f150f4: /* CX20724 */ break; @@ -218,7 +219,7 @@ static void cx_auto_reboot_notify(struct hda_codec *codec) return; } - /* Turn the CX20722 codec into D3 to avoid spurious noises + /* Turn the problematic codec into D3 to avoid spurious noises from the internal speaker during (and after) reboot */ cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, false); -- 2.18.0 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot 2018-07-27 18:16 [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot Park Ju Hyung @ 2018-07-28 16:58 ` Takashi Iwai [not found] ` <CAD14+f30SuF=MJsXWcLg3RFrJOO32wdvDKPnb2mNfnqtGWqhDw@mail.gmail.com> 0 siblings, 1 reply; 7+ messages in thread From: Takashi Iwai @ 2018-07-28 16:58 UTC (permalink / raw) To: Park Ju Hyung; +Cc: alsa-devel, stable On Fri, 27 Jul 2018 20:16:21 +0200, Park Ju Hyung wrote: > > As an equivalent codec with CX20724, > CX8200 is also subject to the reboot bug. > > Late 2017 and 2018 LG Gram and some HP Spectre laptops are known victims > to this issue, causing extremely loud noises upon reboot. > > Now that we know that this bug is subject to multiple codecs, > fix the comment as well. > > Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> > Cc: <stable@vger.kernel.org> Applied, thanks. Takashi ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAD14+f30SuF=MJsXWcLg3RFrJOO32wdvDKPnb2mNfnqtGWqhDw@mail.gmail.com>]
[parent not found: <s5hzhy6mdxn.wl-tiwai@suse.de>]
[parent not found: <CAD14+f1VoGpOUHT6Jn_D_Svsg6MZ6e1X1gDTNoYX9_CbaVQg6w@mail.gmail.com>]
[parent not found: <s5hwotamdo7.wl-tiwai@suse.de>]
[parent not found: <CAD14+f3qrhVNT0hq77fE7ADhXbzSLm1R5r_mv6rLyuhJHPXs=w@mail.gmail.com>]
[parent not found: <s5hy3d4itgj.wl-tiwai@suse.de>]
* Re: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot [not found] ` <s5hy3d4itgj.wl-tiwai@suse.de> @ 2018-08-18 14:29 ` Ju Hyung Park 2018-08-18 14:38 ` Greg KH 0 siblings, 1 reply; 7+ messages in thread From: Ju Hyung Park @ 2018-08-18 14:29 UTC (permalink / raw) To: stable, gregkh Hi, Greg. I'd like to know if there's a reason on why these ALSA patches(2 in total) aren't brought to linux-stable yet. I see a lot of patches merged to linux-stable and stable-queue that are much newer than those patches. I'd appreciate it if you can merge those ASAP. Thanks, On Sat, Aug 18, 2018 at 6:17 AM Takashi Iwai <tiwai@suse.de> wrote: > > On Fri, 17 Aug 2018 22:40:02 +0200, > Ju Hyung Park wrote: > > > > Hi, I'm still a bit confused. > > > > Can I ask why are these patches still yet to appear in linux-stable > > and stable-queue? > > I see those are already merged in Torvalds' tree. > > Greg has been also busy due to so many patches, give him some time. > If the patch is still missing in the next release, feel free to ping > him. > > > Takashi > > > > > Thanks, > > > > On Wed, Aug 1, 2018 at 10:14 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > > > On Wed, 01 Aug 2018 15:13:21 +0200, > > > Ju Hyung Park wrote: > > > > > > > > On Wed, Aug 1, 2018 at 10:09 PM, Takashi Iwai <tiwai@suse.de> wrote: > > > > > > > > > > It's likely postponed to 4.19 unless any critical issue comes up. > > > > > If it were before rc5, I could push for 4.18, but it's already in a > > > > > too late stage. These are no new breakage in 4.18-rc, after all. > > > > > > > > Makes sense, but I'd like to see these being pushed to linux-stable ASAP. > > > > > > > > Would I have to wait for 4.19-rc1 before that happens? > > > > > > Yes. > > > > > > > > > Takashi > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > thanks, > > > > > > > > > > Takashi > > > > > > > > > > > > > > > > > Thanks. > > > > > > > > > > > > On Sun, Jul 29, 2018 at 1:58 AM, Takashi Iwai <tiwai@suse.de> wrote: > > > > > > > > > > > > > On Fri, 27 Jul 2018 20:16:21 +0200, > > > > > > > Park Ju Hyung wrote: > > > > > > > > > > > > > > > > As an equivalent codec with CX20724, > > > > > > > > CX8200 is also subject to the reboot bug. > > > > > > > > > > > > > > > > Late 2017 and 2018 LG Gram and some HP Spectre laptops are known victims > > > > > > > > to this issue, causing extremely loud noises upon reboot. > > > > > > > > > > > > > > > > Now that we know that this bug is subject to multiple codecs, > > > > > > > > fix the comment as well. > > > > > > > > > > > > > > > > Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> > > > > > > > > Cc: <stable@vger.kernel.org> > > > > > > > > > > > > > > Applied, thanks. > > > > > > > > > > > > > > > > > > > > > Takashi > > > > > > > > > > > > > [2 <text/html; UTF-8 (quoted-printable)>] > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot 2018-08-18 14:29 ` Ju Hyung Park @ 2018-08-18 14:38 ` Greg KH [not found] ` <CAD14+f1K=s5bk0SQJ3s4rhg=jGhdpp_MR9XyZ-T7=jmthzot4Q@mail.gmail.com> [not found] ` <CAD14+f0QASSwkTuMEKrEAg217HM--HdcrPF7UDHF6RuPoAo89g@mail.gmail.com> 0 siblings, 2 replies; 7+ messages in thread From: Greg KH @ 2018-08-18 14:38 UTC (permalink / raw) To: Ju Hyung Park; +Cc: stable On Sat, Aug 18, 2018 at 11:29:11PM +0900, Ju Hyung Park wrote: > Hi, Greg. > > I'd like to know if there's a reason on why these ALSA patches(2 in > total) aren't brought to linux-stable yet. What specific patches are you referring to here? I do not see anything in this email :( What is the git commit id in Linus's tree? What stable tree(s) do you want them applied to? > I see a lot of patches merged to linux-stable and stable-queue that > are much newer than those patches. > > I'd appreciate it if you can merge those ASAP. Have you read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly? If not, please do so. thanks, greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAD14+f1K=s5bk0SQJ3s4rhg=jGhdpp_MR9XyZ-T7=jmthzot4Q@mail.gmail.com>]
* Fwd: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot [not found] ` <CAD14+f1K=s5bk0SQJ3s4rhg=jGhdpp_MR9XyZ-T7=jmthzot4Q@mail.gmail.com> @ 2018-08-18 16:56 ` Ju Hyung Park 2018-08-19 6:09 ` Greg KH 0 siblings, 1 reply; 7+ messages in thread From: Ju Hyung Park @ 2018-08-18 16:56 UTC (permalink / raw) To: stable, alsa-devel, gregkh Hi, It's commit d77a4b4a5b0b2ebcbc9840995d91311ef28302ab and f59cf9a0551dd954ad8b752461cf19d9789f4b1d, both which are already merged in Linus's tree. I can't think of a reason why you would have missed this other than the fact that I've used "Cc: <stable@vger.kernel.org>" instead of "Cc: stable@vger.kernel.org". I doubt it, but would this be the reason? Thanks, On Sat, Aug 18, 2018 at 11:38 PM Greg KH <gregkh@linuxfoundation.org> wrote: > > On Sat, Aug 18, 2018 at 11:29:11PM +0900, Ju Hyung Park wrote: > > Hi, Greg. > > > > I'd like to know if there's a reason on why these ALSA patches(2 in > > total) aren't brought to linux-stable yet. > > What specific patches are you referring to here? I do not see anything > in this email :( > > What is the git commit id in Linus's tree? What stable tree(s) do you > want them applied to? > > > I see a lot of patches merged to linux-stable and stable-queue that > > are much newer than those patches. > > > > I'd appreciate it if you can merge those ASAP. > > Have you read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly? > > If not, please do so. > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Fwd: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot 2018-08-18 16:56 ` Fwd: " Ju Hyung Park @ 2018-08-19 6:09 ` Greg KH 0 siblings, 0 replies; 7+ messages in thread From: Greg KH @ 2018-08-19 6:09 UTC (permalink / raw) To: Ju Hyung Park; +Cc: stable, alsa-devel On Sun, Aug 19, 2018 at 01:56:22AM +0900, Ju Hyung Park wrote: > Hi, > > It's commit d77a4b4a5b0b2ebcbc9840995d91311ef28302ab > and f59cf9a0551dd954ad8b752461cf19d9789f4b1d, > both which are already merged in Linus's tree. > > I can't think of a reason why you would have missed this > other than the fact that I've used "Cc: <stable@vger.kernel.org>" > instead of "Cc: stable@vger.kernel.org". No, I have not missed these. I normally wait until a patch shows up in a release from Linus before adding them to the stable tree, and as these patches just hit Linus's tree a few days ago, that has not happened yet. It also is in the middle of over 200 other stable patches that have been asked to be merged, so you are in good company, and it will take me a while to get through them all. I will go add these to the top of the pile, as you have asked about them, which is fine to do. thanks, greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAD14+f0QASSwkTuMEKrEAg217HM--HdcrPF7UDHF6RuPoAo89g@mail.gmail.com>]
* Fwd: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot [not found] ` <CAD14+f0QASSwkTuMEKrEAg217HM--HdcrPF7UDHF6RuPoAo89g@mail.gmail.com> @ 2018-08-18 16:56 ` Ju Hyung Park 0 siblings, 0 replies; 7+ messages in thread From: Ju Hyung Park @ 2018-08-18 16:56 UTC (permalink / raw) To: stable, alsa-devel, gregkh Oh, and I forgot to add: this would better be applied to every stable trees, if applicable (probably by checking if the commit f6b28e4ded45bb91bc4cd115d55e35badedfce5f is already merged). Thanks again. On Sat, Aug 18, 2018 at 11:38 PM Greg KH <gregkh@linuxfoundation.org> wrote: > > On Sat, Aug 18, 2018 at 11:29:11PM +0900, Ju Hyung Park wrote: > > Hi, Greg. > > > > I'd like to know if there's a reason on why these ALSA patches(2 in > > total) aren't brought to linux-stable yet. > > What specific patches are you referring to here? I do not see anything > in this email :( > > What is the git commit id in Linus's tree? What stable tree(s) do you > want them applied to? > > > I see a lot of patches merged to linux-stable and stable-queue that > > are much newer than those patches. > > > > I'd appreciate it if you can merge those ASAP. > > Have you read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly? > > If not, please do so. > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-08-19 9:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 18:16 [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot Park Ju Hyung
2018-07-28 16:58 ` Takashi Iwai
[not found] ` <CAD14+f30SuF=MJsXWcLg3RFrJOO32wdvDKPnb2mNfnqtGWqhDw@mail.gmail.com>
[not found] ` <s5hzhy6mdxn.wl-tiwai@suse.de>
[not found] ` <CAD14+f1VoGpOUHT6Jn_D_Svsg6MZ6e1X1gDTNoYX9_CbaVQg6w@mail.gmail.com>
[not found] ` <s5hwotamdo7.wl-tiwai@suse.de>
[not found] ` <CAD14+f3qrhVNT0hq77fE7ADhXbzSLm1R5r_mv6rLyuhJHPXs=w@mail.gmail.com>
[not found] ` <s5hy3d4itgj.wl-tiwai@suse.de>
2018-08-18 14:29 ` Ju Hyung Park
2018-08-18 14:38 ` Greg KH
[not found] ` <CAD14+f1K=s5bk0SQJ3s4rhg=jGhdpp_MR9XyZ-T7=jmthzot4Q@mail.gmail.com>
2018-08-18 16:56 ` Fwd: " Ju Hyung Park
2018-08-19 6:09 ` Greg KH
[not found] ` <CAD14+f0QASSwkTuMEKrEAg217HM--HdcrPF7UDHF6RuPoAo89g@mail.gmail.com>
2018-08-18 16:56 ` Ju Hyung Park
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox