| Summary | In the Linux kernel, the following vulnerability has been resolved: counter: rz-mtu3-cnt: do not use struct rz_mtu3_channel's dev member The counter driver can use HW channels 1 and 2, while the PWM driver can The dev member is assigned both by the counter driver and the PWM driver The sub-drivers race to assign their own struct device pointer to the The dev member of struct rz_mtu3_channel is used by the counter Depending on the probe order of the counter and PWM sub-drivers, the To fix this, use the parent pointer of the counter, which is assigned |
|---|---|
| Publication Date | May 2, 2026, 12:16 a.m. |
| Registration Date | May 2, 2026, 4:07 a.m. |
| Last Update | May 2, 2026, 12:24 a.m. |