git: drm/linux: Fix complete() and complete_all()
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sun Jul 26 01:59:03 PDT 2020
commit 647fa573e82854134df56ed437868bbcb98ecc9e
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Sun Jul 26 10:35:50 2020 +0200
drm/linux: Fix complete() and complete_all()
Completion counters are supposed to be bounded by UINT_MAX.
Summary of changes:
sys/dev/drm/include/linux/completion.h | 7 ++++---
sys/dev/drm/include/linux/kernel.h | 2 ++
2 files changed, 6 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/647fa573e82854134df56ed437868bbcb98ecc9e
--
DragonFly BSD source repository
More information about the Commits
mailing list