* [1/2] 2.6.23-rc3: known regressions with patches
@ 2007-08-29 15:28 Michal Piotrowski
2007-08-29 16:35 ` [1/2] 2.6.23-rc3: known regressions with patches: 8250 claims nonexisting device blocking IO port Bjorn Helgaas
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Michal Piotrowski @ 2007-08-29 15:28 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, LKML, Gabriel C, Satyam Sharma, Vitaly Bordug,
Andrey Borzenkov, Bjorn Helgaas, Len Brown, linux-acpi,
Alexey Starikovskiy, Daniel Ritz, Tony Luck, John Stultz,
Paolo Ornati, linux-ide, Jeff Garzik, Mikael Pettersson,
Stephen Ziemba
Hi all,
Here is a list of some known regressions in 2.6.23-rc4
with patches available.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 9
Andi Kleen 5
Linus Torvalds 5
Andrew Morton 4
Hugh Dickins 4
Al Viro 3
Alan Stern 3
Cornelia Huck 3
Jens Axboe 3
Tejun Heo 3
Unclassified
Subject : 8250 claims non existing device blocking IO port
References : http://lkml.org/lkml/2007/8/18/20
Last known good : ?
Submitter : Andrey Borzenkov <arvidjaar@mail.ru>
Caused-By : ?
Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com>
Patch : http://lkml.org/lkml/2007/8/21/291
Status : patch was suggested
Subject : Oops while modprobing phy fixed module
References : http://lkml.org/lkml/2007/7/14/63
Last known good : ?
Submitter : Gabriel C <nix.or.die@googlemail.com>
Caused-By : ?
Handled-By : Satyam Sharma <satyam.sharma@gmail.com>
Vitaly Bordug <vitb@kernel.crashing.org>
Patch1 : http://lkml.org/lkml/2007/7/18/506
Status : patch available
ACPI
Subject : the fan doesn't work any more
References : http://lkml.org/lkml/2007/8/28/359
Last known good : ?
Submitter : Daniel Ritz <daniel.ritz-ml@swissonline.ch>
Caused-By : Alexey Starikovskiy <astarikovskiy@suse.de>
commit cd8c93a4e04dce8f00d1ef3a476aac8bd65ae40b
Handled-By : Alexey Starikovskiy <astarikovskiy@suse.de>
Patch : http://lkml.org/lkml/2007/8/29/15
Status : patch was suggested
Clocks & time
Subject : "double" hpet clocksource && hard freeze
References : http://lkml.org/lkml/2007/8/23/257
Last known good : ?
Submitter : Paolo Ornati <ornati@fastwebnet.it>
Caused-By : Tony Luck <tony.luck@intel.com>
commit 0aa366f351d044703e25c8425e508170e80d83b1
Handled-By : John Stultz <johnstul@us.ibm.com>
Tony Luck <tony.luck@intel.com>
Patch : http://lkml.org/lkml/2007/8/23/285
Status : patch available
SATA/PATA
Subject : sata_promise 2.09 fails to identify ST3400832AS
References : http://bugzilla.kernel.org/show_bug.cgi?id=8936
Last known good : ?
Submitter : Stephen Ziemba <sziemba@ecn.purdue.edu>
Caused-By : Mikael Pettersson <mikpe@it.uu.se>
commit a77720ad0a4049e4bc6355e4febf899966a48222
Handled-By : Mikael Pettersson <mikpe@it.uu.se>
Patch : http://bugzilla.kernel.org/show_bug.cgi?id=8936#c3
Status : patch available
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [1/2] 2.6.23-rc3: known regressions with patches: 8250 claims nonexisting device blocking IO port 2007-08-29 15:28 [1/2] 2.6.23-rc3: known regressions with patches Michal Piotrowski @ 2007-08-29 16:35 ` Bjorn Helgaas 2007-08-31 21:41 ` [1/2] 2.6.23-rc3: known regressions with patches Len Brown 2007-09-01 7:08 ` Linus Torvalds 2 siblings, 0 replies; 13+ messages in thread From: Bjorn Helgaas @ 2007-08-29 16:35 UTC (permalink / raw) To: Michal Piotrowski, Andrew Morton Cc: Linus Torvalds, LKML, Andrey Borzenkov, Len Brown, linux-acpi On Wednesday 29 August 2007 09:28:01 am Michal Piotrowski wrote: > Subject : 8250 claims non existing device blocking IO port > References : http://lkml.org/lkml/2007/8/18/20 > Last known good : ? > Submitter : Andrey Borzenkov <arvidjaar@mail.ru> > Caused-By : ? > Handled-By : Bjorn Helgaas <bjorn.helgaas@hp.com> > Patch : http://lkml.org/lkml/2007/8/21/291 > Status : patch was suggested The following patch fixes this regression (confirmed by Andrey). Please queue it for 2.6.23. I'll come back later for another try at sorting this all out. PNP: remove SMCf010 quirk If the quirk enables the SIR part of the SMCf010 device, the 8250 driver may claim it as a legacy ttyS device, which makes the legacy probe in the smsc-ircc2 driver fail. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Index: w/drivers/pnp/quirks.c =================================================================== --- w.orig/drivers/pnp/quirks.c 2007-08-29 10:23:52.000000000 -0600 +++ w/drivers/pnp/quirks.c 2007-08-29 10:24:01.000000000 -0600 @@ -107,108 +107,6 @@ "pnp: SB audio device quirk - increasing port range\n"); } -static int quirk_smc_fir_enabled(struct pnp_dev *dev) -{ - unsigned long firbase; - u8 bank, high, low, chip; - - if (!pnp_port_valid(dev, 1)) - return 0; - - firbase = pnp_port_start(dev, 1); - - /* Select register bank 3 */ - bank = inb(firbase + 7); - bank &= 0xf0; - bank |= 3; - outb(bank, firbase + 7); - - high = inb(firbase + 0); - low = inb(firbase + 1); - chip = inb(firbase + 2); - - /* This corresponds to the check in smsc_ircc_present() */ - if (high == 0x10 && low == 0xb8 && (chip == 0xf1 || chip == 0xf2)) - return 1; - - return 0; -} - -static void quirk_smc_enable(struct pnp_dev *dev) -{ - struct resource fir, sir, irq; - - pnp_activate_dev(dev); - if (quirk_smc_fir_enabled(dev)) - return; - - /* - * Sometimes the BIOS claims the device is enabled, but it reports - * the wrong FIR resources or doesn't properly configure ISA or LPC - * bridges on the way to the device. - * - * HP nc6000 and nc8000/nw8000 laptops have known problems like - * this. Fortunately, they do fix things up if we auto-configure - * the device using its _PRS and _SRS methods. - */ - dev_err(&dev->dev, "%s not responding at SIR 0x%lx, FIR 0x%lx; " - "auto-configuring\n", dev->id->id, - (unsigned long)pnp_port_start(dev, 0), - (unsigned long)pnp_port_start(dev, 1)); - - pnp_disable_dev(dev); - pnp_init_resource_table(&dev->res); - pnp_auto_config_dev(dev); - pnp_activate_dev(dev); - if (quirk_smc_fir_enabled(dev)) { - dev_err(&dev->dev, "responds at SIR 0x%lx, FIR 0x%lx\n", - (unsigned long)pnp_port_start(dev, 0), - (unsigned long)pnp_port_start(dev, 1)); - return; - } - - /* - * The Toshiba Portege 4000 _CRS reports the FIR region first, - * followed by the SIR region. The BIOS will configure the bridge, - * but only if we call _SRS with SIR first, then FIR. It also - * reports the IRQ as active high, when it is really active low. - */ - dev_err(&dev->dev, "not responding at SIR 0x%lx, FIR 0x%lx; " - "swapping SIR/FIR and reconfiguring\n", - (unsigned long)pnp_port_start(dev, 0), - (unsigned long)pnp_port_start(dev, 1)); - - /* - * Clear IORESOURCE_AUTO so pnp_activate_dev() doesn't reassign - * these resources any more. - */ - fir = dev->res.port_resource[0]; - sir = dev->res.port_resource[1]; - fir.flags &= ~IORESOURCE_AUTO; - sir.flags &= ~IORESOURCE_AUTO; - - irq = dev->res.irq_resource[0]; - irq.flags &= ~IORESOURCE_AUTO; - irq.flags &= ~IORESOURCE_BITS; - irq.flags |= IORESOURCE_IRQ_LOWEDGE; - - pnp_disable_dev(dev); - dev->res.port_resource[0] = sir; - dev->res.port_resource[1] = fir; - dev->res.irq_resource[0] = irq; - pnp_activate_dev(dev); - - if (quirk_smc_fir_enabled(dev)) { - dev_err(&dev->dev, "responds at SIR 0x%lx, FIR 0x%lx\n", - (unsigned long)pnp_port_start(dev, 0), - (unsigned long)pnp_port_start(dev, 1)); - return; - } - - dev_err(&dev->dev, "giving up; try \"smsc-ircc2.nopnp\" and " - "email bjorn.helgaas@hp.com\n"); -} - /* * PnP Quirks * Cards or devices that need some tweaking due to incomplete resource info @@ -229,7 +127,6 @@ {"CTL0043", quirk_sb16audio_resources}, {"CTL0044", quirk_sb16audio_resources}, {"CTL0045", quirk_sb16audio_resources}, - {"SMCf010", quirk_smc_enable}, {""} }; ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-29 15:28 [1/2] 2.6.23-rc3: known regressions with patches Michal Piotrowski 2007-08-29 16:35 ` [1/2] 2.6.23-rc3: known regressions with patches: 8250 claims nonexisting device blocking IO port Bjorn Helgaas @ 2007-08-31 21:41 ` Len Brown 2007-09-01 8:36 ` Michal Piotrowski 2007-09-01 7:08 ` Linus Torvalds 2 siblings, 1 reply; 13+ messages in thread From: Len Brown @ 2007-08-31 21:41 UTC (permalink / raw) To: Michal Piotrowski Cc: Linus Torvalds, Andrew Morton, LKML, Gabriel C, Satyam Sharma, Vitaly Bordug, Andrey Borzenkov, Bjorn Helgaas, Len Brown, linux-acpi, Alexey Starikovskiy, Daniel Ritz, Tony Luck, John Stultz, Paolo Ornati, linux-ide, Jeff Garzik, Mikael Pettersson, Stephen Ziemba On Wednesday 29 August 2007 11:28, Michal Piotrowski wrote: > ACPI > > Subject : the fan doesn't work any more > References : http://lkml.org/lkml/2007/8/28/359 > Last known good : ? > Submitter : Daniel Ritz <daniel.ritz-ml@swissonline.ch> > Caused-By : Alexey Starikovskiy <astarikovskiy@suse.de> > commit cd8c93a4e04dce8f00d1ef3a476aac8bd65ae40b > Handled-By : Alexey Starikovskiy <astarikovskiy@suse.de> > Patch : http://lkml.org/lkml/2007/8/29/15 > Status : patch was suggested I believe that this is gone as of 2.6.23-rc4-git3 http://bugzilla.kernel.org/show_bug.cgi?id=8958 thanks, -Len ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-31 21:41 ` [1/2] 2.6.23-rc3: known regressions with patches Len Brown @ 2007-09-01 8:36 ` Michal Piotrowski 0 siblings, 0 replies; 13+ messages in thread From: Michal Piotrowski @ 2007-09-01 8:36 UTC (permalink / raw) To: Len Brown Cc: Michal Piotrowski, Linus Torvalds, Andrew Morton, LKML, Len Brown, linux-acpi, Alexey Starikovskiy, Daniel Ritz Len Brown pisze: > On Wednesday 29 August 2007 11:28, Michal Piotrowski wrote: > >> ACPI >> >> Subject : the fan doesn't work any more >> References : http://lkml.org/lkml/2007/8/28/359 >> Last known good : ? >> Submitter : Daniel Ritz <daniel.ritz-ml@swissonline.ch> >> Caused-By : Alexey Starikovskiy <astarikovskiy@suse.de> >> commit cd8c93a4e04dce8f00d1ef3a476aac8bd65ae40b >> Handled-By : Alexey Starikovskiy <astarikovskiy@suse.de> >> Patch : http://lkml.org/lkml/2007/8/29/15 >> Status : patch was suggested > > I believe that this is gone as of 2.6.23-rc4-git3 > > http://bugzilla.kernel.org/show_bug.cgi?id=8958 BTW. Maciej Rutecki has said that "MCFG bug on hp nx6310" is not a regression, so regression counter for ACPI == 0 (if I didn't overlook something :)) > > thanks, > -Len > Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-29 15:28 [1/2] 2.6.23-rc3: known regressions with patches Michal Piotrowski 2007-08-29 16:35 ` [1/2] 2.6.23-rc3: known regressions with patches: 8250 claims nonexisting device blocking IO port Bjorn Helgaas 2007-08-31 21:41 ` [1/2] 2.6.23-rc3: known regressions with patches Len Brown @ 2007-09-01 7:08 ` Linus Torvalds 2 siblings, 0 replies; 13+ messages in thread From: Linus Torvalds @ 2007-09-01 7:08 UTC (permalink / raw) To: Michal Piotrowski Cc: Andrew Morton, LKML, Gabriel C, Satyam Sharma, Vitaly Bordug, Andrey Borzenkov, Bjorn Helgaas, Len Brown, linux-acpi, Alexey Starikovskiy, Daniel Ritz, Tony Luck, John Stultz, Paolo Ornati, linux-ide, Jeff Garzik, Mikael Pettersson, Stephen Ziemba On Wed, 29 Aug 2007, Michal Piotrowski wrote: > > Clocks & time > > Subject : "double" hpet clocksource && hard freeze > References : http://lkml.org/lkml/2007/8/23/257 > Last known good : ? > Submitter : Paolo Ornati <ornati@fastwebnet.it> > Caused-By : Tony Luck <tony.luck@intel.com> > commit 0aa366f351d044703e25c8425e508170e80d83b1 > Handled-By : John Stultz <johnstul@us.ibm.com> > Tony Luck <tony.luck@intel.com> > Patch : http://lkml.org/lkml/2007/8/23/285 > Status : patch available Should be solved by 3b2b64fd311c92f2137eb7cee7025794cd854057, although differently from the the patch suggested above. So the regression should be gone a of -rc5. Linus ^ permalink raw reply [flat|nested] 13+ messages in thread
* [1/2] 2.6.23-rc3: known regressions with patches
@ 2007-08-13 17:59 Michal Piotrowski
2007-08-13 18:04 ` Trond Myklebust
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Michal Piotrowski @ 2007-08-13 17:59 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, LKML, Gabriel C, Stefan Richter, Jan Engelhardt,
Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati,
Andi Kleen, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik,
Trond Myklebust
Hi all,
Here is a list of some known regressions in 2.6.23-rc3
with patches available.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 9
Andi Kleen 5
Linus Torvalds 5
Andrew Morton 4
Al Viro 3
Cornelia Huck 3
Jens Axboe 3
Tejun Heo 3
Unclassified
Subject : reset during bootup - 2.6.23-rc2 (git d23cf676)
References : http://lkml.org/lkml/2007/8/11/177
Last known good : ?
Submitter : Dan Merillat <dan.merillat@gmail.com>
Caused-By : Rusty Russell <rusty@rustcorp.com.au>
ab144f5ec64c42218a555ec1dbde6b60cf2982d6
Handled-By : Paolo Ornati <ornati@fastwebnet.it>
Andi Kleen <andi@firstfloor.org>
Patch : http://lkml.org/lkml/2007/8/12/76
Status : patch was suggested
Subject : Kconfig prompts without help text
References : http://lkml.org/lkml/2007/7/16/326
Last known good : ?
Submitter : Stefan Richter <stefanr@s5r6.in-berlin.de>
Caused-By : ?
Handled-By : Jan Engelhardt <jengelh@linux01.gwdg.de>
Patch : http://lkml.org/lkml/2007/7/18/236
Status : patch available
Subject : Oops while modprobing phy fixed module
References : http://lkml.org/lkml/2007/7/14/63
Last known good : ?
Submitter : Gabriel C <nix.or.die@googlemail.com>
Caused-By : ?
Handled-By : Satyam Sharma <satyam.sharma@gmail.com>
Vitaly Bordug <vitb@kernel.crashing.org>
Patch1 : http://lkml.org/lkml/2007/7/18/506
Status : patch available
FS
Subject : NFSv4 poops itself
References : http://lkml.org/lkml/2007/7/27/144
Last known good : ?
Submitter : Jeff Garzik <jeff@garzik.org>
Caused-By : ?
Handled-By : Trond Myklebust <Trond.Myklebust@netapp.com>
Patch : http://lkml.org/lkml/2007/7/27/183
Status : patch available
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 17:59 Michal Piotrowski @ 2007-08-13 18:04 ` Trond Myklebust 2007-08-13 18:13 ` Michal Piotrowski 2007-08-13 18:10 ` Jan Engelhardt 2007-08-13 18:42 ` Andi Kleen 2 siblings, 1 reply; 13+ messages in thread From: Trond Myklebust @ 2007-08-13 18:04 UTC (permalink / raw) To: Michal Piotrowski Cc: Linus Torvalds, Andrew Morton, LKML, Gabriel C, Stefan Richter, Jan Engelhardt, Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati, Andi Kleen, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik On Mon, 2007-08-13 at 19:59 +0200, Michal Piotrowski wrote: > FS > > Subject : NFSv4 poops itself > References : http://lkml.org/lkml/2007/7/27/144 > Last known good : ? > Submitter : Jeff Garzik <jeff@garzik.org> > Caused-By : ? > Handled-By : Trond Myklebust <Trond.Myklebust@netapp.com> > Patch : http://lkml.org/lkml/2007/7/27/183 > Status : patch available A fix for this was merged by Linus prior to the release of 2.6.23-rc3. Cheers Trond ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 18:04 ` Trond Myklebust @ 2007-08-13 18:13 ` Michal Piotrowski 0 siblings, 0 replies; 13+ messages in thread From: Michal Piotrowski @ 2007-08-13 18:13 UTC (permalink / raw) To: Trond Myklebust Cc: Linus Torvalds, Andrew Morton, LKML, linux-fsdevel, Jeff Garzik On 13/08/07, Trond Myklebust <Trond.Myklebust@netapp.com> wrote: > On Mon, 2007-08-13 at 19:59 +0200, Michal Piotrowski wrote: > > > FS > > > > Subject : NFSv4 poops itself > > References : http://lkml.org/lkml/2007/7/27/144 > > Last known good : ? > > Submitter : Jeff Garzik <jeff@garzik.org> > > Caused-By : ? > > Handled-By : Trond Myklebust <Trond.Myklebust@netapp.com> > > Patch : http://lkml.org/lkml/2007/7/27/183 > > Status : patch available > > A fix for this was merged by Linus prior to the release of 2.6.23-rc3. commit b247bbf1da69ce376aa1ceb8057331214589e366 I overlooked it. Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 17:59 Michal Piotrowski 2007-08-13 18:04 ` Trond Myklebust @ 2007-08-13 18:10 ` Jan Engelhardt 2007-08-13 18:42 ` Andi Kleen 2 siblings, 0 replies; 13+ messages in thread From: Jan Engelhardt @ 2007-08-13 18:10 UTC (permalink / raw) To: torvalds Cc: michal.k.k.piotrowski, Andrew Morton, LKML, Gabriel C, Stefan Richter, Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati, Andi Kleen, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik, Trond Myklebust On Aug 13 2007 19:59, Michal Piotrowski wrote: > >Subject : Kconfig prompts without help text >References : http://lkml.org/lkml/2007/7/16/326 >Last known good : ? >Submitter : Stefan Richter <stefanr@s5r6.in-berlin.de> >Caused-By : ? >Handled-By : Jan Engelhardt <jengelh@linux01.gwdg.de> >Patch : http://lkml.org/lkml/2007/7/18/236 >Status : patch available Is there some special magic needed (like resubmit), or will you slurp this one yourself? Jan -- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 17:59 Michal Piotrowski 2007-08-13 18:04 ` Trond Myklebust 2007-08-13 18:10 ` Jan Engelhardt @ 2007-08-13 18:42 ` Andi Kleen 2007-08-13 20:24 ` Michal Piotrowski 2 siblings, 1 reply; 13+ messages in thread From: Andi Kleen @ 2007-08-13 18:42 UTC (permalink / raw) To: Michal Piotrowski Cc: Linus Torvalds, Andrew Morton, LKML, Gabriel C, Stefan Richter, Jan Engelhardt, Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati, Andi Kleen, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik, Trond Myklebust > Unclassified > > Subject : reset during bootup - 2.6.23-rc2 (git d23cf676) This is already fixed in mainline There is a real regression with failing builds on some old binutils on x86-64 know, but I don't know how to fix it. -Andi ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 18:42 ` Andi Kleen @ 2007-08-13 20:24 ` Michal Piotrowski 2007-08-13 20:56 ` Andi Kleen 0 siblings, 1 reply; 13+ messages in thread From: Michal Piotrowski @ 2007-08-13 20:24 UTC (permalink / raw) To: Andi Kleen Cc: Linus Torvalds, Andrew Morton, LKML, Gabriel C, Stefan Richter, Jan Engelhardt, Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik, Trond Myklebust On 13/08/07, Andi Kleen <andi@firstfloor.org> wrote: > > Unclassified > > > > Subject : reset during bootup - 2.6.23-rc2 (git d23cf676) > > This is already fixed in mainline commit b8d3f2448b8f4ba24f301e23585547ba1acc1f04 > > There is a real regression with failing builds on some old binutils on > x86-64 know, but I don't know how to fix it. Did you mean this? Subject : /usr/bin/ld: section .text [ffffffffff700500 -> ffffffffff7007e3] overlaps section .gnu.version_d [ffffffffff7004d8 -> ffffffffff70050f] References : http://lkml.org/lkml/2007/7/22/239 Last known good : ? Submitter : Andre Noll <maan@systemlinux.org> Caused-By : ? Handled-By : Andi Kleen <ak@suse.de> Status : problem is being debugged > > -Andi > Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 20:24 ` Michal Piotrowski @ 2007-08-13 20:56 ` Andi Kleen 2007-08-13 21:29 ` Adrian Bunk 0 siblings, 1 reply; 13+ messages in thread From: Andi Kleen @ 2007-08-13 20:56 UTC (permalink / raw) To: Michal Piotrowski Cc: Andi Kleen, Linus Torvalds, Andrew Morton, LKML, Gabriel C, Stefan Richter, Jan Engelhardt, Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik, Trond Myklebust On Mon, Aug 13, 2007 at 10:24:52PM +0200, Michal Piotrowski wrote: > On 13/08/07, Andi Kleen <andi@firstfloor.org> wrote: > > > Unclassified > > > > > > Subject : reset during bootup - 2.6.23-rc2 (git d23cf676) > > > > This is already fixed in mainline > > commit b8d3f2448b8f4ba24f301e23585547ba1acc1f04 > > > > > There is a real regression with failing builds on some old binutils on > > x86-64 know, but I don't know how to fix it. > > Did you mean this? Yes. Anyways it be likely a WONT-FIX -- aka document newer binutils version required. We haven't had any other reports so likely that version is not too widely used. -Andi ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [1/2] 2.6.23-rc3: known regressions with patches 2007-08-13 20:56 ` Andi Kleen @ 2007-08-13 21:29 ` Adrian Bunk 0 siblings, 0 replies; 13+ messages in thread From: Adrian Bunk @ 2007-08-13 21:29 UTC (permalink / raw) To: Andi Kleen Cc: Michal Piotrowski, Linus Torvalds, Andrew Morton, LKML, Gabriel C, Stefan Richter, Jan Engelhardt, Satyam Sharma, Vitaly Bordug, Dan Merillat, Paolo Ornati, Rusty Russell, linux-fsdevel, nfs, Jeff Garzik, Trond Myklebust On Mon, Aug 13, 2007 at 10:56:53PM +0200, Andi Kleen wrote: > On Mon, Aug 13, 2007 at 10:24:52PM +0200, Michal Piotrowski wrote: > > On 13/08/07, Andi Kleen <andi@firstfloor.org> wrote: > > > > Unclassified > > > > > > > > Subject : reset during bootup - 2.6.23-rc2 (git d23cf676) > > > > > > This is already fixed in mainline > > > > commit b8d3f2448b8f4ba24f301e23585547ba1acc1f04 > > > > > > > > There is a real regression with failing builds on some old binutils on > > > x86-64 know, but I don't know how to fix it. > > > > Did you mean this? > > Yes. Anyways it be likely a WONT-FIX -- aka document newer binutils > version required. We haven't had any other reports so likely > that version is not too widely used. IOW: Either the Linux binutils >= 2.17.50.0.3 or the not yet released GNU binutils 2.18 are now required. Debian 4.0 has older ones, and all distributions released more than a year ago for sure also have older ones (the required patch went into binutils CVS on 2006-05-30 and 2.17.50.0.3 was released on 2006-07-15). Isn't that a bit too recent? > -Andi cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2007-09-01 8:37 UTC | newest] Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2007-08-29 15:28 [1/2] 2.6.23-rc3: known regressions with patches Michal Piotrowski 2007-08-29 16:35 ` [1/2] 2.6.23-rc3: known regressions with patches: 8250 claims nonexisting device blocking IO port Bjorn Helgaas 2007-08-31 21:41 ` [1/2] 2.6.23-rc3: known regressions with patches Len Brown 2007-09-01 8:36 ` Michal Piotrowski 2007-09-01 7:08 ` Linus Torvalds -- strict thread matches above, loose matches on Subject: below -- 2007-08-13 17:59 Michal Piotrowski 2007-08-13 18:04 ` Trond Myklebust 2007-08-13 18:13 ` Michal Piotrowski 2007-08-13 18:10 ` Jan Engelhardt 2007-08-13 18:42 ` Andi Kleen 2007-08-13 20:24 ` Michal Piotrowski 2007-08-13 20:56 ` Andi Kleen 2007-08-13 21:29 ` Adrian Bunk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
Powered by JetHome