Hi guys,
turned out that userspace can also merge dma_fence_chain contains which can result in really huge arrays.
Fix those merges to sort the arrays and remove the duplicates. Additional to that start to use kvzalloc() for dma_fence_array containers so that can handle much larger arrays if necessary.
Please review and comment, Christian.