Bug#931507: [PATCHv2] hda: Fix 1-minute detection delay when i915 module is not available

2019-07-26 Thread Takashi Iwai
On Fri, 26 Jul 2019 23:47:02 +0200, Samuel Thibault wrote: > > Distribution installation images such as Debian include different sets > of modules which can be downloaded dynamically. Such images may notably > include the hda sound modules but not the i915 DRM module, even if the > latter was ena

Bug#933153: linux-image-4.19.0-5-amd64: soft lockup cpu stuck

2019-07-26 Thread Joe B. McEntire
Package: src:linux Version: 4.19.37-5+deb10u1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Time * What exactly did you do (or not do) that was effective (or ineffective)? It was aft

Bug#900349: linux-image-4.9.0-6-amd64 does not support RAID controller (530-4i Flex) of Lenovo ThinkSystem SN550 servers

2019-07-26 Thread Michael Prokop
* Michael Prokop [Wed May 30, 2018 at 10:05:16AM +0200]: > * Ben Hutchings [Tue May 29, 2018 at 08:58:35PM +0100]: > > On Tue, 29 May 2018 13:41:13 +0200 Michael Prokop wrote: > > > The current kernel version of Debian/stretch (4.9.0-6-amd64) doesn't > > > support the RAID controller as present i

Bug#931507: [PATCHv2] hda: Fix 1-minute detection delay when i915 module is not available

2019-07-26 Thread Samuel Thibault
Distribution installation images such as Debian include different sets of modules which can be downloaded dynamically. Such images may notably include the hda sound modules but not the i915 DRM module, even if the latter was enabled at build time, as reported on https://bugs.debian.org/931507 In

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Oliver Hartkopp
On 26/07/2019 20.12, Trent Piepho wrote: On Fri, 2019-07-26 at 12:53 +0200, Oliver Hartkopp wrote: Just a thought: There are some of these rtc drivers that set rtc->rtc->uie_unsupported = 1; in the case that they can't assign an irq line. But others set rtc->rtc->uie_unsupported = 1; whe

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Trent Piepho
On Fri, 2019-07-26 at 12:53 +0200, Oliver Hartkopp wrote: > Just a thought: > > There are some of these rtc drivers that set > > rtc->rtc->uie_unsupported = 1; > > in the case that they can't assign an irq line. > > But others set > > rtc->rtc->uie_unsupported = 1; > > when they don't support

Re: Proposed removal of kernel AX.25 support

2019-07-26 Thread Iain Learmonth
Hi, On 26/07/2019 19:10, Iain Learmonth wrote: > I am a maintainer for the libax25 and ax25-apps packages, and these > packages are not in great shape. These are userspace packages that > compliment the AX.25 networking support in the Linux kernel. I would > like to propose that we do not ship the

Bug#931507: hda: Fix 1-minute detection delay when i915 module is not available

2019-07-26 Thread Takashi Iwai
On Fri, 26 Jul 2019 17:05:30 +0200, Samuel Thibault wrote: > > Distribution installation images such as Debian include different sets > of modules which can be downloaded dynamically. Such images may notably > include the hda sound modules but not the i915 DRM module, even if the > latter was ena

Processed: tagging 931507

2019-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 931507 + upstream Bug #931507 [src:linux] kernel-wedge: HDA sound board detection takes 60s in d-i Added tag(s) upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 931507: https://bugs.debian.org/cgi-bi

Processed: bug 931507 is forwarded to alsa-de...@alsa-project.org

2019-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 931507 alsa-de...@alsa-project.org Bug #931507 [src:linux] kernel-wedge: HDA sound board detection takes 60s in d-i Set Bug forwarded-to-address to 'alsa-de...@alsa-project.org'. > thanks Stopping processing here. Please contact me if y

Bug#931507: hda: Fix 1-minute detection delay when i915 module is not available

2019-07-26 Thread Samuel Thibault
Distribution installation images such as Debian include different sets of modules which can be downloaded dynamically. Such images may notably include the hda sound modules but not the i915 DRM module, even if the latter was enabled at build time, as reported on https://bugs.debian.org/931507 In

Bug#931507: kernel-wedge: HDA sound board detection takes 60s in d-i

2019-07-26 Thread Samuel Thibault
Control: tags -1 + patch Hello, Ben Hutchings, le dim. 07 juil. 2019 17:36:03 +0100, a ecrit: > On Sun, 2019-07-07 at 17:16 +0200, Samuel Thibault wrote: > > Ben Hutchings, le dim. 07 juil. 2019 13:35:20 +0100, a ecrit: > > > i915 belongs in fb-modules. I'm not sure that sound-modules should > >

Processed: Re: Bug#931507: kernel-wedge: HDA sound board detection takes 60s in d-i

2019-07-26 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + patch Bug #931507 [src:linux] kernel-wedge: HDA sound board detection takes 60s in d-i Added tag(s) patch. -- 931507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931507 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Oliver Hartkopp
Just a thought: There are some of these rtc drivers that set rtc->rtc->uie_unsupported = 1; in the case that they can't assign an irq line. But others set rtc->rtc->uie_unsupported = 1; when they don't support an (alarm) trigger with 1 sec accuracy. Wouldn't it make sense to put + se

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Oliver Hartkopp
Hello Alexandre, On 26.07.19 11:39, Alexandre Belloni wrote: Maybe this problem is only relevant for the S35390A and PCF8563 chip which both lack the UIE support needed by hwclock. Both have only alarm triggers in a minute accuracy according to the driver source code. AFAIK the rtc framework

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Alexandre Belloni
On 26/07/2019 11:27:11+0200, Oliver Hartkopp wrote: > Hello Uwe, > > On 26.07.19 09:27, Uwe Kleine-König wrote: > > Hello Alexandre, > > > > On Thu, Jul 25, 2019 at 04:31:49PM +0200, Oliver Hartkopp wrote: > > > On 24.07.19 09:07, Uwe Kleine-König wrote: > > > > On Tue, Jul 23, 2019 at 10:28:18PM

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Oliver Hartkopp
Hello Uwe, On 26.07.19 09:27, Uwe Kleine-König wrote: Hello Alexandre, On Thu, Jul 25, 2019 at 04:31:49PM +0200, Oliver Hartkopp wrote: On 24.07.19 09:07, Uwe Kleine-König wrote: On Tue, Jul 23, 2019 at 10:28:18PM +0200, Oliver Hartkopp wrote: I'm running a TS-119P+ and a TS-219P II Qnap NAS

Bug#932845: TS-219 RTC issue with Debian Buster

2019-07-26 Thread Uwe Kleine-König
Hello Alexandre, On Thu, Jul 25, 2019 at 04:31:49PM +0200, Oliver Hartkopp wrote: > On 24.07.19 09:07, Uwe Kleine-König wrote: > > On Tue, Jul 23, 2019 at 10:28:18PM +0200, Oliver Hartkopp wrote: > > > I'm running a TS-119P+ and a TS-219P II Qnap NAS with Debian Buster. > > > Both are now running