Revision 4eee6a3a04e8bb53fbe7de0f64d0524d3fbe3f80 authored by Phil Sutter on 26 March 2012, 09:01:30 UTC, committed by David S. Miller on 28 March 2012, 02:30:09 UTC
This happened on a machine with a custom hotplug script calling nameif,
probably due to slow firmware loading. At the time nameif uses ethtool
to gather interface information, i2400m->fw_name is zero and so a null
pointer dereference occurs from within i2400m_get_drvinfo().

Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7dd30d4
History
File Mode Size
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 618 bytes
acl.c -rw-r--r-- 5.7 KB
async-thread.c -rw-r--r-- 17.8 KB
async-thread.h -rw-r--r-- 3.8 KB
backref.c -rw-r--r-- 36.1 KB
backref.h -rw-r--r-- 2.3 KB
btrfs_inode.h -rw-r--r-- 5.4 KB
check-integrity.c -rw-r--r-- 93.4 KB
check-integrity.h -rw-r--r-- 1.2 KB
compat.h -rw-r--r-- 162 bytes
compression.c -rw-r--r-- 26.5 KB
compression.h -rw-r--r-- 2.8 KB
ctree.c -rw-r--r-- 111.0 KB
ctree.h -rw-r--r-- 96.2 KB
delayed-inode.c -rw-r--r-- 48.8 KB
delayed-inode.h -rw-r--r-- 4.3 KB
delayed-ref.c -rw-r--r-- 20.3 KB
delayed-ref.h -rw-r--r-- 8.0 KB
dir-item.c -rw-r--r-- 11.6 KB
disk-io.c -rw-r--r-- 97.5 KB
disk-io.h -rw-r--r-- 4.1 KB
export.c -rw-r--r-- 7.8 KB
export.h -rw-r--r-- 301 bytes
extent-tree.c -rw-r--r-- 211.5 KB
extent_io.c -rw-r--r-- 109.2 KB
extent_io.h -rw-r--r-- 11.8 KB
extent_map.c -rw-r--r-- 8.7 KB
extent_map.h -rw-r--r-- 1.8 KB
file-item.c -rw-r--r-- 22.4 KB
file.c -rw-r--r-- 47.6 KB
free-space-cache.c -rw-r--r-- 72.2 KB
free-space-cache.h -rw-r--r-- 4.1 KB
hash.h -rw-r--r-- 878 bytes
inode-item.c -rw-r--r-- 6.3 KB
inode-map.c -rw-r--r-- 14.1 KB
inode-map.h -rw-r--r-- 455 bytes
inode.c -rw-r--r-- 197.8 KB
ioctl.c -rw-r--r-- 78.9 KB
ioctl.h -rw-r--r-- 10.1 KB
locking.c -rw-r--r-- 6.9 KB
locking.h -rw-r--r-- 2.1 KB
lzo.c -rw-r--r-- 9.8 KB
ordered-data.c -rw-r--r-- 25.8 KB
ordered-data.h -rw-r--r-- 5.6 KB
orphan.c -rw-r--r-- 2.1 KB
print-tree.c -rw-r--r-- 10.8 KB
print-tree.h -rw-r--r-- 906 bytes
reada.c -rw-r--r-- 23.1 KB
relocation.c -rw-r--r-- 103.1 KB
root-tree.c -rw-r--r-- 10.7 KB
scrub.c -rw-r--r-- 44.3 KB
struct-funcs.c -rw-r--r-- 3.6 KB
super.c -rw-r--r-- 35.8 KB
sysfs.c -rw-r--r-- 1.2 KB
transaction.c -rw-r--r-- 36.5 KB
transaction.h -rw-r--r-- 4.1 KB
tree-defrag.c -rw-r--r-- 3.5 KB
tree-log.c -rw-r--r-- 86.0 KB
tree-log.h -rw-r--r-- 2.1 KB
ulist.c -rw-r--r-- 5.8 KB
ulist.h -rw-r--r-- 1.7 KB
version.h -rw-r--r-- 95 bytes
volumes.c -rw-r--r-- 112.4 KB
volumes.h -rw-r--r-- 7.6 KB
xattr.c -rw-r--r-- 10.8 KB
xattr.h -rw-r--r-- 1.7 KB
zlib.c -rw-r--r-- 10.3 KB

back to top