Hi, i have the need to lock malloc'ed user mem between kernel calls. On ia32 i succesfully do a lock_page() on every page returned by get_user_pages(), lateron i do unlock_page(). On ia64 sometimes (on ia32 seemingly never) the first page is already locked, just after malloc(). For a quick hack i check all pages before trying to lock them, so that i am later just unlocking the not previously locked ones. I am quite shure that my approach is totally ill. Could someone point me to some piece of information that helps me get cured? christian - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Nov 14 06:46:12 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:20 EST