Bug 37252
Summary: | BUG: unable to handle kernel NULL pointer dereference at (null) | ||
---|---|---|---|
Product: | Drivers | Reporter: | njin (marconifabio) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | normal | CC: | florian, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.0-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 36912 | ||
Attachments: | proposed fix |
Description
njin
2011-06-11 18:30:01 UTC
Created attachment 63252 [details]
proposed fix
Can you check this patch if it fixes the oops and gives you the expected DRM error message? Which graphic hardware do you have?
laura@cricco:~/Scaricati/linux-image-3.0.0-0300rc2-generic_3.0.0-0300rc2.201106081532_amd64$ cat patche | patch -p1 --dry-run patching file drivers/gpu/drm/i915/i915_dma.c Hunk #1 FAILED at 1258. 1 out of 1 hunk FAILED -- saving rejects to file drivers/gpu/drm/i915/i915_dma.c.rej patching file drivers/gpu/drm/i915/i915_drv.h Hunk #1 FAILED at 1303. 1 out of 1 hunk FAILED -- saving rejects to file drivers/gpu/drm/i915/i915_drv.h.rej patching file drivers/gpu/drm/i915/intel_display.c Hunk #1 FAILED at 7518. Hunk #2 FAILED at 7610. Hunk #3 FAILED at 7657. Hunk #4 FAILED at 7742. Hunk #5 FAILED at 7756. Hunk #6 FAILED at 7794. 6 out of 6 hunks FAILED -- saving rejects to file drivers/gpu/drm/i915/intel_display.c.rej ===/=== *-pci description: Host bridge product: N10 Family DMI Bridge vendor: Intel Corporation physical id: 100 bus info: pci@0000:00:00.0 version: 00 width: 32 bits clock: 33MHz configuration: driver=agpgart-intel resources: irq:0 *-display:0 description: VGA compatible controller product: N10 Family Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 00 width: 32 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:44 memory:f0300000-f037ffff ioport:18e8(size=8) memory:d0000000-dfffffff memory:f0000000-f00fffff *-display:1 UNCLAIMED description: Display controller product: N10 Family Integrated Graphics Controller vendor: Intel Corporation physical id: 2.1 bus info: pci@0000:00:02.1 version: 00 width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list configuration: latency=0 resources: memory:f0380000-f03fffff The package is the same not working Thanks Fabio Hello On the same system I cannot reprodue this error with the new 3.0.0-rc4 kernel Fabio |