summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorSergey Matyukevich <sergey.matyukevich.os@quantenna.com>2020-02-03 10:56:50 +0000
committerJohannes Berg <johannes.berg@intel.com>2020-02-07 12:53:26 +0100
commitbfb7bac3a8f47100ebe7961bd14e924c96e21ca7 (patch)
tree7f2ff88f27bab2bcf1ce004f4028ec3388bc35df /tools/perf/scripts/python/bin/stackcollapse-report
parenta04564c99bb4a92f805a58e56b2d22cc4978f152 (diff)
downloadkernel-bfb7bac3a8f47100ebe7961bd14e924c96e21ca7.tar.gz
cfg80211: check wiphy driver existence for drvinfo report
When preparing ethtool drvinfo, check if wiphy driver is defined before dereferencing it. Driver may not exist, e.g. if wiphy is attached to a virtual platform device. Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> Link: https://lore.kernel.org/r/20200203105644.28875-1-sergey.matyukevich.os@quantenna.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
): Handle kstrdup and match_strdup failure. N...Jim Meyering 2008-05-149p: Documentation updatesEric Van Hensbergen 2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster 2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro 2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox 2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells 2008-02-069p: transport API reorganizationEric Van Hensbergen 2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen 2008-02-069p: add support for sticky bitAnthony Liguori 2008-02-069p: fix bug in attach-per-userEric Van Hensbergen 2007-11-069p: use copy of the options value instead of originalLatchesar Ionkov 2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov 2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov 2007-10-239p: fix memleak in fs/9p/v9fs.cAdrian Bunk 2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen 2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen 2007-10-179p: attach-per-userLatchesar Ionkov 2007-10-179p: rename uid and gid parametersLatchesar Ionkov 2007-10-179p: define session flagsLatchesar Ionkov 2007-10-179p: Make transports dynamicEric Van Hensbergen 2007-10-099PFS: clean up explicit check for mandatory locksPavel Emelyanov