Comment 12 for bug 1755073

Revision history for this message
Jan Glauber (jan-glauber-i) wrote :

This is a regression caused by CONFIG_VMAP_STACK. The driver uses __pa (phys_to_virt)
on a stack address which does not work with virtual mapped stacks.

To solve this upstream will require a bit more work, I'm attaching a minimal patch
to work-around by using kmalloc for the problematic allocation.