<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: registering read-only memory</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>R> Are you sure?  It seems to work for me if I just pass write=0 to</FONT>
<BR><FONT SIZE=2>R> get_user_pages().</FONT>
</P>

<P><FONT SIZE=2>I saw this this on Suse 9.3 and the memory was like:</FONT>
<BR><FONT SIZE=2>static const char *my_string = "Hello world";</FONT>
<BR><FONT SIZE=2>defined locally in a function. This produced a VMA with VM_IO set.</FONT>
</P>

</BODY>
</HTML>