summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorSteve Glendinning <steve.glendinning@smsc.com>2009-11-29 23:14:45 -0800
committerDavid S. Miller <davem@davemloft.net>2009-11-29 23:14:45 -0800
commit6c53b1b15e222244358d3cbbefd2a13920faa352 (patch)
tree365c523513c54ab2b4eed1ca710fa007b8f84cce /tools/perf/scripts/python/export-to-postgresql.py
parentcc098dc705895f6b0109b7e8e026ac2b8ae1c0a1 (diff)
downloadkernel-6c53b1b15e222244358d3cbbefd2a13920faa352.tar.gz
smsc9420: prevent BUG() if ethtool is called with interface down
This patch fixes a null pointer dereference BUG() if ethtool is used on an smsc9420 interface while it is down, because the phy_dev is only allocated while the interface is up. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
8 +0200'>2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol 2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook 2021-08-19can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msgVincent Mailhol 2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol 2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol 2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol 2021-07-25can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol 2021-07-25can: etas_es58x: use error pointer during device probingVincent Mailhol 2021-07-25can: etas_es58x: fix three typos in author name and documentationVincent Mailhol 2021-04-24can: etas_es58x: Fix a couple of spelling mistakesColin Ian King 2021-04-24can: etas_es58x: Fix missing null check on netdev pointerColin Ian King 2021-04-14can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol 2021-04-13can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfacesVincent Mailhol 2021-04-13can: etas_es58x: add support for ETAS ES581.4 CAN USB interfaceVincent Mailhol 2021-04-13can: etas_es58x: add core support for ETAS ES58X CAN USB interfacesVincent Mailhol