yangsong8
6a38c37702
pty: use mutex to protect alloc minor
...
If failed in pty_register2, it is possible to enter unregister_driver
function, which eventually calls ptmx_minor_free, resulting in mutex
conflict.
Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2024-08-25 22:16:53 +08:00
..
2024-04-26 18:42:35 -03:00
2024-04-26 18:42:35 -03:00
2024-08-03 10:31:36 +08:00
2024-04-26 18:42:35 -03:00
2024-06-03 21:18:44 +08:00
2024-04-26 18:42:35 -03:00
2024-08-25 22:16:53 +08:00
2024-08-25 19:22:15 +08:00
2024-04-26 18:42:35 -03:00
2023-09-19 09:41:07 +08:00
2024-06-24 23:51:43 +08:00
2023-04-29 13:48:52 +08:00
2024-08-25 19:22:15 +08:00
2024-08-03 10:31:36 +08:00
2023-11-21 09:07:17 +01:00
2023-11-21 09:07:17 +01:00
2024-06-03 21:18:44 +08:00
2023-09-19 09:41:07 +08:00
2024-08-22 09:23:12 -03:00