summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-12-13 00:46:15 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-12-21 12:42:10 +0900
commit9435dc77a33fa20afec7cd35ceaae5f7f42dbbe2 (patch)
tree5accec61e47581deaf44034f77d5be31e5eccf29 /tools/perf/scripts/python/bin/stackcollapse-report
parent54956567a055345d17438f08c895c68aff3f4cf2 (diff)
downloadkernel-9435dc77a33fa20afec7cd35ceaae5f7f42dbbe2.tar.gz
modpost: distinguish same module paths from different dump files
Since commit 13b25489b6f8 ("kbuild: change working directory to external module directory with M="), module paths are always relative to the top of the external module tree. The module paths recorded in Module.symvers are no longer globally unique when they are passed via KBUILD_EXTRA_SYMBOLS for building other external modules, which may result in false-positive "exported twice" errors. Such errors should not occur because external modules should be able to override in-tree modules. To address this, record the dump file path in struct module and check it when searching for a module. Fixes: 13b25489b6f8 ("kbuild: change working directory to external module directory with M=") Reported-by: Jon Hunter <jonathanh@nvidia.com> Closes: https://lore.kernel.org/all/eb21a546-a19c-40df-b821-bbba80f19a3d@nvidia.com/ Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Jon Hunter <jonathanh@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
mory leak on usb_submit_urb() failureDeepakkumar Karn 2025-11-13net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixupQendrim Maxhuni 2025-11-13usbnet: Prevents free active keventLizhi Xu 2025-11-13net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin 2025-10-29net: usb: rtl8150: Fix frame paddingMichal Pecio 2025-10-23net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath 2025-10-23net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel 2025-10-23r8152: add error handling in rtl8152_driver_initYi Cong 2025-10-15net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel 2025-10-15net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicastI Viswanath 2025-09-19Revert "net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime...Paolo Abeni 2025-09-19net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime PM wakeupsOleksij Rempel 2025-09-09net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio compositionFabio Porcedda 2025-09-09net: usb: qmi_wwan: fix Telit Cinterion FE990A nameFabio Porcedda 2025-09-09net: usb: qmi_wwan: fix Telit Cinterion FN990A nameFabio Porcedda 2025-09-09cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWANLubomir Rintel 2025-09-04net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new compositionsFabio Porcedda 2025-08-28net: usb: asix_devices: Fix PHY address mask in MDIO bus initializationYuichiro Tsuji 2025-08-20net: usb: cdc-ncm: check for filtering capabilityOliver Neukum 2025-08-20net: usb: asix_devices: add phy_mask for ax88772 mdio busXu Yang 2025-08-15net: usbnet: Fix the wrong netif_carrier_on() callAmmar Faizi 2025-08-15net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg 2025-07-24usb: net: sierra: check for no status endpointOliver Neukum 2025-07-17net: usb: qmi_wwan: add SIMCom 8230C compositionXiaowei Li 2025-07-10net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel