Re: [PATCH 3/7] cfg80211: handle failed skb allocation

2016-07-06 Thread Luca Coelho
On Wed, 2016-07-06 at 13:51 +0200, Johannes Berg wrote: > On Tue, 2016-07-05 at 15:23 +0300, Luca Coelho wrote: > > From: Gregory Greenman > > > > Handle the case when dev_alloc_skb returns NULL. > > > Applied. A Fixes: tag would have been nice, but I added one :) Oh, did I miss that one? Sorry

Re: [PATCH 3/7] cfg80211: handle failed skb allocation

2016-07-06 Thread Johannes Berg
On Tue, 2016-07-05 at 15:23 +0300, Luca Coelho wrote: > From: Gregory Greenman > > Handle the case when dev_alloc_skb returns NULL. > Applied. A Fixes: tag would have been nice, but I added one :) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body

[PATCH 3/7] cfg80211: handle failed skb allocation

2016-07-05 Thread Luca Coelho
From: Gregory Greenman Handle the case when dev_alloc_skb returns NULL. Signed-off-by: Gregory Greenman Signed-off-by: Luca Coelho --- net/wireless/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/wireless/util.c b/net/wireless/util.c index 2443ee3..b7d1592 100644 --- a/net/wi