[patch] ARM: fix module-bound check in setting page attributes

2015-05-03 Thread Hillf Danton
It was introduced in commit f2ca09f381a59 (ARM: 8311/1: Don't use is_module_addr in setting page attributes) We have no need to check start twice, but see if end is also in range. Signed-off-by: Hillf Danton Acked-by: Laura Abbott --- --- a/arch/arm/mm/pageattr.cMon May 4 10:33:49 2015 ++

Re: [patch] ARM: fix module-bound check in setting page attributes

2015-05-01 Thread Laura Abbott
On 3/24/15 9:20 PM, Hillf Danton wrote: It was introduced in commit f2ca09f381a59 (ARM: 8311/1: Don't use is_module_addr in setting page attributes) We have no need to check start twice, but see if end is also in range. Signed-off-by: Hillf Danton --- --- a/arch/arm/mm/pageattr.cWed Mar

Re: [patch] ARM: fix module-bound check in setting page attributes

2015-04-13 Thread Hillf Danton
Ping > -Original Message- > From: Hillf Danton [mailto:hillf...@alibaba-inc.com] > Sent: Tuesday, April 07, 2015 4:31 PM > To: Hillf Danton; 'Laura Abbott' > Cc: 'Russell King'; 'linux-kernel'; li...@arm.linux.org.uk > Subject: Re: [pa

Re: [patch] ARM: fix module-bound check in setting page attributes

2015-04-07 Thread Hillf Danton
Ping > > It was introduced in commit f2ca09f381a59 > (ARM: 8311/1: Don't use is_module_addr in setting page attributes) > > We have no need to check start twice, but see if end is also in range. > > Signed-off-by: Hillf Danton > --- > > --- a/arch/arm/mm/pageattr.c Wed Mar 25 11:55:13 2015 >

[patch] ARM: fix module-bound check in setting page attributes

2015-03-24 Thread Hillf Danton
It was introduced in commit f2ca09f381a59 (ARM: 8311/1: Don't use is_module_addr in setting page attributes) We have no need to check start twice, but see if end is also in range. Signed-off-by: Hillf Danton --- --- a/arch/arm/mm/pageattr.cWed Mar 25 11:55:13 2015 +++ b/arch/arm/mm/pageattr