* [1/2] 2.6.21-rc7: known regressions [not found] <Pine.LNX.4.64.0704151659570.5473@woody.linux-foundation.org> @ 2007-04-16 0:37 ` Adrian Bunk 2007-04-16 21:44 ` Chuck Ebbert 2007-04-17 0:14 ` Brandeburg, Jesse 2007-04-23 21:48 ` [1/3] 2.6.21-rc7: known regressions (v2) Adrian Bunk 2007-04-25 23:40 ` 2.6.21-rc7: known regressions with patches Adrian Bunk 2 siblings, 2 replies; 10+ messages in thread From: Adrian Bunk @ 2007-04-16 0:37 UTC (permalink / raw) To: Linus Torvalds, Andrew Morton Cc: Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Stephen Clark, jgarzik, linux-ide, Michal Jaegermann, lenb, linux-acpi, netdev, Dave Jones, Jesse Brandeburg, e1000-devel, Ingo Molnar, Ayaz Abdulla, David Miller, Andi Kleen, Oliver Neukum, greg, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly involved with one or more of these issues. Due to the huge amount of recipients, please trim the Cc when answering. Subject : snd_hda_intel doesn't work with ASUS M2V mainboard References : http://bugzilla.kernel.org/show_bug.cgi?id=8273 Submitter : Hans-Georg Rist <hg.rist@web.de> Status : unknown Subject : snd_intel8x0: divide error: 0000 References : http://lkml.org/lkml/2007/3/5/252 Submitter : Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Status : unknown Subject : ali_pata: boot from CD fails References : http://lkml.org/lkml/2007/3/31/160 Submitter : Stephen Clark <Stephen.Clark@seclark.us> Status : unknown Subject : kernels fail to boot with drives on ATIIXP controller (ACPI/IRQ related) References : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229621 http://lkml.org/lkml/2007/3/4/257 Submitter : Michal Jaegermann <michal@ellpspace.math.ualberta.ca> Status : unknown Subject : boot failure: rtl8139: exception in interrupt routine References : http://lkml.org/lkml/2007/3/31/160 Submitter : Stephen Clark <Stephen.Clark@seclark.us> Status : unknown Subject : laptops with e1000: lockups References : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229603 Submitter : Dave Jones <davej@redhat.com> Handled-By : Jesse Brandeburg <jesse.brandeburg@intel.com> Status : problem is being debugged Subject : forcedeth: interface hangs under load References : http://lkml.org/lkml/2007/4/3/39 http://www.spinics.net/lists/netdev/msg28981.html Submitter : Ingo Molnar <mingo@elte.hu> Handled-By : Ingo Molnar <mingo@elte.hu> Ayaz Abdulla <aabdulla@nvidia.com> David Miller <davem@davemloft.net> Status : problem is being debugged Subject : hal daemon crashes after pulling a USB serial device References : http://www.opensubscriber.com/message/linux-usb-devel@lists.sourceforge.net/6369800.html Submitter : Andi Kleen <ak@suse.de> Handled-By : Oliver Neukum <oneukum@suse.de> Status : problem is being debugged Subject : Oops when changing USB DVB-T adapter References : http://lkml.org/lkml/2007/3/9/212 http://lkml.org/lkml/2007/4/5/154 Submitter : CIJOML <cijoml@volny.cz> Handled-By : Markus Rechberger <markus.rechberger@amd.com> Status : patches available ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [1/2] 2.6.21-rc7: known regressions 2007-04-16 0:37 ` [1/2] 2.6.21-rc7: known regressions Adrian Bunk @ 2007-04-16 21:44 ` Chuck Ebbert 2007-04-17 0:14 ` Brandeburg, Jesse 1 sibling, 0 replies; 10+ messages in thread From: Chuck Ebbert @ 2007-04-16 21:44 UTC (permalink / raw) To: Adrian Bunk Cc: Andrew Morton, perex, alsa-devel, Michal Piotrowski, linux-kernel Adrian Bunk wrote: > This email lists some known regressions in Linus' tree compared to 2.6.20. > > Subject : snd_intel8x0: divide error: 0000 > References : http://lkml.org/lkml/2007/3/5/252 > Submitter : Michal Piotrowski <michal.k.k.piotrowski@gmail.com> > Status : unknown > Oops is in sound/pci/intel8x0.c::snd_intel8x0_update(), part of the interrupt handler: Line 751: ichdev->position += step * ichdev->fragsize1; if (! chip->in_measurement) ichdev->position %= ichdev->size; ichdev->size is 0. Interrupt happened upon request_irq(). Does chip->in_measurement need to be reset because this is a crashdump kernel? ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [1/2] 2.6.21-rc7: known regressions 2007-04-16 0:37 ` [1/2] 2.6.21-rc7: known regressions Adrian Bunk 2007-04-16 21:44 ` Chuck Ebbert @ 2007-04-17 0:14 ` Brandeburg, Jesse 2007-04-17 0:32 ` Dave Jones 1 sibling, 1 reply; 10+ messages in thread From: Brandeburg, Jesse @ 2007-04-17 0:14 UTC (permalink / raw) To: Adrian Bunk, Linus Torvalds, Andrew Morton Cc: Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Stephen Clark, jgarzik, linux-ide, Michal Jaegermann, lenb, linux-acpi, netdev, Dave Jones, e1000-devel, Ingo Molnar, Ayaz Abdulla, David Miller, Andi Kleen, Oliver Neukum, greg, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer Adrian Bunk wrote: > Subject : laptops with e1000: lockups > References : > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229603 > Submitter : Dave Jones <davej@redhat.com> > Handled-By : Jesse Brandeburg <jesse.brandeburg@intel.com> > Status : problem is being debugged this is being actively debugged, here is what we have so far: o v2.6.20: crashes during boot, unless noacpi and nousb bootparams used o v2.6.21-rc6: some userspace issue, crashes just after root mount without init=/bin/bash o v2.6.2X: serial console in docking station spews goo at all speeds with console=ttyS0,bbbbn8 . work continues on this, as we don't know if there are kernel panic messages during the hard lock. o fedora 7 test kernel 2948: boots okay, have been using this as only truly working kernel on this machine. one reproduction of the problem was had with scp -l 5000 <file> <remote> when linked at 100Mb/Full. Tried probably 20 other times same test with no repro, ugh. Otherwise, slogging through continues. We are actively working on this in case it *is* an e1000 issue. Right now the repro is so unlikely we could hardly tell if we fixed it. Jesse PS .config available on request ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [1/2] 2.6.21-rc7: known regressions 2007-04-17 0:14 ` Brandeburg, Jesse @ 2007-04-17 0:32 ` Dave Jones 2007-04-17 0:41 ` Jeff Garzik 0 siblings, 1 reply; 10+ messages in thread From: Dave Jones @ 2007-04-17 0:32 UTC (permalink / raw) To: Brandeburg, Jesse Cc: alsa-devel, greg, linux-ide, Michal Jaegermann, linux-usb-devel, e1000-devel, Adrian Bunk, linux-acpi, Ingo Molnar, jgarzik, lenb, Ayaz Abdulla, Michal Piotrowski, Hans-Georg Rist, v4l-dvb-maintainer, perex, Oliver Neukum, Stephen Clark, Andi Kleen, Markus Rechberger, netdev, CIJOML, Andrew Morton, Linus Torvalds, David Miller On Mon, Apr 16, 2007 at 05:14:40PM -0700, Brandeburg, Jesse wrote: > Adrian Bunk wrote: > > Subject : laptops with e1000: lockups > > References : > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229603 > > Submitter : Dave Jones <davej@redhat.com> > > Handled-By : Jesse Brandeburg <jesse.brandeburg@intel.com> > > Status : problem is being debugged > > this is being actively debugged, here is what we have so far: > o v2.6.20: crashes during boot, unless noacpi and nousb bootparams used > o v2.6.21-rc6: some userspace issue, crashes just after root mount > without init=/bin/bash > o v2.6.2X: serial console in docking station spews goo at all speeds > with console=ttyS0,bbbbn8 . work continues on this, as we don't know if > there are kernel panic messages during the hard lock. > o fedora 7 test kernel 2948: boots okay, have been using this as only > truly working kernel on this machine. > > one reproduction of the problem was had with scp -l 5000 <file> <remote> > when linked at 100Mb/Full. Tried probably 20 other times same test with > no repro, ugh. > > Otherwise, slogging through continues. We are actively working on this > in case it *is* an e1000 issue. Right now the repro is so unlikely we > could hardly tell if we fixed it. FWIW, I can reproduce this pretty much ondemand, on 100M through the ethernet port on a netgear wireless AP. A number of our Fedora7 testers are also able to easily reproduce this. To isolate e1000, for tomorrows test build I've reverted e1000 to the same code that was in 2.6.20. If that works out without causing hangs, I'll try and narrow down further which of the dozen csets is responsible. Dave -- http://www.codemonkey.org.uk ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [1/2] 2.6.21-rc7: known regressions 2007-04-17 0:32 ` Dave Jones @ 2007-04-17 0:41 ` Jeff Garzik 0 siblings, 0 replies; 10+ messages in thread From: Jeff Garzik @ 2007-04-17 0:41 UTC (permalink / raw) To: Dave Jones Cc: Brandeburg, Jesse, Adrian Bunk, Linus Torvalds, Andrew Morton, Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Stephen Clark, linux-ide, Michal Jaegermann, lenb, linux-acpi, netdev, e1000-devel, Ingo Molnar, Ayaz Abdulla, David Miller, Andi Kleen, Oliver Neukum, greg, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer Dave Jones wrote: > On Mon, Apr 16, 2007 at 05:14:40PM -0700, Brandeburg, Jesse wrote: > > Adrian Bunk wrote: > > > Subject : laptops with e1000: lockups > > > References : > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229603 > > > Submitter : Dave Jones <davej@redhat.com> > > > Handled-By : Jesse Brandeburg <jesse.brandeburg@intel.com> > > > Status : problem is being debugged > > > > this is being actively debugged, here is what we have so far: > > o v2.6.20: crashes during boot, unless noacpi and nousb bootparams used > > o v2.6.21-rc6: some userspace issue, crashes just after root mount > > without init=/bin/bash > > o v2.6.2X: serial console in docking station spews goo at all speeds > > with console=ttyS0,bbbbn8 . work continues on this, as we don't know if > > there are kernel panic messages during the hard lock. > > o fedora 7 test kernel 2948: boots okay, have been using this as only > > truly working kernel on this machine. > > > > one reproduction of the problem was had with scp -l 5000 <file> <remote> > > when linked at 100Mb/Full. Tried probably 20 other times same test with > > no repro, ugh. > > > > Otherwise, slogging through continues. We are actively working on this > > in case it *is* an e1000 issue. Right now the repro is so unlikely we > > could hardly tell if we fixed it. > > FWIW, I can reproduce this pretty much ondemand, on 100M through > the ethernet port on a netgear wireless AP. > A number of our Fedora7 testers are also able to easily reproduce this. > To isolate e1000, for tomorrows test build I've reverted e1000 to > the same code that was in 2.6.20. If that works out without causing > hangs, I'll try and narrow down further which of the dozen csets > is responsible. Also, there are e1000 fixes in -mm. At the time (rc2? rc3?) I felt it was best to get that into -mm for testing, rather than fast-tracking it to 2.6.21. But hey, see if they help. It's the netdev-2.6.git#e1000-fixes branch, if you are git-ified. I was going to push them first thing 2.6.22. Jeff ^ permalink raw reply [flat|nested] 10+ messages in thread
* [1/3] 2.6.21-rc7: known regressions (v2) [not found] <Pine.LNX.4.64.0704151659570.5473@woody.linux-foundation.org> 2007-04-16 0:37 ` [1/2] 2.6.21-rc7: known regressions Adrian Bunk @ 2007-04-23 21:48 ` Adrian Bunk 2007-04-23 22:18 ` Greg KH 2007-04-25 23:40 ` 2.6.21-rc7: known regressions with patches Adrian Bunk 2 siblings, 1 reply; 10+ messages in thread From: Adrian Bunk @ 2007-04-23 21:48 UTC (permalink / raw) To: Linus Torvalds, Andrew Morton Cc: Linux Kernel Mailing List, Wolfgang Erig, Andi Kleen, Oliver Neukum, greg, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer, Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Takashi Iwai This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly involved with one or more of these issues. Due to the huge amount of recipients, please trim the Cc when answering. Subject : gammu no longer works References : http://lkml.org/lkml/2007/4/20/84 Submitter : Wolfgang Erig <Wolfgang.Erig@gmx.de> Status : unknown Subject : hal daemon crashes after pulling a USB serial device References : http://www.opensubscriber.com/message/linux-usb-devel@lists.sourceforge.net/6369800.html Submitter : Andi Kleen <ak@suse.de> Handled-By : Oliver Neukum <oneukum@suse.de> Status : problem is being debugged Subject : Oops when changing USB DVB-T adapter References : http://lkml.org/lkml/2007/3/9/212 http://lkml.org/lkml/2007/4/5/154 Submitter : CIJOML <cijoml@volny.cz> Handled-By : Markus Rechberger <markus.rechberger@amd.com> Status : patches available Subject : snd_hda_intel doesn't work with ASUS M2V mainboard References : http://bugzilla.kernel.org/show_bug.cgi?id=8273 Submitter : Hans-Georg Rist <hg.rist@web.de> Status : unknown Subject : snd_intel8x0: divide error: 0000 References : http://lkml.org/lkml/2007/3/5/252 Submitter : Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Handled-By : Takashi Iwai <tiwai@suse.de> Patch : http://lkml.org/lkml/2007/4/20/117 Status : patch available ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [1/3] 2.6.21-rc7: known regressions (v2) 2007-04-23 21:48 ` [1/3] 2.6.21-rc7: known regressions (v2) Adrian Bunk @ 2007-04-23 22:18 ` Greg KH 2007-04-24 9:32 ` Wolfgang Erig 0 siblings, 1 reply; 10+ messages in thread From: Greg KH @ 2007-04-23 22:18 UTC (permalink / raw) To: Adrian Bunk Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List, Wolfgang Erig, Andi Kleen, Oliver Neukum, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer, Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Takashi Iwai On Mon, Apr 23, 2007 at 11:48:47PM +0200, Adrian Bunk wrote: > This email lists some known regressions in Linus' tree compared to 2.6.20. > > If you find your name in the Cc header, you are either submitter of one > of the bugs, maintainer of an affectected subsystem or driver, a patch > of you caused a breakage or I'm considering you in any other way > possibly involved with one or more of these issues. > > Due to the huge amount of recipients, please trim the Cc when answering. > > > Subject : gammu no longer works > References : http://lkml.org/lkml/2007/4/20/84 > Submitter : Wolfgang Erig <Wolfgang.Erig@gmx.de> > Status : unknown I've asked for more information about this, and so far am not sure it's a real problem. thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [1/3] 2.6.21-rc7: known regressions (v2) 2007-04-23 22:18 ` Greg KH @ 2007-04-24 9:32 ` Wolfgang Erig 2007-04-25 0:14 ` Greg KH 0 siblings, 1 reply; 10+ messages in thread From: Wolfgang Erig @ 2007-04-24 9:32 UTC (permalink / raw) To: Greg KH Cc: Adrian Bunk, Linus Torvalds, Andrew Morton, Linux Kernel Mailing List, Wolfgang Erig, Andi Kleen, Oliver Neukum, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer, Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Takashi Iwai On Mon, Apr 23, 2007 at 03:18:19PM -0700, Greg KH wrote: > On Mon, Apr 23, 2007 at 11:48:47PM +0200, Adrian Bunk wrote: > > This email lists some known regressions in Linus' tree compared to 2.6.20. > > > > If you find your name in the Cc header, you are either submitter of one > > of the bugs, maintainer of an affectected subsystem or driver, a patch > > of you caused a breakage or I'm considering you in any other way > > possibly involved with one or more of these issues. > > > > Due to the huge amount of recipients, please trim the Cc when answering. > > > > > > Subject : gammu no longer works > > References : http://lkml.org/lkml/2007/4/20/84 > > Submitter : Wolfgang Erig <Wolfgang.Erig@gmx.de> > > Status : unknown > > I've asked for more information about this, and so far am not sure it's > a real problem. It is a real problem for me. I tried this on 2 different boxes with the same behaviour. No sync between my Nokia mobile and Linux with the latest kernel :( Which additional information is useful for this problem? Wolfgang $ gammu textall --backup backup Press Ctrl+C to break... [Gammu - 1.10.0 built 10:15:07 Mar 13 2007 in gcc 4.1] [Connection - "fbuspl2303"] [Model type - "3100"] [Device - "/dev/ttyUSB0"] [Run on - Linux, kernel 2.6.21-rc7-g80d74d51 (#9 SMP Wed Apr 18 21:41:41 CEST 2007)] [Module - "1100|1100a|1100b|2650|3100|3100b|3105|3108|3200|3200a|3205|3220|3300|3510|3510i|3530|3589i|3590|3595|5100|5140|5140i|6020|6021|6030|6100|6101|6103|6111|6125|6131|6170|6200|6220|6230|6230i|6233|6234|6270|6280|6310|6310i|6385|6510|6610|6610i|6800|6810|6820|6822|7200|7210|7250|7250i|7260|7270|7360|7370|7600|8310|8390|8910|8910i"] Setting speed to 19200 I/O possible ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [1/3] 2.6.21-rc7: known regressions (v2) 2007-04-24 9:32 ` Wolfgang Erig @ 2007-04-25 0:14 ` Greg KH 0 siblings, 0 replies; 10+ messages in thread From: Greg KH @ 2007-04-25 0:14 UTC (permalink / raw) To: Adrian Bunk, Linus Torvalds, Andrew Morton, Linux Kernel Mailing List, Wolfgang Erig, Andi Kleen, Oliver Neukum, linux-usb-devel, CIJOML, Markus Rechberger, v4l-dvb-maintainer, Hans-Georg Rist, perex, alsa-devel, Michal Piotrowski, Takashi Iwai On Tue, Apr 24, 2007 at 11:32:53AM +0200, Wolfgang Erig wrote: > On Mon, Apr 23, 2007 at 03:18:19PM -0700, Greg KH wrote: > > On Mon, Apr 23, 2007 at 11:48:47PM +0200, Adrian Bunk wrote: > > > This email lists some known regressions in Linus' tree compared to 2.6.20. > > > > > > If you find your name in the Cc header, you are either submitter of one > > > of the bugs, maintainer of an affectected subsystem or driver, a patch > > > of you caused a breakage or I'm considering you in any other way > > > possibly involved with one or more of these issues. > > > > > > Due to the huge amount of recipients, please trim the Cc when answering. > > > > > > > > > Subject : gammu no longer works > > > References : http://lkml.org/lkml/2007/4/20/84 > > > Submitter : Wolfgang Erig <Wolfgang.Erig@gmx.de> > > > Status : unknown > > > > I've asked for more information about this, and so far am not sure it's > > a real problem. > > It is a real problem for me. > I tried this on 2 different boxes with the same behaviour. > No sync between my Nokia mobile and Linux with the latest kernel :( Sorry, I didn't see your response, have followed up on lkml now. thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* 2.6.21-rc7: known regressions with patches [not found] <Pine.LNX.4.64.0704151659570.5473@woody.linux-foundation.org> 2007-04-16 0:37 ` [1/2] 2.6.21-rc7: known regressions Adrian Bunk 2007-04-23 21:48 ` [1/3] 2.6.21-rc7: known regressions (v2) Adrian Bunk @ 2007-04-25 23:40 ` Adrian Bunk 2 siblings, 0 replies; 10+ messages in thread From: Adrian Bunk @ 2007-04-25 23:40 UTC (permalink / raw) To: Linus Torvalds, Andrew Morton Cc: Linux Kernel Mailing List, CIJOML, Markus Rechberger, v4l-dvb-maintainer, Michal Piotrowski, Takashi Iwai, perex, alsa-devel, David Miller, Robert Peterson, linux-driver, linux-scsi This email lists some known regressions in Linus' tree compared to 2.6.20 with patches available. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly involved with one or more of these issues. Due to the huge amount of recipients, please trim the Cc when answering. Subject : Oops when changing USB DVB-T adapter References : http://lkml.org/lkml/2007/3/9/212 http://lkml.org/lkml/2007/4/5/154 Submitter : CIJOML <cijoml@volny.cz> Handled-By : Markus Rechberger <markus.rechberger@amd.com> Status : patches available Subject : snd_intel8x0: divide error: 0000 References : http://lkml.org/lkml/2007/3/5/252 Submitter : Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Handled-By : Takashi Iwai <tiwai@suse.de> Patch : http://lkml.org/lkml/2007/4/20/117 Status : patch available Subject : qla2xxx driver no longer works References : http://lkml.org/lkml/2007/4/16/49 http://lkml.org/lkml/2007/4/20/224 Submitter : David Miller <davem@davemloft.net> Robert Peterson <rpeterso@redhat.com> Handled-By : David Miller <davem@davemloft.net> Patch : http://lkml.org/lkml/2007/4/16/234 Status : patch was suggested ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2007-04-25 23:40 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.64.0704151659570.5473@woody.linux-foundation.org>
2007-04-16 0:37 ` [1/2] 2.6.21-rc7: known regressions Adrian Bunk
2007-04-16 21:44 ` Chuck Ebbert
2007-04-17 0:14 ` Brandeburg, Jesse
2007-04-17 0:32 ` Dave Jones
2007-04-17 0:41 ` Jeff Garzik
2007-04-23 21:48 ` [1/3] 2.6.21-rc7: known regressions (v2) Adrian Bunk
2007-04-23 22:18 ` Greg KH
2007-04-24 9:32 ` Wolfgang Erig
2007-04-25 0:14 ` Greg KH
2007-04-25 23:40 ` 2.6.21-rc7: known regressions with patches Adrian Bunk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox