From: Larry Finger Date: Sun, 8 Jan 2012 02:46:40 +0000 (-0600) Subject: rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures X-Git-Tag: v3.2.14~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de886abb2cdce855f6badbd4d77f100df62499a7;p=pandora-kernel.git rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures commit 76a92be537f1c8c259e393632301446257ca3ea9 upstream. In https://bugzilla.redhat.com/show_bug.cgi?id=771656, a kernel bug was triggered due to a failed skb allocation that was not checked. This event lead to an audit of all memory allocations in the complete rtlwifi family of drivers. This patch fixes the rest. Signed-off-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed