From: Parthasarathy Bhuvaragan <parthasarathy.bhuvara...@ericsson.com> Date: Fri, 13 Jan 2017 15:46:25 +0100
> Until now, we allocate memory always with GFP_ATOMIC flag. > When the system is under memory pressure and a user tries to send, > the send fails due to low memory. However, the user application > can wait for free memory if we allocate it using GFP_KERNEL flag. > > In this commit, we use allocate memory with GFP_KERNEL for all user > allocation. > > Reported-by: Rune Torgersen <ru...@innovsys.com> > Acked-by: Jon Maloy <jon.ma...@ericsson.com> > Signed-off-by: Parthasarathy Bhuvaragan > <parthasarathy.bhuvara...@ericsson.com> Applied.