[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2019-12-17 Thread Christian Ehrhardt 
Yep, agreeing tho You-Sheng. People are seeing this when e.g. using lm-sensores as it will trigger the hwmon interfaces which have plenty of these old calls. Here an example list: Documentation/hwmon/hwmon-kernel-api.rst:27: hwmon_device_register_with_groups(struct device *dev, const char

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2019-12-01 Thread You-Sheng Yang
Harmless. There are still 40+ drivers using this API in current mainline kernel v5.4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760273 Title: kernel: (NULL device *): hwmon_device_register()

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2019-12-01 Thread Yovan
Is this bug harmless? This bug still exists. My system ubuntu uname -a: Linux vanoy 4.15.0-70-generic #79-Ubuntu SMP Tue Nov 12 10:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-04 Thread dino99
kernel 4.15.0-15 kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-03 Thread dino99
#5 comment addon Greping like in #7 the vanilla 4.16 kernel also expose: EXPORT_SYMBOL_GPL vmlinux 0xhwmon_device_register but greping journalctl does not show that warning; maybe it is simply silenced. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-03 Thread dino99
oem@ubuntu:/boot$ sudo grep hwmon_device_register abi-4.15.0-14-generic EXPORT_SYMBOL_GPL vmlinux 0xdevm_hwmon_device_register_with_groups EXPORT_SYMBOL_GPL vmlinux 0xdevm_hwmon_device_register_with_info EXPORT_SYMBOL_GPL vmlinux 0xhwmon_device_register #

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-03 Thread dino99
Test with 4.15.0-14-generic kernel oem@ubuntu:~$ journalctl -b | grep hwmon_device_register Apr 03 16:22:25 ubuntu kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). -- You received this bug notification because

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-03 Thread dino99
** No longer affects: lm-sensors (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760273 Title: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-03 Thread dino99
Have tested the 4.16 vanilla kernel; and the hwmon warning is gone now. ** Tags added: kernel-bug-fixed-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760273 Title: kernel: (NULL device

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-02 Thread dino99
Still exist in Bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760273 Title: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-04-02 Thread Joseph Salisbury
Do you happen to know if this bug also exists in Bionic? ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1760273] Re: kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info()

2018-03-31 Thread dino99
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760273 Title: kernel: (NULL device *): hwmon_device_register() is deprecated.