mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
82efbd5e6f
Summary: - During testing iperf -s with lc823450-xgevk:rndis, I noticed that hard fault happens - Finally, I found that group_kill_children() is not not protected by a critical section - This commit fixes this issue Impact: - SMP only Testing: - Tested with iperf with the following configurations - lc823450-xgevk:rndis, spresense:rndis_smp - Tested with ostest with the following configurations - lc823450-xgevk:rndis, esp32-devkitc:smp (QEMU) - sabre-6quad:smp (QEMU), maix-bit:smp (QEMU) - spresense:rndis_smp, sim:smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>