NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53565 CVS commit: src/sys/external/bsd/drm2/linux



The following reply was made to PR kern/53565; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53565 CVS commit: src/sys/external/bsd/drm2/linux
Date: Sat, 1 Sep 2018 22:28:04 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Sep  1 22:28:04 UTC 2018
 
 Modified Files:
 	src/sys/external/bsd/drm2/linux: linux_fence.c
 
 Log Message:
 Allow fence_get(NULL).
 
 This is kind of silly: if the caller has exclusive access to the
 fence, they should be able to guarantee it's there, so this could
 serve to suppress legitimate bugs.  But better to preserve Linux
 semantics here than to be picky about API design.
 
 Bug by me, fix from Tobias Ulmer in PR kern/53565.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/drm2/linux/linux_fence.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index