lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 17 Mar 2010 15:08:02 +0100
From:	John Kacur <jkacur@...hat.com>
To:	Thomas Gleixner <tglx@...utronix.de>,
	RT <linux-rt-users@...r.kernel.org>
Cc:	LKML <linux-kernel@...r.kernel.org>, tremyfr@...oo.fr
Subject: [BUG-REPORT] [PREEMPT_RT] Build break with DRM_I915 and 
	HAVE_ATOMIC_IOMAP

This is a compile failure on 2.6.33.1-rt9 on x86

ERROR: "iounmap_atomic" [drivers/gpu/drm/i915/i915.ko] undefined!
ERROR: "iomap_atomic_prot_pfn" [drivers/gpu/drm/i915/i915.ko] undefined!

Analysis:

i915_drv.c and i915_gem.c include i915_drv.h which includes io_mapping.h
file: io_mapping.h
     has function io_mapping_map_atomic_wc which calls iomap_atomic_prot_pfn
     has function io_mapping_unmap_atomic which calls iounmap_atomic

These functions are defined in iomap_32.c but not ifdef PREEMPT_RT
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ