Re: [PATCH] procfs: also fix proc_reg_get_unmapped_area() for !MMU case

2013-11-25 Thread Jan Beulich
>>> On 25.11.13 at 23:13, Andrew Morton wrote: > On Mon, 25 Nov 2013 16:22:31 + "Jan Beulich" wrote: > >> Commit fad1a86e ("procfs: call default get_unmapped_area on MMU-present >> architectures"), as its title says, took care of only the MMU case, >> leaving the !MMU side still in the

Re: [PATCH] procfs: also fix proc_reg_get_unmapped_area() for !MMU case

2013-11-25 Thread Andrew Morton
On Mon, 25 Nov 2013 16:22:31 + "Jan Beulich" wrote: > Commit fad1a86e ("procfs: call default get_unmapped_area on MMU-present > architectures"), as its title says, took care of only the MMU case, > leaving the !MMU side still in the regressed state (returning -EIO in > all cases where

[PATCH] procfs: also fix proc_reg_get_unmapped_area() for !MMU case

2013-11-25 Thread Jan Beulich
Commit fad1a86e ("procfs: call default get_unmapped_area on MMU-present architectures"), as its title says, took care of only the MMU case, leaving the !MMU side still in the regressed state (returning -EIO in all cases where pde->proc_fops->get_unmapped_area is NULL). Signed-off-by: Jan Beulich

[PATCH] procfs: also fix proc_reg_get_unmapped_area() for !MMU case

2013-11-25 Thread Jan Beulich
Commit fad1a86e (procfs: call default get_unmapped_area on MMU-present architectures), as its title says, took care of only the MMU case, leaving the !MMU side still in the regressed state (returning -EIO in all cases where pde-proc_fops-get_unmapped_area is NULL). Signed-off-by: Jan Beulich

Re: [PATCH] procfs: also fix proc_reg_get_unmapped_area() for !MMU case

2013-11-25 Thread Andrew Morton
On Mon, 25 Nov 2013 16:22:31 + Jan Beulich jbeul...@suse.com wrote: Commit fad1a86e (procfs: call default get_unmapped_area on MMU-present architectures), as its title says, took care of only the MMU case, leaving the !MMU side still in the regressed state (returning -EIO in all cases

Re: [PATCH] procfs: also fix proc_reg_get_unmapped_area() for !MMU case

2013-11-25 Thread Jan Beulich
On 25.11.13 at 23:13, Andrew Morton a...@linux-foundation.org wrote: On Mon, 25 Nov 2013 16:22:31 + Jan Beulich jbeul...@suse.com wrote: Commit fad1a86e (procfs: call default get_unmapped_area on MMU-present architectures), as its title says, took care of only the MMU case, leaving the