mbox series

[SRU,O,0/1] Dell Alienware sysytem reports errors of dell_wmi_sysman and dell_smbios in demsg

Message ID 20241017131917.207319-1-en-wei.wu@canonical.com
Headers show
Series Dell Alienware sysytem reports errors of dell_wmi_sysman and dell_smbios in demsg | expand

Message

En-Wei Wu Oct. 17, 2024, 1:19 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2084808

[Impact]
A Dell Alienware system reports some error messages in dmesg after booting up:
1. dell_wmi_sysman: Unable to run on non-Dell system
2. dell_smbios: Unable to run on non-Dell system

[Fix]
Applying the following patch from linux-next fixes the issue:
a561509b4187 platform/x86: dell-sysman: add support for alienware products

[Test Plan]
1. Boot to Ubuntu OS
2. Launch $ sudo dmesg
3. Check if the error messages are gone

[Where problems could occur]
May cause regression

Crag Wang (1):
  platform/x86: dell-sysman: add support for alienware products

 drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 1 +
 1 file changed, 1 insertion(+)

Comments

ivanhu Oct. 18, 2024, 2:26 a.m. UTC | #1
Acked-by: Ivan Hu <ivan.hu@canonical.com>

On 2024/10/17 21:19, En-Wei Wu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2084808
> 
> [Impact]
> A Dell Alienware system reports some error messages in dmesg after booting up:
> 1. dell_wmi_sysman: Unable to run on non-Dell system
> 2. dell_smbios: Unable to run on non-Dell system
> 
> [Fix]
> Applying the following patch from linux-next fixes the issue:
> a561509b4187 platform/x86: dell-sysman: add support for alienware products
> 
> [Test Plan]
> 1. Boot to Ubuntu OS
> 2. Launch $ sudo dmesg
> 3. Check if the error messages are gone
> 
> [Where problems could occur]
> May cause regression
> 
> Crag Wang (1):
>    platform/x86: dell-sysman: add support for alienware products
> 
>   drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 1 +
>   1 file changed, 1 insertion(+)
>
Guoqing Jiang Oct. 18, 2024, 2:33 a.m. UTC | #2
On 10/17/24 21:19, En-Wei Wu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2084808
>
> [Impact]
> A Dell Alienware system reports some error messages in dmesg after booting up:
> 1. dell_wmi_sysman: Unable to run on non-Dell system
> 2. dell_smbios: Unable to run on non-Dell system
>
> [Fix]
> Applying the following patch from linux-next fixes the issue:
> a561509b4187 platform/x86: dell-sysman: add support for alienware products

Seems the commit has been merged since 6.12-rc2.
Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com>

Thanks,
Guoqing

> [Test Plan]
> 1. Boot to Ubuntu OS
> 2. Launch $ sudo dmesg
> 3. Check if the error messages are gone
>
> [Where problems could occur]
> May cause regression
>
> Crag Wang (1):
>    platform/x86: dell-sysman: add support for alienware products
>
>   drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 1 +
>   1 file changed, 1 insertion(+)
>
Roxana Nicolescu Oct. 18, 2024, 2:13 p.m. UTC | #3
On 17/10/2024 15:19, En-Wei Wu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2084808
>
> [Impact]
> A Dell Alienware system reports some error messages in dmesg after booting up:
> 1. dell_wmi_sysman: Unable to run on non-Dell system
> 2. dell_smbios: Unable to run on non-Dell system
>
> [Fix]
> Applying the following patch from linux-next fixes the issue:
> a561509b4187 platform/x86: dell-sysman: add support for alienware products
>
> [Test Plan]
> 1. Boot to Ubuntu OS
> 2. Launch $ sudo dmesg
> 3. Check if the error messages are gone
>
> [Where problems could occur]
> May cause regression
>
> Crag Wang (1):
>    platform/x86: dell-sysman: add support for alienware products
>
>   drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 1 +
>   1 file changed, 1 insertion(+)
>
Applied to oracular:linux master-next branch. Thanks!