syslog-4_2.zip (836.6 KB)
The platform we use is ORIN NX 16G jetpack 5.1.1
I encountered a problem while using the rtw8852be wireless network card. The kernel printed out a BUG, and the location is shown in the image below. After analyzing the code, it seems that a process scheduling occurred within the soft interrupt context of the net_rx_action
handler, which is not allowed by the kernel. From the function call stack, the issue arose during the decryption of the 802.11 frame, and the decryption algorithm implementation is provided by NVIDIA. Therefore, I would like to ask if there is a corresponding patch to resolve this issue.
Hi,
We would suggest upgrade to later Jetpack 5.1.4 or 6.1 and try. Some issues are discovered and fixed in later releases.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.