SDK:ti-processor-sdk-linux-am437x-evm-07.03.00.005
Kernel:5.4.106
I use the SPI bus to connect to other devices, SPI for host mode,Tx and Rx both Use DMA mode.
I find that the SPI thread state becomes D when running for some time.
the SPI thread PID is 47
cat /proc/47/wchan ,return show :omap2_mcspi_tranfer_one
then i find omap2_mcspi_txrx_dma() use completion,and set it to TASK_UNINTERRUPTIBLE,
when i use kernel 4.19.94(last SDK),Without this issue.