Re: [PATCH net] sctp: use GFP_USER for user-controlled kmalloc

2015-12-27 Thread David Miller
From: Marcelo Ricardo Leitner Date: Wed, 23 Dec 2015 16:28:40 -0200 > Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc") > missed two other spots. > > For connectx, as it's more likely to be used by kernel users of the API, > it detects if GFP_USER should be used or not. >

Re: [PATCH net] sctp: use GFP_USER for user-controlled kmalloc

2015-12-27 Thread David Miller
From: Marcelo Ricardo Leitner Date: Wed, 23 Dec 2015 16:28:40 -0200 > Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc") > missed two other spots. > > For connectx, as it's more likely to be used by kernel users of the API, > it detects if GFP_USER

[PATCH net] sctp: use GFP_USER for user-controlled kmalloc

2015-12-23 Thread Marcelo Ricardo Leitner
Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc") missed two other spots. For connectx, as it's more likely to be used by kernel users of the API, it detects if GFP_USER should be used or not. Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")

[PATCH net] sctp: use GFP_USER for user-controlled kmalloc

2015-12-23 Thread Marcelo Ricardo Leitner
Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc") missed two other spots. For connectx, as it's more likely to be used by kernel users of the API, it detects if GFP_USER should be used or not. Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")