commit | 542bb9788a1f485eb1a2229178f665d8ea166156 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Sun Jun 03 16:40:56 2018 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 31 08:03:47 2018 +1000 |
tree | bec9be24dc98a0b331e1f00e436e05f515addb91 | |
parent | 8456b99c16d193c4c3b7df305cf431e027f0189c [diff] |
udl-kms: handle allocation failure Allocations larger than PAGE_ALLOC_COSTLY_ORDER are unreliable and they may fail anytime. This patch fixes the udl kms driver so that when a large alloactions fails, it tries to do multiple smaller allocations. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>