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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Feb 2009 14:10:48 -0800
From:	"Pallipadi, Venkatesh" <venkatesh.pallipadi@...el.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Dave Airlie <airlied@...hat.com>
CC:	Ingo Molnar <mingo@...e.hu>, Yinghai Lu <yinghai@...nel.org>,
	"H. Peter Anvin" <hpa@...or.com>,
	"Siddha, Suresh B" <suresh.b.siddha@...el.com>,
	Arjan van de Ven <arjan@...radead.org>,
	Andy Isaacson <adi@...apodia.org>,
	Maciej Rutecki <maciej.rutecki@...il.com>,
	"Rafael J. Wysocki" <rjw@...k.pl>, Eric Anholt <eric@...olt.net>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Jesse Barnes <jbarnes@...tuousgeek.org>,
	"lenb@...nel.org" <lenb@...nel.org>,
	"mjg@...hat.com" <mjg@...hat.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	"Zhang, Rui" <rui.zhang@...el.com>
Subject: RE: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not
 ioremap virtual address for G33 hw status page

 

>-----Original Message-----
>From: Linus Torvalds [mailto:torvalds@...ux-foundation.org] 
>Sent: Tuesday, February 24, 2009 1:59 PM
>To: Dave Airlie
>Cc: Ingo Molnar; Yinghai Lu; H. Peter Anvin; Pallipadi, 
>Venkatesh; Siddha, Suresh B; Arjan van de Ven; Andy Isaacson; 
>Maciej Rutecki; Rafael J. Wysocki; Eric Anholt; Linux Kernel 
>Mailing List; Jesse Barnes; lenb@...nel.org; mjg@...hat.com; 
>Andrew Morton; Zhang, Rui
>Subject: Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] 
>*ERROR* can not ioremap virtual address for G33 hw status page
>
>
>
>On Wed, 25 Feb 2009, Dave Airlie wrote:
>> > 
>> > The other question is, why did the ioremap_wc() fail? Why doesnt 
>> > it fall back to UC transparently?
>>
>> I'm sort of worried the drivers are going to end up doing, which at
>> the moment is the only option that will work.
>> 
>> blah = ioremap_wc();
>> if (!blah)
>> 	blah = ioremap_nocache();
>> 
>> which seems pointless so this is a good point, where is the fallback?
>
>I agree.
>
>We should not fail the ioremap_wc(), we should just fall back 
>to nocache, 
>(possibly with a warning). In fact I thought we did exactly that, but 
>maybe it only happens in certain directions.
>

Yes. We do allow fallback from WC to UC in ioremap. Atleast the code is
intended to do that, unless there is a conflicting WB mapping to this region,
in which case we will fail ioremap_wc. But, that doesn't seem to be the case
as simple ioremap seems to go through without any error. Looking through this
code for any bugs...

Also, it will be interesting to look at pat_memtype_list in /debug/x86 when
ioremap_wc fails here..

Thanks,
Venki--
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