Re: [PATCH v2] i2c: i801: Clamp adapter timeout to prevent system lockup
Mingyu Wang <[email protected]> Sat, 25 Jul 2026 09:16:13 +0800
| Newsgroups | org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
Hi Andi, Thanks for the review. I agree with your points. Silently clamping the timeout violates the userspace API expectations, and adding arbitrary limits to restrict a privileged user is indeed not the right approach. I will drop this patch and handle the timeout constraints locally in my testing environment. Thanks for your time. Best regards, Mingyu Wang