git: drm/linux: Import the radix-tree code from FreeBSD

2020-07-11 Thread Francois Tigeot
commit a3a2f5cb36b8f30869020379d826d3a85b92c008 Author: François Tigeot Date: Sun Jul 12 07:20:52 2020 +0200 drm/linux: Import the radix-tree code from FreeBSD Summary of changes: sys/conf/files | 1 + sys/dev/drm/drm/Makefile | 1 + sys/dev/dr

git: libexec/dma: split body of mails not respecting RFC5322

2020-07-11 Thread Daniel Fojt
commit a5737f81fa9baa4777d6ea805689228151c76844 Author: Daniel Fojt Date: Sat Jul 11 19:43:00 2020 +0200 libexec/dma: split body of mails not respecting RFC5322 When receiving mails with body not respecting RFC5322 [1] (may happen with automatically generated mails, for examp

git: drm/linux: Fix an unlock without lock issue in dma_fence_default_wait()

2020-07-11 Thread Francois Tigeot
commit 95d4055452ede71d37a2769842d0b897b5deed64 Author: François Tigeot Date: Sat Jul 11 12:54:04 2020 +0200 drm/linux: Fix an unlock without lock issue in dma_fence_default_wait() Summary of changes: sys/dev/drm/linux_fence.c | 73 ++- 1 fil

git: drm/linux: fix races in the ww mutex code that can cause lockups

2020-07-11 Thread Francois Tigeot
commit 23d2c0d60e9927e9cfd2b1f452701df9618b39fa Author: François Tigeot Date: Sat Jul 11 11:58:18 2020 +0200 drm/linux: fix races in the ww mutex code that can cause lockups Submitted-by: Matthew Dillon Summary of changes: sys/dev/drm/linux_wwmutex.c | 22 +---