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:	Mon, 07 Jul 2008 09:45:25 -0500
From:	Christoph Lameter <cl@...ux-foundation.org>
To:	Christoph Hellwig <hch@...radead.org>
CC:	steiner@....com, akpm@...uxfoundation.org,
	linux-kernel@...r.kernel.org, mingo@...e.hu, tglx@...utronix.de,
	holt@....com, andrea@...ranet.com
Subject: Re: [patch 12/13] GRU Driver V3 -  export is_uv_system(),	zap_page_range()
 & follow_page()

Christoph Hellwig wrote:
> On Thu, Jul 03, 2008 at 04:34:00PM -0500, steiner@....com wrote:
>> +EXPORT_SYMBOL_GPL(zap_page_range);
>>  
>>  /*
>>   * Do a quick page-table lookup for a single page.
>> @@ -1089,6 +1090,7 @@ no_page_table:
>>  	}
>>  	return page;
>>  }
>> +EXPORT_SYMBOL_GPL(follow_page);
> 
> NACK.
> 
> These should never be called by a driver and suggest you need to rething
> your VM integration in this driver.

Well here we cannot run get_user_pages() since the context is atomic. What other choice is there?

--
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