Guenter Roeck
fe87b8dc67
hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zero
...
Sashiko reports:
In the aspeed-g6-pwm-tacho driver, the aspeed_tach_val_to_rpm() function
calculates the fan RPM using the tachometer value. However, it does not
check if the tachometer value is zero before performing the division.
If the hardware reports a tachometer value of 0 (which can happen due to
an extremely fast pulse, a stuck edge, or a hardware glitch), the
calculated tach_div evaluates to 0. The subsequent call to do_div() with
tach_div as the divisor triggers a divide-by-zero exception, leading to
a kernel panic.
Check the divisor against zero to fix the problem.
Fixes: 7e1449cd15 ("hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach")
Cc: Billy Tsai <billy_tsai@aspeedtech.com >
Reported-by: Sashiko <sashiko-bot@kernel.org >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2026-06-29 16:37:43 -07:00
..
2026-06-29 08:40:26 -07:00
2026-03-24 07:55:34 -07:00
2026-06-29 16:25:27 -07:00
2024-11-10 14:48:07 -08:00
2024-11-10 14:48:07 -08:00
2026-05-12 11:32:25 -07:00
2025-03-02 08:42:01 -08:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2022-02-09 13:00:45 +00:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:57 -07:00
2025-10-17 07:18:06 -07:00
2022-09-25 14:22:12 -07:00
2024-10-02 17:23:23 -04:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:00 -07:00
2026-06-09 08:23:18 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:09 -07:00
2026-06-09 08:22:59 -07:00
2026-06-16 08:10:21 +05:30
2026-06-09 08:22:57 -07:00
2025-10-17 07:18:15 -07:00
2026-06-09 08:22:59 -07:00
2023-08-21 06:04:29 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-29 16:37:43 -07:00
2026-06-03 09:12:53 +02:00
2026-06-29 08:51:59 -07:00
2025-10-17 07:18:15 -07:00
2023-09-29 14:48:31 -07:00
2026-06-09 08:23:18 -07:00
2026-06-09 08:22:59 -07:00
2026-03-17 20:30:57 +01:00
2025-10-19 18:56:14 -07:00
2026-06-09 08:22:59 -07:00
2026-06-16 08:10:21 +05:30
2025-11-13 12:23:26 -08:00
2026-04-30 11:20:24 -07:00
2026-06-16 08:10:21 +05:30
2024-11-10 14:48:07 -08:00
2026-06-23 08:31:33 -07:00
2026-06-09 08:22:59 -07:00
2026-05-22 21:49:05 -04:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-10 12:49:57 -07:00
2026-06-09 08:22:59 -07:00
2026-06-16 08:10:21 +05:30
2024-11-10 14:48:07 -08:00
2026-01-31 07:38:32 -08:00
2026-06-09 08:22:59 -07:00
2026-05-06 14:29:59 +02:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2024-10-02 17:23:23 -04:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-10 22:07:17 -07:00
2026-06-03 09:12:53 +02:00
2025-07-20 16:37:09 -07:00
2023-08-21 06:04:29 -07:00
2026-06-09 08:22:59 -07:00
2025-02-24 13:19:12 +02:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2025-05-02 10:23:47 +02:00
2026-06-16 08:10:21 +05:30
2026-02-21 17:09:51 -08:00
2025-10-17 07:18:15 -07:00
2026-02-21 17:09:51 -08:00
2026-02-21 20:03:00 -08:00
2023-09-29 14:48:31 -07:00
2024-07-19 15:55:08 -07:00
2026-06-09 08:23:00 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 13:48:19 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:57 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:09 -07:00
2026-06-09 08:22:59 -07:00
2026-05-06 14:29:59 +02:00
2026-05-06 14:29:59 +02:00
2025-04-23 07:18:27 -07:00
2026-06-29 13:39:06 -07:00
2025-05-12 18:05:54 -07:00
2023-08-21 06:04:29 -07:00
2026-03-30 19:45:05 -07:00
2026-05-21 06:48:19 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:09 -07:00
2024-06-08 16:07:32 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:00 -07:00
2022-07-13 08:38:19 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:00 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2025-10-17 07:18:10 -07:00
2026-06-09 08:22:59 -07:00
2025-10-17 07:18:02 -07:00
2026-06-09 08:22:59 -07:00
2022-09-25 14:22:12 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-03-30 19:45:05 -07:00
2026-06-09 08:28:55 -07:00
2023-08-21 06:04:29 -07:00
2026-02-22 15:48:30 -08:00
2026-06-22 12:09:47 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:17 -07:00
2023-05-26 13:33:05 +02:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-16 08:10:21 +05:30
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-03-30 19:45:05 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2025-04-23 07:21:15 -07:00
2025-07-24 09:20:39 +02:00
2026-06-09 08:22:59 -07:00
2024-11-10 14:48:07 -08:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:41 -07:00
2026-06-03 09:12:45 +02:00
2025-10-17 05:59:12 -07:00
2026-06-09 08:23:09 -07:00
2025-09-16 14:41:57 +01:00
2026-02-07 09:33:00 -08:00
2026-06-09 08:22:59 -07:00
2026-03-30 19:45:06 -07:00
2024-06-11 07:25:13 -07:00
2026-01-31 07:38:32 -08:00
2026-06-09 08:23:00 -07:00
2026-06-09 08:22:59 -07:00
2026-06-03 09:12:53 +02:00
2026-06-09 08:22:57 -07:00
2026-06-09 08:23:17 -07:00
2024-11-10 14:48:06 -08:00
2024-10-02 17:23:23 -04:00
2025-09-07 16:35:18 -07:00
2024-11-10 14:48:07 -08:00
2024-11-10 14:48:07 -08:00
2026-06-09 08:22:59 -07:00
2026-04-10 08:33:08 -07:00
2026-06-09 08:22:59 -07:00
2026-05-21 16:48:41 +02:00
2026-06-09 08:22:59 -07:00
2026-06-03 09:12:53 +02:00
2026-06-03 09:12:53 +02:00
2026-06-09 08:23:05 -07:00
2026-06-09 08:22:59 -07:00
2026-02-21 17:09:51 -08:00
2024-08-27 08:10:23 -07:00
2024-02-25 12:37:36 -08:00
2024-11-10 14:48:07 -08:00
2025-10-15 11:04:40 -07:00
2023-08-21 06:04:29 -07:00
2025-10-17 07:18:10 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:23:17 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2024-11-10 14:48:07 -08:00
2024-11-10 14:48:06 -08:00
2023-04-19 07:08:38 -07:00
2021-10-12 07:22:41 -07:00
2024-11-10 14:48:07 -08:00
2026-06-09 08:22:59 -07:00
2023-04-19 07:08:38 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2024-11-10 14:48:06 -08:00
2024-08-27 08:10:23 -07:00
2025-11-26 09:03:15 -08:00
2026-06-09 08:22:59 -07:00
2026-06-16 08:10:21 +05:30
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-13 05:53:18 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2025-02-02 17:34:06 -08:00
2026-06-09 08:22:59 -07:00
2024-11-10 14:48:07 -08:00
2024-08-27 08:10:11 -07:00
2024-11-10 14:48:07 -08:00
2026-06-08 10:01:49 +02:00
2025-11-21 07:50:18 -08:00
2025-11-24 11:47:45 -08:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2025-07-20 16:38:34 -07:00
2026-06-29 13:36:48 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-09 08:22:59 -07:00
2026-06-29 13:36:43 -07:00
2026-06-09 08:22:59 -07:00
2025-04-23 07:18:27 -07:00
2026-04-03 11:09:09 -07:00