-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate mainline changes #79
base: master
Are you sure you want to change the base?
Conversation
…side of functions.
- Use long for sensor values. - Remove unrequired linux/hwmon-sysfs.h - Change code style in error status return. - Remove unuses wmi.buffer and fix type of source.
Original commit message: Smatch detects this array overflow: drivers/hwmon/asus_wmi_sensors.c:569 asus_wmi_configure_sensor_setup() error: buffer overflow 'hwmon_attributes' 8 <= 9 The hwmon_attributes[] array should have "hwmon_max" so that it gets larger when more attributes are added.
Crosshair VI Hero motherboard (non WiFi) sensor does not work with the version mainlined in kernel 5.17. The master version used in the AUR works with Crosshair VI Hero motherboard. The current master version refers to motherboard as "CROSSHAIR VI HERO" whereas the 5.17 mainlined version uses "ROG CROSSHAIR VI HERO".
|
CROSSHAIR VI HERO motherboard is incorrectly named as ROG CROSSHAIR VI HERO. Issue is found by github user in [1]. [1]: electrified/asus-wmi-sensors#79 Signed-off-by: Denis Pauk <[email protected]>
Hey @spiffeeroo, Denis has submitted a patch upstream to correct the issue: https://lkml.org/lkml/2022/4/3/295 Thanks for reporting. |
CROSSHAIR VI HERO motherboard is incorrectly named as ROG CROSSHAIR VI HERO. Issue is found by github user in [1]. [1]: electrified/asus-wmi-sensors#79 Signed-off-by: Denis Pauk <[email protected]>
Code is applied to hwmon tree. https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/log/?h=hwmon |
CROSSHAIR VI HERO motherboard is incorrectly named as ROG CROSSHAIR VI HERO. Issue is found by github user in [1]. [1]: electrified/asus-wmi-sensors#79 Signed-off-by: Denis Pauk <[email protected]>
No description provided.