linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: Linux v2.6.18-rc1
@ 2006-07-06 19:25 Moore, Robert
  0 siblings, 0 replies; 28+ messages in thread
From: Moore, Robert @ 2006-07-06 19:25 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: Linux Kernel Mailing List, linux-acpi, Brown, Len

I've tracked this down, it's a bug and I believe I have it fixed. It's
related to "serialized" control methods which are rather rare in
comparison to non-serialized methods.

Bob


> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
> owner@vger.kernel.org] On Behalf Of Alistair John Strachan
> Sent: Thursday, July 06, 2006 5:35 AM
> To: Linus Torvalds
> Cc: Linux Kernel Mailing List; linux-acpi@vger.kernel.org; Brown, Len
> Subject: Re: Linux v2.6.18-rc1
> 
> On Thursday 06 July 2006 05:26, Linus Torvalds wrote:
> > Ok,
> >  the merge window for 2.6.18 is closed, and -rc1 is out there (git
trees
> > updated, the tar-ball and patches are still uploading over my
pitiful
> DSL
> > line - and as usual it may take a short while before mirroring takes
> > place and distributes things across the globe).
> >
> > The changes are too big for the mailing list, even just the
shortlog. As
> > usual, lots of stuff happened. Most architectures got updated, ACPI
> > updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc
etc
> > etc.
> 
> ACPI problem here. Doesn't seem to actively break anything, but the
> messages
> look bad (HP NC6000 notebook). Haven't tried suspending. The error
popped
> up roughly 90 minutes after booting. Laptop has been on AC power
> throughout.
> 
> ACPI Error (exmutex-0248): Cannot release Mutex [C0E8], not acquired
> [20060623]
> ACPI Error (psparse-0537): Method parse/execution failed
> [\_SB_.C044.C057.C0E7.C12F] (Node c1aeca40), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C12F]
> (Node c1aeecfc), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Error (psparse-0537): Method parse/execution failed
[\_SB_.C137._BST]
> (Node c1aeec84), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Exception (acpi_battery-0206): AE_AML_MUTEX_NOT_ACQUIRED,
Evaluating
> _BST [20060623]
> 
> --
> Cheers,
> Alistair.
> 
> Third year Computer Science undergraduate.
> 1F2 55 South Clerk Street, Edinburgh, UK.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi"
in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-10 21:17         ` Benjamin Herrenschmidt
@ 2006-07-11 17:00           ` Steve Fox
  0 siblings, 0 replies; 28+ messages in thread
From: Steve Fox @ 2006-07-11 17:00 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, linux-kernel

On Tue, 2006-07-11 at 07:17 +1000, Benjamin Herrenschmidt wrote:

> it's most certainly an irq problem as I just rewrote the irq logic of
> powerpc :) There have been some issues and I've just sent some new
> patches fixing them, let's see if that's enough. I'll give a js20 a try
> today at work.

FWIW, I tried applying the 3 non-Apple-specific patches posted on 7/10
but this didn't help.

-- 

Steve Fox
IBM Linux Technology Center

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-10 14:40       ` Alan Cox
@ 2006-07-10 21:17         ` Benjamin Herrenschmidt
  2006-07-11 17:00           ` Steve Fox
  0 siblings, 1 reply; 28+ messages in thread
From: Benjamin Herrenschmidt @ 2006-07-10 21:17 UTC (permalink / raw)
  To: Alan Cox; +Cc: will_schmidt, Steve Fox, linuxppc-dev, linux-kernel

> That in repeat generally means the IRQ logic on the platform has been
> broken. If we don't get interrupts we don't work very well.
> 
> Also check if booting with "nodma" set on the relevant ide interface
> makes a difference. Just to be sure. If it does then submit patches to
> fix the bug.

it's most certainly an irq problem as I just rewrote the irq logic of
powerpc :) There have been some issues and I've just sent some new
patches fixing them, let's see if that's enough. I'll give a js20 a try
today at work.

Ben.


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-10 13:21     ` Will Schmidt
  2006-07-10 14:40       ` Alan Cox
@ 2006-07-10 21:16       ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 28+ messages in thread
From: Benjamin Herrenschmidt @ 2006-07-10 21:16 UTC (permalink / raw)
  To: will_schmidt; +Cc: Steve Fox, linuxppc-dev, linux-kernel

On Mon, 2006-07-10 at 08:21 -0500, Will Schmidt wrote:
> On Sun, 2006-09-07 at 20:34 +1000, Benjamin Herrenschmidt wrote:
> > On Fri, 2006-07-07 at 10:41 -0500, Steve Fox wrote:
> > > We've got a ppc64 machine that won't boot with this due to an IDE error.
> > 
> > What machine precisely ?
> 
> I see a slightly more verbose version on a JS20 blade. 

Can you try with the new patches I posted yesterday ?

Ben.



^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-10 16:38     ` Steve Fox
@ 2006-07-10 18:30       ` Steve Fox
  0 siblings, 0 replies; 28+ messages in thread
From: Steve Fox @ 2006-07-10 18:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc-dev

On Mon, 10 Jul 2006 11:38:02 -0500, Steve Fox wrote:

> Also, booting with ide=nodma, as Alan suggested to Will, did not help.

I'm not sure if it was due to using the nodma parameter or not, but I did
get a few more details during this boot. No idea if they're useful or not.

Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide:
Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
AMD8111: IDE controller at PCI slot 0000:00:04.1 AMD8111: chipset revision
3 AMD8111: 0000:00:04.1 (rev 03) UDMA133 controller AMD8111: 100% native
mode on irq 17
    ide0: BM-DMA at 0x7c00-0x7c07, BIOS settings: hda:pio, hdb:pio ide1:
    BM-DMA at 0x7c08-0x7c0f, BIOS settings: hdc:pio, hdd:pio
hda: TOSHIBA MK4019GAXB, ATA DISK drive ide0 at 0x7400-0x7407,0x6c02 on
irq 17 hda: max request size: 128KiB
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: 78140160 sectors (40007 MB), CHS=65535/16/63 hda: lost interrupt hda:
cache flushes supported
 hda:<4>hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
 hda1 hda2 hda3 hda4 <<4>hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
 hda5<4>hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt


-- 

Steve Fox
IBM Linux Technology Center



^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-09 10:34   ` Benjamin Herrenschmidt
  2006-07-10 13:21     ` Will Schmidt
@ 2006-07-10 16:38     ` Steve Fox
  2006-07-10 18:30       ` Steve Fox
  1 sibling, 1 reply; 28+ messages in thread
From: Steve Fox @ 2006-07-10 16:38 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, linux-kernel

On Sun, 2006-07-09 at 20:34 +1000, Benjamin Herrenschmidt wrote:
> On Fri, 2006-07-07 at 10:41 -0500, Steve Fox wrote:
> > We've got a ppc64 machine that won't boot with this due to an IDE error.
> 
> What machine precisely ?

It's called bl5-6 in ABAT and lists itself as a 970 (8842-P1Z).

Also, booting with ide=nodma, as Alan suggested to Will, did not help.

> > [snip]
> > Freeing unused kernel memory: 256k freed
> >  running (1:2) /init autobench_args: ABAT:1152213829
> > 
> > creating device nodes .hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > 
> 
-- 

Steve Fox
IBM Linux Technology Center

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-10 13:21     ` Will Schmidt
@ 2006-07-10 14:40       ` Alan Cox
  2006-07-10 21:17         ` Benjamin Herrenschmidt
  2006-07-10 21:16       ` Benjamin Herrenschmidt
  1 sibling, 1 reply; 28+ messages in thread
From: Alan Cox @ 2006-07-10 14:40 UTC (permalink / raw)
  To: will_schmidt
  Cc: Benjamin Herrenschmidt, Steve Fox, linuxppc-dev, linux-kernel

Ar Llu, 2006-07-10 am 08:21 -0500, ysgrifennodd Will Schmidt:
> On Sun, 2006-09-07 at 20:34 +1000, Benjamin Herrenschmidt wrote:
> > On Fri, 2006-07-07 at 10:41 -0500, Steve Fox wrote:
> > > We've got a ppc64 machine that won't boot with this due to an IDE error.
> > 
> > What machine precisely ?
> 
> I see a slightly more verbose version on a JS20 blade. 
> 
> hda: dma_timer_expiry: dma status == 0x24
> hda: DMA interrupt recovery
> hda: lost interrupt

That in repeat generally means the IRQ logic on the platform has been
broken. If we don't get interrupts we don't work very well.

Also check if booting with "nodma" set on the relevant ide interface
makes a difference. Just to be sure. If it does then submit patches to
fix the bug.

Alan

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-09 10:34   ` Benjamin Herrenschmidt
@ 2006-07-10 13:21     ` Will Schmidt
  2006-07-10 14:40       ` Alan Cox
  2006-07-10 21:16       ` Benjamin Herrenschmidt
  2006-07-10 16:38     ` Steve Fox
  1 sibling, 2 replies; 28+ messages in thread
From: Will Schmidt @ 2006-07-10 13:21 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Steve Fox, linuxppc-dev, linux-kernel

On Sun, 2006-09-07 at 20:34 +1000, Benjamin Herrenschmidt wrote:
> On Fri, 2006-07-07 at 10:41 -0500, Steve Fox wrote:
> > We've got a ppc64 machine that won't boot with this due to an IDE error.
> 
> What machine precisely ?

I see a slightly more verbose version on a JS20 blade. 

hda: dma_timer_expiry: dma status == 0x24
hda: DMA interrupt recovery
hda: lost interrupt



> 
> > [snip]
> > Freeing unused kernel memory: 256k freed
> >  running (1:2) /init autobench_args: ABAT:1152213829
> > 
> > creating device nodes .hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > hda: lost interrupt
> > 
> 
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-09 23:17         ` Andi Kleen
@ 2006-07-09 23:36           ` Greg KH
  0 siblings, 0 replies; 28+ messages in thread
From: Greg KH @ 2006-07-09 23:36 UTC (permalink / raw)
  To: Andi Kleen, Kay Sievers; +Cc: Linus Torvalds, Linux Kernel Mailing List

On Mon, Jul 10, 2006 at 01:17:30AM +0200, Andi Kleen wrote:
> On Saturday 08 July 2006 18:02, Greg KH wrote:
> > On Sat, Jul 08, 2006 at 04:44:08PM +0200, Andi Kleen wrote:
> > > Greg KH <greg@kroah.com> writes:
> > > > 
> > > > Perhaps, that is odd.  The scanner should default to the logged in user,
> > > > right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> > > > work on it there.
> > > 
> > > I have a similar problem with my printer. But /dev/usblp0,
> > > /dev/usb/lp0 don't even appear, no matter what the permissions are.
> > 
> > What version of udev are you using?  It works fine for me here with a
> > USB printer (that's what I tested the changes with.)
> 
> udev-068git20050831-9 (from SUSE 10.0 I think) 

That's the issue, look in Documentation/Changes for the proper version
of udev for the past few kernel versions to handle this kind of issue
(again, it was a stupid libsysfs problem, which caused us to finally
drop that piece of crud from udev...)  This has been documented as such
since last October, see commit ad7e14a55ed7648d02a4df8e460e291d80a18c98.

It was necessary to do this for the input drivers to get them to all
work properly, please see the old archives for details as to the
necessity of it.

Also, that change caused the creation of Documentation/ABI/ which
describes the rules that programs that look at sysfs class stuff, must
be able to handle a symlink there.

That older version of udev in 10.0 can't handle the symlink, but I think
that Kay had a version somewhere that was patched to handle it.  I'd
just recommend upgrading to 10.1 :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-08 16:02       ` Greg KH
@ 2006-07-09 23:17         ` Andi Kleen
  2006-07-09 23:36           ` Greg KH
  0 siblings, 1 reply; 28+ messages in thread
From: Andi Kleen @ 2006-07-09 23:17 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Linux Kernel Mailing List

On Saturday 08 July 2006 18:02, Greg KH wrote:
> On Sat, Jul 08, 2006 at 04:44:08PM +0200, Andi Kleen wrote:
> > Greg KH <greg@kroah.com> writes:
> > > 
> > > Perhaps, that is odd.  The scanner should default to the logged in user,
> > > right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> > > work on it there.
> > 
> > I have a similar problem with my printer. But /dev/usblp0,
> > /dev/usb/lp0 don't even appear, no matter what the permissions are.
> 
> What version of udev are you using?  It works fine for me here with a
> USB printer (that's what I tested the changes with.)

udev-068git20050831-9 (from SUSE 10.0 I think) 

-Andi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-07 15:41 ` Steve Fox
@ 2006-07-09 10:34   ` Benjamin Herrenschmidt
  2006-07-10 13:21     ` Will Schmidt
  2006-07-10 16:38     ` Steve Fox
  0 siblings, 2 replies; 28+ messages in thread
From: Benjamin Herrenschmidt @ 2006-07-09 10:34 UTC (permalink / raw)
  To: Steve Fox; +Cc: linuxppc-dev, linux-kernel

On Fri, 2006-07-07 at 10:41 -0500, Steve Fox wrote:
> We've got a ppc64 machine that won't boot with this due to an IDE error.

What machine precisely ?

> [snip]
> Freeing unused kernel memory: 256k freed
>  running (1:2) /init autobench_args: ABAT:1152213829
> 
> creating device nodes .hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> hda: lost interrupt
> 


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-08 14:44     ` Andi Kleen
@ 2006-07-08 16:02       ` Greg KH
  2006-07-09 23:17         ` Andi Kleen
  0 siblings, 1 reply; 28+ messages in thread
From: Greg KH @ 2006-07-08 16:02 UTC (permalink / raw)
  To: Andi Kleen; +Cc: Linus Torvalds, Linux Kernel Mailing List

On Sat, Jul 08, 2006 at 04:44:08PM +0200, Andi Kleen wrote:
> Greg KH <greg@kroah.com> writes:
> > 
> > Perhaps, that is odd.  The scanner should default to the logged in user,
> > right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> > work on it there.
> 
> I have a similar problem with my printer. But /dev/usblp0,
> /dev/usb/lp0 don't even appear, no matter what the permissions are.

What version of udev are you using?  It works fine for me here with a
USB printer (that's what I tested the changes with.)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-08 14:19       ` Kay Sievers
@ 2006-07-08 14:44         ` Andi Kleen
  0 siblings, 0 replies; 28+ messages in thread
From: Andi Kleen @ 2006-07-08 14:44 UTC (permalink / raw)
  To: Kay Sievers; +Cc: Greg KH, Linus Torvalds, Linux Kernel Mailing List

Kay Sievers <kay.sievers@vrfy.org> writes:

> On Fri, 2006-07-07 at 22:11 +0100, David R wrote:
> > Greg KH wrote:
> > > right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> > 
> > Done. I may also try to chase down any divergence in the udev/hal scripts the
> > weekend. Not a massive deal anyhow, I can always chown the device if I need
> > the scanner. It all works just fine.
> 
> It's a bug in HAL, that feeds resmgr to grand access to the local user.
> It should be fixed soon.

I hope you mean in the kernel or did user space compatibility get
broken again?

-Andi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06 22:17   ` Greg KH
  2006-07-07 21:11     ` David R
@ 2006-07-08 14:44     ` Andi Kleen
  2006-07-08 16:02       ` Greg KH
  1 sibling, 1 reply; 28+ messages in thread
From: Andi Kleen @ 2006-07-08 14:44 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Linux Kernel Mailing List

Greg KH <greg@kroah.com> writes:
> 
> Perhaps, that is odd.  The scanner should default to the logged in user,
> right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> work on it there.

I have a similar problem with my printer. But /dev/usblp0,
/dev/usb/lp0 don't even appear, no matter what the permissions are.

-Andi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-07 21:11     ` David R
  2006-07-08  8:14       ` Borislav Petkov
@ 2006-07-08 14:19       ` Kay Sievers
  2006-07-08 14:44         ` Andi Kleen
  1 sibling, 1 reply; 28+ messages in thread
From: Kay Sievers @ 2006-07-08 14:19 UTC (permalink / raw)
  To: David R; +Cc: Greg KH, Linus Torvalds, Linux Kernel Mailing List

On Fri, 2006-07-07 at 22:11 +0100, David R wrote:
> Greg KH wrote:
> > right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> 
> Done. I may also try to chase down any divergence in the udev/hal scripts the
> weekend. Not a massive deal anyhow, I can always chown the device if I need
> the scanner. It all works just fine.

It's a bug in HAL, that feeds resmgr to grand access to the local user.
It should be fixed soon.

Thanks,
Kay


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-07 21:11     ` David R
@ 2006-07-08  8:14       ` Borislav Petkov
  2006-07-08 14:19       ` Kay Sievers
  1 sibling, 0 replies; 28+ messages in thread
From: Borislav Petkov @ 2006-07-08  8:14 UTC (permalink / raw)
  To: David R; +Cc: Greg KH, Linus Torvalds, Linux Kernel Mailing List

On Fri, Jul 07, 2006 at 10:11:20PM +0100, David R wrote:
> Greg KH wrote:
> > right?  Please file a bug at bugzilla.novell.com and the SuSE people can
> 
> Done. I may also try to chase down any divergence in the udev/hal scripts the
> weekend. Not a massive deal anyhow, I can always chown the device if I need
> the scanner. It all works just fine.

We had the same problem with openGL applications here at the university. Suse 10
uses a daemon called resmgr that changes the /dev files ownership to the current user
who logs in. check /etc/resmgr.conf.d/*, /etc/resmgr.conf and the docs for
resmgr on how to add yourself to the, I think is the "desktop" group in resmgr
terms, in order to change ownership.

Regards,
    Boris.

		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06 22:17   ` Greg KH
@ 2006-07-07 21:11     ` David R
  2006-07-08  8:14       ` Borislav Petkov
  2006-07-08 14:19       ` Kay Sievers
  2006-07-08 14:44     ` Andi Kleen
  1 sibling, 2 replies; 28+ messages in thread
From: David R @ 2006-07-07 21:11 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

Greg KH wrote:
> right?  Please file a bug at bugzilla.novell.com and the SuSE people can

Done. I may also try to chase down any divergence in the udev/hal scripts the
weekend. Not a massive deal anyhow, I can always chown the device if I need
the scanner. It all works just fine.

Thanks
David


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  4:26 Linus Torvalds
                   ` (3 preceding siblings ...)
  2006-07-06 19:44 ` David R
@ 2006-07-07 15:41 ` Steve Fox
  2006-07-09 10:34   ` Benjamin Herrenschmidt
  4 siblings, 1 reply; 28+ messages in thread
From: Steve Fox @ 2006-07-07 15:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc-dev

We've got a ppc64 machine that won't boot with this due to an IDE error.

[snip]
Freeing unused kernel memory: 256k freed
 running (1:2) /init autobench_args: ABAT:1152213829

creating device nodes .hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt

-- 

Steve Fox
IBM Linux Technology Center



^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06 19:44 ` David R
  2006-07-06 22:17   ` Greg KH
@ 2006-07-07  1:05   ` Hervé Fache
  1 sibling, 0 replies; 28+ messages in thread
From: Hervé Fache @ 2006-07-07  1:05 UTC (permalink / raw)
  To: linux-kernel

Why is your prompt different? # first, then >. Could it be that your
system thought you were root in the second case? Just a stupid
thought...

On 7/6/06, David R <david@unsolicited.net> wrote:
> Linus Torvalds wrote:
> > Ok,
> >  the merge window for 2.6.18 is closed, and -rc1 is out there (git trees
>
> Most things seem fine here with rc1, but I do see a permissions issue with my
> USB scanner.
>
> In 2.6.17
>
> david@davidux:/dev/bus/usb/001 # l
> total 0
> drwxr-xr-x 2 root  root    100 2006-07-06 20:19 ./
> drwxr-xr-x 4 root  root     80 2006-07-06 20:19 ../
> crw-r--r-- 1 root  root 189, 0 2006-07-06 20:19 001
> crw-r--r-- 1 david root 189, 1 2006-07-06 20:19 002
> crw-r--r-- 1 root  root 189, 4 2006-07-06 20:19 005
>
> but with 2.6.18
>
> david@davidux:/dev/bus/usb/001> l
> total 0
> drwxr-xr-x 2 root root    100 2006-07-06 20:24 ./
> drwxr-xr-x 4 root root     80 2006-07-06 20:24 ../
> crw-r--r-- 1 root root 189, 0 2006-07-06 20:24 001
> crw-r--r-- 1 root root 189, 1 2006-07-06 20:24 002
> crw-r--r-- 1 root root 189, 4 2006-07-06 20:24 005
>
> Does something need tweaking with udev scripts maybe? This is a SuSE 10.1 system.
>
> Cheers
> David
>
>
>
>


-- 
In a world without walls and fences, who needs Windows and Gates?

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06 12:34 ` Alistair John Strachan
@ 2006-07-07  0:11   ` Andrew Morton
  0 siblings, 0 replies; 28+ messages in thread
From: Andrew Morton @ 2006-07-07  0:11 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: torvalds, linux-kernel, linux-acpi, len.brown

Alistair John Strachan <s0348365@sms.ed.ac.uk> wrote:
>
> On Thursday 06 July 2006 05:26, Linus Torvalds wrote:
> > Ok,
> >  the merge window for 2.6.18 is closed, and -rc1 is out there (git trees
> > updated, the tar-ball and patches are still uploading over my pitiful DSL
> > line - and as usual it may take a short while before mirroring takes
> > place and distributes things across the globe).
> >
> > The changes are too big for the mailing list, even just the shortlog. As
> > usual, lots of stuff happened. Most architectures got updated, ACPI
> > updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc etc
> > etc.
> 
> ACPI problem here. Doesn't seem to actively break anything, but the messages
> look bad (HP NC6000 notebook). Haven't tried suspending. The error popped
> up roughly 90 minutes after booting. Laptop has been on AC power throughout.
> 
> ACPI Error (exmutex-0248): Cannot release Mutex [C0E8], not acquired [20060623]
> ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C044.C057.C0E7.C12F] (Node c1aeca40), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C12F] (Node c1aeecfc), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C137._BST] (Node c1aeec84), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Exception (acpi_battery-0206): AE_AML_MUTEX_NOT_ACQUIRED, Evaluating _BST [20060623]
> 

I've queued the below for sending via Len.  Whether it is
correct/sufficient I do not know.  The comment from Alexey:

  It seems that there is an error in our code, that either releases ASL
  mutex twice, etc.  In either case the correct behavior seems to not abort
  execution.  Error seems to vanish in 2.6.17, so we should just apply this
  patch.  

is discouraging.



From:  Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>

See http://bugme.osdl.org/show_bug.cgi?id=6687
Closes: #50088

patch location:
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=202ddb5b6498af53e110f78edd41a217587c1ffb

Signed-off-by: Chuck Short <zulcss@gmail.com>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/acpi/executer/exmutex.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/acpi/executer/exmutex.c~acpi-do-not-abort-method-execution-if-asked-to-release drivers/acpi/executer/exmutex.c
--- a/drivers/acpi/executer/exmutex.c~acpi-do-not-abort-method-execution-if-asked-to-release
+++ a/drivers/acpi/executer/exmutex.c
@@ -246,7 +246,7 @@ acpi_ex_release_mutex(union acpi_operand
 		ACPI_ERROR((AE_INFO,
 			    "Cannot release Mutex [%4.4s], not acquired",
 			    acpi_ut_get_node_name(obj_desc->mutex.node)));
-		return_ACPI_STATUS(AE_AML_MUTEX_NOT_ACQUIRED);
+		return_ACPI_STATUS(AE_OK);
 	}
 
 	/* Sanity check -- we must have a valid thread ID */
_


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06 19:44 ` David R
@ 2006-07-06 22:17   ` Greg KH
  2006-07-07 21:11     ` David R
  2006-07-08 14:44     ` Andi Kleen
  2006-07-07  1:05   ` Hervé Fache
  1 sibling, 2 replies; 28+ messages in thread
From: Greg KH @ 2006-07-06 22:17 UTC (permalink / raw)
  To: David R; +Cc: Linus Torvalds, Linux Kernel Mailing List

On Thu, Jul 06, 2006 at 08:44:11PM +0100, David R wrote:
> Linus Torvalds wrote:
> > Ok,
> >  the merge window for 2.6.18 is closed, and -rc1 is out there (git trees 
> 
> Most things seem fine here with rc1, but I do see a permissions issue with my
> USB scanner.
> 
> In 2.6.17
> 
> david@davidux:/dev/bus/usb/001 # l
> total 0
> drwxr-xr-x 2 root  root    100 2006-07-06 20:19 ./
> drwxr-xr-x 4 root  root     80 2006-07-06 20:19 ../
> crw-r--r-- 1 root  root 189, 0 2006-07-06 20:19 001
> crw-r--r-- 1 david root 189, 1 2006-07-06 20:19 002
> crw-r--r-- 1 root  root 189, 4 2006-07-06 20:19 005
> 
> but with 2.6.18
> 
> david@davidux:/dev/bus/usb/001> l
> total 0
> drwxr-xr-x 2 root root    100 2006-07-06 20:24 ./
> drwxr-xr-x 4 root root     80 2006-07-06 20:24 ../
> crw-r--r-- 1 root root 189, 0 2006-07-06 20:24 001
> crw-r--r-- 1 root root 189, 1 2006-07-06 20:24 002
> crw-r--r-- 1 root root 189, 4 2006-07-06 20:24 005
> 
> Does something need tweaking with udev scripts maybe? This is a SuSE 10.1 system.

Perhaps, that is odd.  The scanner should default to the logged in user,
right?  Please file a bug at bugzilla.novell.com and the SuSE people can
work on it there.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  4:26 Linus Torvalds
                   ` (2 preceding siblings ...)
  2006-07-06 12:44 ` Nigel Cunningham
@ 2006-07-06 19:44 ` David R
  2006-07-06 22:17   ` Greg KH
  2006-07-07  1:05   ` Hervé Fache
  2006-07-07 15:41 ` Steve Fox
  4 siblings, 2 replies; 28+ messages in thread
From: David R @ 2006-07-06 19:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

Linus Torvalds wrote:
> Ok,
>  the merge window for 2.6.18 is closed, and -rc1 is out there (git trees 

Most things seem fine here with rc1, but I do see a permissions issue with my
USB scanner.

In 2.6.17

david@davidux:/dev/bus/usb/001 # l
total 0
drwxr-xr-x 2 root  root    100 2006-07-06 20:19 ./
drwxr-xr-x 4 root  root     80 2006-07-06 20:19 ../
crw-r--r-- 1 root  root 189, 0 2006-07-06 20:19 001
crw-r--r-- 1 david root 189, 1 2006-07-06 20:19 002
crw-r--r-- 1 root  root 189, 4 2006-07-06 20:19 005

but with 2.6.18

david@davidux:/dev/bus/usb/001> l
total 0
drwxr-xr-x 2 root root    100 2006-07-06 20:24 ./
drwxr-xr-x 4 root root     80 2006-07-06 20:24 ../
crw-r--r-- 1 root root 189, 0 2006-07-06 20:24 001
crw-r--r-- 1 root root 189, 1 2006-07-06 20:24 002
crw-r--r-- 1 root root 189, 4 2006-07-06 20:24 005

Does something need tweaking with udev scripts maybe? This is a SuSE 10.1 system.

Cheers
David


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  9:44 ` Matt Keenan
  2006-07-06 12:49   ` Jonathan Corbet
@ 2006-07-06 16:22   ` Linus Torvalds
  1 sibling, 0 replies; 28+ messages in thread
From: Linus Torvalds @ 2006-07-06 16:22 UTC (permalink / raw)
  To: Matt Keenan; +Cc: LKML



On Thu, 6 Jul 2006, Matt Keenan wrote:
>
> > Git users should generally just select the part they are interested in, and
> > do something like
> > 
> > 	git log v2.6.17.. -- drivers/usb/ | git shortlog | less -S
> > 
> > to get a better and more focused view of what has changed.
> >   
> [snip snip]
> 
> Is it possible to get a URL to a shortlog on a web git somewhere? Has this
> information been posted before and I have missed it?

The most recent version of "gitweb" can actually do this kind of thing for 
you on the web, but the version currently installed on kernel.org only 
does it per-file, not per directory, making it less useful.

I suspect it will get upgraded one of these days, and when it does, you 
can generate the above kind of listing without even having git installed 
by going to

	http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git

and then selecting the "tree" view (it defaults to "summary" - see the top 
line that says "summary"/"shortlog"/"log"/"commit"/"commitdiff"/"tree", 
and select "tree" from there). Then you can walk down the tree, and when 
you find the file (or, eventually, directory) you are interested in, click 
on "history".

So even without git, you can get a lot of this kind of information. 
However, with just the web interface, you do lose a lot of browsing 
capability, like browsing multiple files/directories at the same time, and 
doing things like limiting the output since just a particular version.

So you could  just get git on your own, and read the docs, and play with 
it. The place to start is probably the git homepage:

	http://git.or.cz/

(also look up the Wiki there - click on "Wiki" in the header to see some 
Wiki resources that probably get updated a bit more often than the home 
page itself).

			Linus

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  9:44 ` Matt Keenan
@ 2006-07-06 12:49   ` Jonathan Corbet
  2006-07-06 16:22   ` Linus Torvalds
  1 sibling, 0 replies; 28+ messages in thread
From: Jonathan Corbet @ 2006-07-06 12:49 UTC (permalink / raw)
  To: Matt Keenan; +Cc: linux-kernel


> Is it possible to get a URL to a shortlog on a web git somewhere? Has this
> information been posted before and I have missed it?

Dunno if there's a web git version anywhere, but I did put a copy of the
shortlog with the LWN announcement: http://lwn.net/Articles/190301/

jon



^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  4:26 Linus Torvalds
  2006-07-06  9:44 ` Matt Keenan
  2006-07-06 12:34 ` Alistair John Strachan
@ 2006-07-06 12:44 ` Nigel Cunningham
  2006-07-06 19:44 ` David R
  2006-07-07 15:41 ` Steve Fox
  4 siblings, 0 replies; 28+ messages in thread
From: Nigel Cunningham @ 2006-07-06 12:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

Hi.

On Thursday 06 July 2006 14:26, Linus Torvalds wrote:
> Ok,
>  the merge window for 2.6.18 is closed, and -rc1 is out there (git trees
> updated, the tar-ball and patches are still uploading over my pitiful DSL
> line - and as usual it may take a short while before mirroring takes
> place and distributes things across the globe).

On my amd64 based laptop, I had a failures with both suspend implementations 
(swsusp and suspend2) when I had iommu debugging on. The same config worked 
fine with 2.6.17. I guess something in the delta didn't like iommu usage 
being forced on a Turion. I'm not sure how much time I'll find for further 
debugging, so I'll report it now.

Regards,

Nigel
-- 
Nigel, Michelle and Alisdair Cunningham
5 Mitchell Street
Cobden 3266
Victoria, Australia

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  4:26 Linus Torvalds
  2006-07-06  9:44 ` Matt Keenan
@ 2006-07-06 12:34 ` Alistair John Strachan
  2006-07-07  0:11   ` Andrew Morton
  2006-07-06 12:44 ` Nigel Cunningham
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 28+ messages in thread
From: Alistair John Strachan @ 2006-07-06 12:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, linux-acpi, Len Brown

On Thursday 06 July 2006 05:26, Linus Torvalds wrote:
> Ok,
>  the merge window for 2.6.18 is closed, and -rc1 is out there (git trees
> updated, the tar-ball and patches are still uploading over my pitiful DSL
> line - and as usual it may take a short while before mirroring takes
> place and distributes things across the globe).
>
> The changes are too big for the mailing list, even just the shortlog. As
> usual, lots of stuff happened. Most architectures got updated, ACPI
> updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc etc
> etc.

ACPI problem here. Doesn't seem to actively break anything, but the messages
look bad (HP NC6000 notebook). Haven't tried suspending. The error popped
up roughly 90 minutes after booting. Laptop has been on AC power throughout.

ACPI Error (exmutex-0248): Cannot release Mutex [C0E8], not acquired [20060623]
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C044.C057.C0E7.C12F] (Node c1aeca40), AE_AML_MUTEX_NOT_ACQUIRED
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C12F] (Node c1aeecfc), AE_AML_MUTEX_NOT_ACQUIRED
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C137._BST] (Node c1aeec84), AE_AML_MUTEX_NOT_ACQUIRED
ACPI Exception (acpi_battery-0206): AE_AML_MUTEX_NOT_ACQUIRED, Evaluating _BST [20060623]

-- 
Cheers,
Alistair.

Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Linux v2.6.18-rc1
  2006-07-06  4:26 Linus Torvalds
@ 2006-07-06  9:44 ` Matt Keenan
  2006-07-06 12:49   ` Jonathan Corbet
  2006-07-06 16:22   ` Linus Torvalds
  2006-07-06 12:34 ` Alistair John Strachan
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 28+ messages in thread
From: Matt Keenan @ 2006-07-06  9:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Linus Torvalds wrote:

[snip snip]
> The changes are too big for the mailing list, even just the shortlog. As 
> usual, lots of stuff happened. Most architectures got updated, ACPI 
> updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc etc 
> etc.
>
>   
[snip snip]
> Git users should generally just select the part they are interested in, 
> and do something like
>
> 	git log v2.6.17.. -- drivers/usb/ | git shortlog | less -S
>
> to get a better and more focused view of what has changed.
>   
[snip snip]

Is it possible to get a URL to a shortlog on a web git somewhere? Has 
this information been posted before and I have missed it?

Matt


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Linux v2.6.18-rc1
@ 2006-07-06  4:26 Linus Torvalds
  2006-07-06  9:44 ` Matt Keenan
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Linus Torvalds @ 2006-07-06  4:26 UTC (permalink / raw)
  To: Linux Kernel Mailing List


Ok,
 the merge window for 2.6.18 is closed, and -rc1 is out there (git trees 
updated, the tar-ball and patches are still uploading over my pitiful DSL 
line - and as usual it may take a short while before mirroring takes 
place and distributes things across the globe).

The changes are too big for the mailing list, even just the shortlog. As 
usual, lots of stuff happened. Most architectures got updated, ACPI 
updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc etc 
etc.

There's also a fair amount of basic infrastructure updates here, with 
things like the generic IRQ layer, the lockdep (oh, and priority- 
inheritance mutex support) stuff by Ingo &co, some generic 
timekeeping infrastructure ("clocksource") stuff, memory hotplug 
(and page migration) support, etc etc.

Git users should generally just select the part they are interested in, 
and do something like

	git log v2.6.17.. -- drivers/usb/ | git shortlog | less -S

to get a better and more focused view of what has changed.

Have fun,

		Linus

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2006-07-11 17:00 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-06 19:25 Linux v2.6.18-rc1 Moore, Robert
  -- strict thread matches above, loose matches on Subject: below --
2006-07-06  4:26 Linus Torvalds
2006-07-06  9:44 ` Matt Keenan
2006-07-06 12:49   ` Jonathan Corbet
2006-07-06 16:22   ` Linus Torvalds
2006-07-06 12:34 ` Alistair John Strachan
2006-07-07  0:11   ` Andrew Morton
2006-07-06 12:44 ` Nigel Cunningham
2006-07-06 19:44 ` David R
2006-07-06 22:17   ` Greg KH
2006-07-07 21:11     ` David R
2006-07-08  8:14       ` Borislav Petkov
2006-07-08 14:19       ` Kay Sievers
2006-07-08 14:44         ` Andi Kleen
2006-07-08 14:44     ` Andi Kleen
2006-07-08 16:02       ` Greg KH
2006-07-09 23:17         ` Andi Kleen
2006-07-09 23:36           ` Greg KH
2006-07-07  1:05   ` Hervé Fache
2006-07-07 15:41 ` Steve Fox
2006-07-09 10:34   ` Benjamin Herrenschmidt
2006-07-10 13:21     ` Will Schmidt
2006-07-10 14:40       ` Alan Cox
2006-07-10 21:17         ` Benjamin Herrenschmidt
2006-07-11 17:00           ` Steve Fox
2006-07-10 21:16       ` Benjamin Herrenschmidt
2006-07-10 16:38     ` Steve Fox
2006-07-10 18:30       ` Steve Fox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).