summaryrefslogtreecommitdiff
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorArmin Wolf <W_Armin@gmx.de>2024-01-30 23:19:42 +0100
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2024-02-06 11:53:20 +0200
commit6468e64ee380514b331ccb743fa491b23cd8b4dd (patch)
treebe4e657b84dfa1a21a8a73cbda5ef9977cc65a99 /scripts/decode_stacktrace.sh
parent682c259a849610c7864cc75d52415c782c78653a (diff)
downloadkernel-6468e64ee380514b331ccb743fa491b23cd8b4dd.tar.gz
platform/x86: wmi: Stop using ACPI device class
When an ACPI netlink event is received by acpid, the ACPI device class is passed as its first argument. But since the class string is not initialized during probe, an empty string is being passed: netlink: PNP0C14:01 000000d0 00000000 Fix this by passing a static string instead. Tested on a Dell Inspiron 3505. Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://lore.kernel.org/r/20240130221942.2770-1-W_Armin@gmx.de Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
/i2c/busses?h=linux-6.12.y&id=0abae7dc42f2189a97a1f751e2a44d7b8e5d588d'>i2c: designware: Fix an error handling path in i2c_dw_pci_probe()Christophe JAILLET 2025-05-29i2c: designware: Use temporary variable for struct deviceAndy Shevchenko 2025-05-09i2c: imx-lpi2c: Fix clock count when probe defersClark Wang 2025-04-25i2c: cros-ec-tunnel: defer probe if parent EC is not presentThadeu Lima de Souza Cascardo 2025-03-28i2c: omap: fix IRQ stormsAndreas Kemnade 2025-03-22i2c: sis630: Fix an error handling path in sis630_probe()Christophe JAILLET 2025-03-22i2c: ali15x3: Fix an error handling path in ali15x3_probe()Christophe JAILLET 2025-03-22i2c: ali1535: Fix an error handling path in ali1535_probe()Christophe JAILLET 2025-03-07i2c: ls2x: Fix frequency division register accessBinbin Zhou 2025-03-07i2c: npcm: disable interrupt enable bit before devm_request_irqTyrone Ting 2025-02-08i2c: designware: Actually make use of the I2C_DW_COMMON and I2C_DW symbol nam...Uwe Kleine-König 2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada 2025-01-23i2c: rcar: fix NACK handling when being a targetWolfram Sang