In the Linux kernel, the following vulnerability has been resolved: mptcp: fix scheduling with atomic in timestamp sockopt Using lock_sock_fast() (atomic context) around sock_set_timestamp() and sock_set_timestamping() is unsafe, as both helpers can sleep. Replace lock_sock_fast() with sleepable lock_sock()/release_sock() to avoid scheduling while atomic panic.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | 12.0.1-12.0.3 |
| Linux | Linux | 12.1.0-12.4.0 |
| Linux | Linux | V200R003C50SPC700 |
| Linux | Linux | n/a |