Re: [PATCH] livepatch: Validate module/old func name length

2018-07-23 Thread Jiri Kosina
On Fri, 20 Jul 2018, Kamalesh Babulal wrote: > livepatch module author can pass module name/old function name with more > than the defined character limit. With obj->name length greater than > MODULE_NAME_LEN, the livepatch module gets loaded but waits forever on > the module specified by

Re: [PATCH] livepatch: Validate module/old func name length

2018-07-23 Thread Jiri Kosina
On Fri, 20 Jul 2018, Kamalesh Babulal wrote: > livepatch module author can pass module name/old function name with more > than the defined character limit. With obj->name length greater than > MODULE_NAME_LEN, the livepatch module gets loaded but waits forever on > the module specified by

Re: [PATCH] livepatch: Validate module/old func name length

2018-07-20 Thread Josh Poimboeuf
On Fri, Jul 20, 2018 at 03:16:42PM +0530, Kamalesh Babulal wrote: > livepatch module author can pass module name/old function name with more > than the defined character limit. With obj->name length greater than > MODULE_NAME_LEN, the livepatch module gets loaded but waits forever on > the module

Re: [PATCH] livepatch: Validate module/old func name length

2018-07-20 Thread Josh Poimboeuf
On Fri, Jul 20, 2018 at 03:16:42PM +0530, Kamalesh Babulal wrote: > livepatch module author can pass module name/old function name with more > than the defined character limit. With obj->name length greater than > MODULE_NAME_LEN, the livepatch module gets loaded but waits forever on > the module

[PATCH] livepatch: Validate module/old func name length

2018-07-20 Thread Kamalesh Babulal
livepatch module author can pass module name/old function name with more than the defined character limit. With obj->name length greater than MODULE_NAME_LEN, the livepatch module gets loaded but waits forever on the module specified by obj->name to be loaded. It also populates a /sys directory

[PATCH] livepatch: Validate module/old func name length

2018-07-20 Thread Kamalesh Babulal
livepatch module author can pass module name/old function name with more than the defined character limit. With obj->name length greater than MODULE_NAME_LEN, the livepatch module gets loaded but waits forever on the module specified by obj->name to be loaded. It also populates a /sys directory