svn commit: r445016 - in head/x11/libxshmfence: . files

Jan Beich jbeich at FreeBSD.org
Sat Jul 8 12:48:49 UTC 2017


Matthew Rezny <rezny at freebsd.org> writes:

>> ++#ifdef HAVE_MKOSTEMP
>> ++			fd = mkostemp(template, O_CLOEXEC);
>> ++#else
>> + 			fd = mkstemp(template);
>> ++#endif
>> + 			if (fd < 0)
>> + 				return fd;
>> + 			unlink(template);
>
> Please explain this unauthorized non-maintainer commit that lacks any PR or 
> review.

In PR 217676 the maintainer explicitly stated they didn't test DRI3 and
disregarded the issue. Maintainers are supposed to upstream changes
to prevent downstream-only bugs like we've seen here.

> Mentioning a closed PR does notyt count. This sort of change really 
> needs to be reviewed by the maintainer(s) before it is committed.

Understood. I'd ask you to not *modify* my patches without approval as well.
Let's not repeat beignet mistakes where upstream understood me better.

> Againb, I must assume this is wholly untested because there has been
> no mention of QA.

QA is mandatory for committers. I did check DRI2 and DRI3 don't work
and don't orphan files.


More information about the svn-ports-all mailing list