Re: [PATCH mm] stop c_p_a corrupting the pds

2008-02-05 Thread Hugh Dickins
On Tue, 5 Feb 2008, [EMAIL PROTECTED] wrote: > On Tue, 05 Feb 2008 22:27:21 GMT, Hugh Dickins said: > > When change_page_attr splits a large page on x86_32 (without PAE), it is > > currently corrupting every process's page directory: fix that by removing > > the thinko which passes down a physical

Re: [PATCH mm] stop c_p_a corrupting the pds

2008-02-05 Thread Valdis . Kletnieks
On Tue, 05 Feb 2008 22:27:21 GMT, Hugh Dickins said: > When change_page_attr splits a large page on x86_32 (without PAE), it is > currently corrupting every process's page directory: fix that by removing > the thinko which passes down a physical instead of a virtual address - > this version of the

[PATCH mm] stop c_p_a corrupting the pds

2008-02-05 Thread Hugh Dickins
When change_page_attr splits a large page on x86_32 (without PAE), it is currently corrupting every process's page directory: fix that by removing the thinko which passes down a physical instead of a virtual address - this version of the patch being the hotfix for 2.6.24-mm1. Signed-off-by: Hugh D