Re: [PATCH 42/88] exec: use -ELOOP for max recursion depth

2013-03-26 Thread Greg Kroah-Hartman
On Tue, Mar 19, 2013 at 02:53:07AM +, Ben Hutchings wrote: > On Thu, 2013-03-14 at 10:35 +, Luis Henriques wrote: > > 3.5.7.8 -stable review patch. If anyone has any objections, please let me > > know. > > > > -- > > > > From: Kees Cook > > > > commit d740269867021faf4

Re: [PATCH 42/88] exec: use -ELOOP for max recursion depth

2013-03-18 Thread Ben Hutchings
On Thu, 2013-03-14 at 10:35 +, Luis Henriques wrote: > 3.5.7.8 -stable review patch. If anyone has any objections, please let me > know. > > -- > > From: Kees Cook > > commit d740269867021faf4ce38a449353d2b986c34a67 upstream. > > To avoid an explosion of request_module ca

[PATCH 42/88] exec: use -ELOOP for max recursion depth

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit d740269867021faf4ce38a449353d2b986c34a67 upstream. To avoid an explosion of request_module calls on a chain of abusive scripts, fail maximum recursion with -ELOOP instead