summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorKurt Borja <kuurtb@gmail.com>2025-06-30 14:31:21 -0300
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2025-07-02 12:01:25 +0300
commit4f30f946f27b7f044cf8f3f1f353dee1dcd3517a (patch)
tree22bba3f6a91a3e515889ecbdb866ac1967a3b0eb /tools/perf/scripts/python/bin/task-analyzer-record
parent9110056fe10b0519529bdbbac37311a5037ea0c2 (diff)
downloadkernel-4f30f946f27b7f044cf8f3f1f353dee1dcd3517a.tar.gz
platform/x86: think-lmi: Fix sysfs group cleanup
Many error paths in tlmi_sysfs_init() lead to sysfs groups being removed when they were not even created. Fix this by letting the kobject core manage these groups through their kobj_type's defult_groups. Fixes: a40cd7ef22fb ("platform/x86: think-lmi: Add WMI interface support on Lenovo platforms") Cc: stable@vger.kernel.org Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Kurt Borja <kuurtb@gmail.com> Link: https://lore.kernel.org/r/20250630-lmi-fix-v3-3-ce4f81c9c481@gmail.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
ef='/distro/kernel/commit/drivers/net/ethernet/freescale/fman?id=c6b7b1b515080aaa1e1e72328c758478dc32d82a'>net: fman: Pass params directly to mac initSean Anderson 2022-09-05net: fman: Map the base address onceSean Anderson 2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson 2022-09-05net: fman: Inline several functions into initializationSean Anderson 2022-09-05net: fman: Mark mac methods staticSean Anderson 2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson 2022-08-26net: fman: memac: Uninitialized variable on error pathDan Carpenter 2022-08-19net: fman: memac: Use params instead of priv for max_speedSean Anderson 2022-08-19net: fman: Export/rename some common functionsSean Anderson 2022-08-19net: fman: Configure fixed link in memac_initializationSean Anderson 2022-08-19net: fman: Move struct dev to mac_deviceSean Anderson 2022-08-19net: fman: Store initialization function in match dataSean Anderson 2022-08-19net: fman: Get PCS node in per-mac initSean Anderson 2022-08-19net: fman: dtsec: Always gracefully stop/startSean Anderson 2022-08-19net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson 2022-08-19net: fman: Don't pass comm_mode to enable/disableSean Anderson 2022-08-19net: fman: Convert to SPDX identifiersSean Anderson 2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-01-06fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang 2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin 2021-12-27fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar 2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski 2021-07-20fsl/fman: Add fibre supportMaxim Kochetkov 2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle