Re: [PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Hillf Danton
> On Tue, Nov 10, 2015 at 12:35:50AM +0900, Jungseung Lee wrote: > > Hi, > > > > 2015-11-09 16:57 GMT+09:00 Shailendra Verma : > > > From: Shailendra Verma > > > > > > The module end boundary check is not proper.The out of bound value > > > of module end can produce undesired results. > > > > > >

Re: [PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Russell King - ARM Linux
On Tue, Nov 10, 2015 at 12:35:50AM +0900, Jungseung Lee wrote: > Hi, > > 2015-11-09 16:57 GMT+09:00 Shailendra Verma : > > From: Shailendra Verma > > > > The module end boundary check is not proper.The out of bound value > > of module end can produce undesired results. > > > > Signed-off-by: Shai

Re: [PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Jungseung Lee
Hi, 2015-11-09 16:57 GMT+09:00 Shailendra Verma : > From: Shailendra Verma > > The module end boundary check is not proper.The out of bound value > of module end can produce undesired results. > > Signed-off-by: Shailendra Verma > Reviewed-by: Ravikant Bijendra Sharma > --- > linux-4.3-rc6/arc

[PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Shailendra Verma
From: Shailendra Verma The module end boundary check is not proper.The out of bound value of module end can produce undesired results. Signed-off-by: Shailendra Verma Reviewed-by: Ravikant Bijendra Sharma --- linux-4.3-rc6/arch/arm/mm/pageattr.c |2 +- 1 file changed, 1 insertion(+), 1 de