Re: [PATCH] sctp: really allow using GFP_KERNEL on sctp_packet_transmit

2016-03-30 Thread David Miller
From: Marcelo Ricardo Leitner Date: Tue, 29 Mar 2016 10:41:03 -0300 > Somehow my patch for commit cea8768f333e ("sctp: allow > sctp_transmit_packet and others to use gfp") missed two important > chunks, which are now added. > > Fixes: cea8768f333e ("sctp: allow sctp_transmit_packet and others to

Re: [PATCH] sctp: really allow using GFP_KERNEL on sctp_packet_transmit

2016-03-30 Thread Neil Horman
On Tue, Mar 29, 2016 at 10:41:03AM -0300, Marcelo Ricardo Leitner wrote: > Somehow my patch for commit cea8768f333e ("sctp: allow > sctp_transmit_packet and others to use gfp") missed two important > chunks, which are now added. > > Fixes: cea8768f333e ("sctp: allow sctp_transmit_packet and others