From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.17.24]:41113 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726268AbeHXR7j (ORCPT ); Fri, 24 Aug 2018 13:59:39 -0400 Date: Fri, 24 Aug 2018 16:24:44 +0200 From: "Matthias B." To: Greg KH Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: How to report kernel panic in 4.4.x Message-ID: <20180824162444.71390f71@ninja> In-Reply-To: <20180824141120.GA31555@kroah.com> References: <20180824142408.6340d052@ninja> <20180824125950.GA29673@kroah.com> <20180824160947.49387d7b@ninja> <20180824141120.GA31555@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On Fri, 24 Aug 2018 16:11:20 +0200 Greg KH wrote: > > [ 0.595677] snd_hda_intel 0000:01:00.1: Too many HDMI devices > > [ 0.596251] snd_hda_intel 0000:01:00.1: Consider building the > > kernel with CONFIG_SND_DYNAMIC_MINORS=y [ 0.596839] snd_hda_intel > > 0000:01:00.1: Too many HDMI devices [ 0.597412] snd_hda_intel > > 0000:01:00.1: Consider building the kernel with > > CONFIG_SND_DYNAMIC_MINORS=y [ 0.612466] snd_hda_intel > > 0000:01:00.1: control 3:0:0:ELD:0 is already present > > [ 0.613100] snd_hda_codec_hdmi: probe of hdaudioC0D0 failed with > > error -16 > > Have you tried enabling CONFIG_SND_DYNAMIC_MINORS like the kernel is > asking you to here? Does that help? I've just tried and it doesn't help. Note that the above message is from my working kernel and has a timestamp later than the panic, so if the timing of the 152 kernel is somewhat similar to the 147, the panic occurs before that snd_hda_intel code is even reached. MSB -- Bad comments reveal the bad programmer.