git: drm/linux: Do not sleep when not required in schedule_timeout()

2020-07-12 Thread Francois Tigeot
commit 50ce654e0ba4be1af3f0bf3baec8efbe9d7982fc Author: François Tigeot Date: Mon Jul 13 07:57:03 2020 +0200 drm/linux: Do not sleep when not required in schedule_timeout() Summary of changes: sys/dev/drm/include/linux/sched.h | 2 -- 1 file changed, 2 deletions(-) http://gitweb.drago

git: tftp(1): Fix building with -fno-common

2020-07-12 Thread Sascha Wildner
commit d21d3ae52e878bee7770f8c26d7958e389b3db69 Author: Krzysztof Piecuch Date: Sat Jul 11 17:40:22 2020 + tftp(1): Fix building with -fno-common -fno-common will be default in future compilers (GCC 10, for example). Summary of changes: usr.bin/tftp/main.c | 2 +- 1 file ch

git: fsck(8), fsdb(8): Fix building with -fno-common

2020-07-12 Thread Sascha Wildner
commit 7319acd8bfde65d43d79eda128836e175df0177c Author: Krzysztof Piecuch Date: Fri Jul 10 22:58:31 2020 + fsck(8), fsdb(8): Fix building with -fno-common -fno-common will be default in future compilers (GCC 10, for example). Summary of changes: sbin/fsck/dir.c | 3

git: drm/linux: break from wait_event_xxx() loops sooner

2020-07-12 Thread Francois Tigeot
commit 8440b9cda9cfda78a73f35706e67e30f448e2587 Author: François Tigeot Date: Sun Jul 12 09:57:59 2020 +0200 drm/linux: break from wait_event_xxx() loops sooner Summary of changes: sys/dev/drm/include/linux/wait.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http://gitweb.

git: drm/linux: Implement module_param() directives

2020-07-12 Thread Francois Tigeot
commit 040b675479d5bacef62d0e32dc35ddb07fe91574 Author: François Tigeot Date: Sun Jul 12 09:30:37 2020 +0200 drm/linux: Implement module_param() directives * Properly define KBUILD_MODNAME where required * Rewrite linux/moduleparam.h, Automatically generate suitable

git: drm/linux: Fix lost wakeup event issues with wait_event_xxx() routines

2020-07-12 Thread Francois Tigeot
commit 2e29c338340fd96f2ac16aacc3f50851df20444c Author: François Tigeot Date: Sun Jul 12 09:52:15 2020 +0200 drm/linux: Fix lost wakeup event issues with wait_event_xxx() routines Submitted-by: Matthew Dillon Summary of changes: sys/dev/drm/include/linux/wait.h | 18 +