Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Sonny Rao
On Tue, Aug 09, 2005 at 09:09:57AM +1000, Keith Owens wrote: > On Mon, 8 Aug 2005 10:44:04 -0700, > Andrew Morton <[EMAIL PROTECTED]> wrote: > >Sonny Rao <[EMAIL PROTECTED]> wrote: > >> Modules linked in: cpufreq_userspace cpufreq_stats freq_table > >> cpufreq_powersave > >> cpufreq_ondemand cpu

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Keith Owens
On Mon, 8 Aug 2005 10:44:04 -0700, Andrew Morton <[EMAIL PROTECTED]> wrote: >Sonny Rao <[EMAIL PROTECTED]> wrote: >> Modules linked in: cpufreq_userspace cpufreq_stats freq_table >> cpufreq_powersave >> cpufreq_ondemand cpufreq_conservative ipv6 video thermal processor hotkey >> fan co >> ntain

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Sonny Rao
On Mon, Aug 08, 2005 at 10:44:04AM -0700, Andrew Morton wrote: > Sonny Rao <[EMAIL PROTECTED]> wrote: > > > > On Wed, Jul 13, 2005 at 12:42:15PM -0700, randy_dunlap wrote: > > > On Wed, 13 Jul 2005 09:54:10 -0500 Miles Lane wrote: > > > > > > > On 7/13/05, Dave Airlie <[EMAIL PROTECTED]> wrote: >

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Andrew Morton
Sonny Rao <[EMAIL PROTECTED]> wrote: > > On Wed, Jul 13, 2005 at 12:42:15PM -0700, randy_dunlap wrote: > > On Wed, 13 Jul 2005 09:54:10 -0500 Miles Lane wrote: > > > > > On 7/13/05, Dave Airlie <[EMAIL PROTECTED]> wrote: > > > > > Thanks Dave, > > > > > > > > > > I switched to the i915 kernel driv

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Sonny Rao
On Wed, Jul 13, 2005 at 12:42:15PM -0700, randy_dunlap wrote: > On Wed, 13 Jul 2005 09:54:10 -0500 Miles Lane wrote: > > > On 7/13/05, Dave Airlie <[EMAIL PROTECTED]> wrote: > > > > Thanks Dave, > > > > > > > > I switched to the i915 kernel driver and still got the OOPS. > > > > I also continue to

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-13 Thread randy_dunlap
On Wed, 13 Jul 2005 09:54:10 -0500 Miles Lane wrote: > On 7/13/05, Dave Airlie <[EMAIL PROTECTED]> wrote: > > > Thanks Dave, > > > > > > I switched to the i915 kernel driver and still got the OOPS. > > > I also continue to get the overlapping mtrr message. I am currently > > > testing 2.6.13-rc2-

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-13 Thread Miles Lane
On 7/13/05, Dave Airlie <[EMAIL PROTECTED]> wrote: > > Thanks Dave, > > > > I switched to the i915 kernel driver and still got the OOPS. > > I also continue to get the overlapping mtrr message. I am currently > > testing 2.6.13-rc2-git3. I have tried to run strace with hald, but > > cannot reprod

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-13 Thread Dave Airlie
> Thanks Dave, > > I switched to the i915 kernel driver and still got the OOPS. > I also continue to get the overlapping mtrr message. I am currently > testing 2.6.13-rc2-git3. I have tried to run strace with hald, but > cannot reproduce the problem this way. I am not sure I am invoking the > c

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-12 Thread Miles Lane
On Thu, 2005-07-07 at 20:31 +1000, Dave Airlie wrote: > On 7/3/05, Miles Lane <[EMAIL PROTECTED]> wrote: > > mtrr: base(0xe802) is not aligned on a size(0x3c) boundary > > [drm:drm_unlock] *ERROR* Process 4470 using kernel context 0 > > mtrr: 0xe800,0x800 overlaps existing 0xe80

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-07 Thread Miles Lane
Hmm, in my Xorg log I find this: (II) I810(0): [drm] created "i915" driver at busid "pci::00:02.0" (WW) I810(0): i830 Kernel module detected, Use the i915 Kernel module instead, aborting DRI init. (II) I810(0): [drm] DRM interface version 1.2 (II) I810(0): [drm] created "i915" driver at busid

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-07 Thread Dave Airlie
On 7/3/05, Miles Lane <[EMAIL PROTECTED]> wrote: > mtrr: base(0xe802) is not aligned on a size(0x3c) boundary > [drm:drm_unlock] *ERROR* Process 4470 using kernel context 0 > mtrr: 0xe800,0x800 overlaps existing 0xe800,0x100 > Unable to handle kernel paging request at virtua

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-06 Thread Schneelocke
On 07/07/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > One thing you could do is to disable `hald' (what is that anyway?) by > renaming it and try to get the system to boot. Then run `hald' by hand, > under strace, work out which sysfs file it was trying to close. Probably the Hardware Abstracti

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-07-06 Thread Andrew Morton
Miles Lane <[EMAIL PROTECTED]> wrote: > > mtrr: base(0xe802) is not aligned on a size(0x3c) boundary > [drm:drm_unlock] *ERROR* Process 4470 using kernel context 0 > mtrr: 0xe800,0x800 overlaps existing 0xe800,0x100 > Unable to handle kernel paging request at virtual address