aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorPhilipp Stanner <phasta@kernel.org>2025-04-17 10:13:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-25 13:42:35 +0200
commit92557dea58f7e451185b4ef0a582cf46221fe4ed (patch)
tree7241d42b1355bad53b43d901068ee47b5e55b70b /tools/perf/scripts/python/netdev-times.py
parentserial: 8250_of: manage bus clock in suspend/resume (diff)
downloadlinux-92557dea58f7e451185b4ef0a582cf46221fe4ed.tar.gz
linux-92557dea58f7e451185b4ef0a582cf46221fe4ed.zip
mxser: Use non-hybrid PCI devres API
mxser enables its PCI device with pcim_enable_device(). This, implicitly, switches the function pci_request_region() into managed mode, where it becomes a devres function. The PCI subsystem wants to remove this hybrid nature from its interfaces. To do so, users of the aforementioned combination of functions must be ported to non-hybrid functions. Replace the call to sometimes-managed pci_request_region() with one to the always-managed pcim_request_region(). Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://lore.kernel.org/r/20250417081333.20917-2-phasta@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
via UDP rulesKurt Kanzenbach1-4/+60 2021-12-14net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach1-1/+1 2021-12-14net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach1-0/+14 2021-12-14net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach1-2/+5 2021-12-14net: dev_replace_track() cleanupEric Dumazet1-6/+4 2021-12-14net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet1-1/+12 2021-12-14mptcp: adjust to use netns refcount trackerEric Dumazet1-1/+1 2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1 2021-12-14ibmvnic: remove unused definesDany Madden1-2/+0 2021-12-14ibmvnic: Update driver return codesDany Madden1-30/+34 2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller1-2/+3 2021-12-14pktgen: use min() to make code cleanerChangcheng Deng1-3/+2 2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean6-113/+109 2021-12-14net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean2-9/+10 2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean1-1/+1 2021-12-14bareudp: Add extack support to bareudp_configure()Guillaume Nault1-4/+9 2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski1-2/+4 2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1 2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21 2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu40-144/+16 2021-12-13net: mtk_eth: add COMPILE_TEST supportLorenzo Bianconi1-1/+2 2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5 2021-12-13mt76: remove variable set but not usedYang Li1-2/+1 2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3 2021-12-13net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger1-2/+2 2021-12-13net: lan966x: Fix the configuration of the pcsHoratiu Vultur1-6/+0 2021-12-13selftests/net: expand gro with two machine testWillem de Bruijn1-14/+24 2021-12-13net: vertexcom: Add MSE102x SPI supportStefan Wahren5-0/+802