You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing VDMA with your driver code on petalinux-v2021.2, the Linux version of which is 5.10.0. When calling axidma_video_transfer, the kernel is always corrupted, and the error message shows
Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: axidma_prep_trasfer + 0x2b8/0x308.
Via debugging with printk, the corruption is actually happened in the function of dmaengine_prep_interleaved_dma. I don't know how to track the further reason for the corruption, does anybody know the solution?
By the way, DMA works very well.
The text was updated successfully, but these errors were encountered:
Hi,
I am testing VDMA with your driver code on petalinux-v2021.2, the Linux version of which is 5.10.0. When calling axidma_video_transfer, the kernel is always corrupted, and the error message shows
Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: axidma_prep_trasfer + 0x2b8/0x308.
Via debugging with printk, the corruption is actually happened in the function of dmaengine_prep_interleaved_dma. I don't know how to track the further reason for the corruption, does anybody know the solution?
By the way, DMA works very well.
The text was updated successfully, but these errors were encountered: