Re: [PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-15 Thread Andy Shevchenko
On Thu, May 10, 2018 at 11:59 PM, Kees Cook wrote: > On Thu, May 3, 2018 at 9:34 PM, Kees Cook wrote: >> On Thu, May 3, 2018 at 6:13 PM, Andy Shevchenko >> wrote: >>> Starting from the commit 0d0443288f22 the new

Re: [PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-15 Thread Andy Shevchenko
On Thu, May 10, 2018 at 11:59 PM, Kees Cook wrote: > On Thu, May 3, 2018 at 9:34 PM, Kees Cook wrote: >> On Thu, May 3, 2018 at 6:13 PM, Andy Shevchenko >> wrote: >>> Starting from the commit 0d0443288f22 the new function has been >>> introduced which takes struct task_struct as a parameter.

Re: [PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-10 Thread Kees Cook
On Thu, May 3, 2018 at 9:34 PM, Kees Cook wrote: > On Thu, May 3, 2018 at 6:13 PM, Andy Shevchenko > wrote: >> Starting from the commit 0d0443288f22 the new function has been >> introduced which takes struct task_struct as a parameter.

Re: [PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-10 Thread Kees Cook
On Thu, May 3, 2018 at 9:34 PM, Kees Cook wrote: > On Thu, May 3, 2018 at 6:13 PM, Andy Shevchenko > wrote: >> Starting from the commit 0d0443288f22 the new function has been >> introduced which takes struct task_struct as a parameter. Though, >> compiler doesn't know where to get information

Re: [PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-03 Thread Kees Cook
On Thu, May 3, 2018 at 6:13 PM, Andy Shevchenko wrote: > Starting from the commit 0d0443288f22 the new function has been > introduced which takes struct task_struct as a parameter. Though, > compiler doesn't know where to get information about it at this stage.

Re: [PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-03 Thread Kees Cook
On Thu, May 3, 2018 at 6:13 PM, Andy Shevchenko wrote: > Starting from the commit 0d0443288f22 the new function has been > introduced which takes struct task_struct as a parameter. Though, > compiler doesn't know where to get information about it at this stage. > > Add missed declaration of

[PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-03 Thread Andy Shevchenko
Starting from the commit 0d0443288f22 the new function has been introduced which takes struct task_struct as a parameter. Though, compiler doesn't know where to get information about it at this stage. Add missed declaration of struct task_struct to satisfy compiler. Fixes: 0d0443288f22

[PATCH v1] lib/string_helpers: Add missed declaration of struct task_struct

2018-05-03 Thread Andy Shevchenko
Starting from the commit 0d0443288f22 the new function has been introduced which takes struct task_struct as a parameter. Though, compiler doesn't know where to get information about it at this stage. Add missed declaration of struct task_struct to satisfy compiler. Fixes: 0d0443288f22