Hello, Booting a nearly 2.6.28-rc5 kernel, I got this warning which I never had before (latest previous kernel being some 2.6.28-rc2). resource map sanity check conflict: 0xd0000000 0xdfffffff 0xd0000000 0xd076ffff vesafb ------------[ cut here ]------------ WARNING: at arch/x86/mm/ioremap.c:226 __ioremap_caller+0x329/0x370() Modules linked in: i915 drm usblp ipv6 microcode usbhid bluetooth binfmt_misc loop fuse cpufreq_conservative cpufreq_powersave acpi_cpufreq nvram hp_wmi af_packet rfkill_input snd_hda_intel snd_hwdep arc4 snd_seq_dummy ecb snd_seq_oss snd_seq_midi_event b43 snd_seq rfkill snd_seq_device rng_core snd_pcm_oss mac80211 sdhci_pci snd_pcm fan cfg80211 input_polldev ohci_hcd mmc_block snd_timer thermal ssb sdhci hp_accel processor tpm_infineon snd_page_alloc tpm ohci1394 yenta_socket rsrc_nonstatic pcmcia joydev serio_raw evdev sr_mod sg ehci_hcd iTCO_wdt ricoh_mmc mmc_core led_class snd_mixer_oss ieee1394 container video output tpm_bios uhci_hcd lis3lv02d wmi battery button e1000e pcmcia_core ac snd soundcore usbcore ext3 jbd [last unloaded: l2cap] Pid: 3413, comm: X Not tainted 2.6.28-rc4-git-eric #39 Call Trace: [] warn_on_slowpath+0x5f/0x90 [] ? change_page_attr_set_clr+0xda/0x380 [] ? _set_memory_uc+0x22/0x30 [] ? _read_lock+0x16/0x30 [] ? _read_unlock+0x11/0x40 [] __ioremap_caller+0x329/0x370 [] ? i915_gem_entervt_ioctl+0x2fd/0x5d0 [i915] [] ioremap_wc+0x26/0x30 [] i915_gem_entervt_ioctl+0x2fd/0x5d0 [i915] [] drm_ioctl+0x10a/0x330 [drm] [] ? i915_gem_entervt_ioctl+0x0/0x5d0 [i915] [] vfs_ioctl+0x7d/0xa0 [] do_vfs_ioctl+0x74/0x470 [] sys_ioctl+0x4a/0x80 [] system_call_fastpath+0x16/0x1b ---[ end trace f2aad082f0b30467 ]--- If I remove the vesafb driver, the warning goes away. That seems to be a new warning. Probably is has always been happening on my laptop, how bad is that? My X intel driver is 2.5.0 . If one driver has to be fixed, which one: vesafb or intel? Regards, Eric