Re: [ANN] edid-decode maintenance info

2018-06-21 Thread Alan Coopersmith
On 06/21/18 01:59 AM, Hans Verkuil wrote: Hi all, As Adam already announced earlier this week I'm taking over maintenance of the edid-decode utility. Since I am already maintaining other utilities on git.linuxtv.org I decided to move the edid-decode git repo to linuxtv.org as well. It is now

Re: [PATCH] modesetting: Update fb_id from shadow allocate and destroy if not set

2018-06-21 Thread Lyude Paul
Hey, was a patch updated re: Keith's comments ever posted for this? Was going to review this, but I can't find any versions of this patch other than this one On Sat, 2018-02-03 at 10:34 -0800, Tony Lindgren wrote: > Looks like drmModeDirtyFB() stopped working at some point and we now > call it

Re: Fw: merging imake fork

2018-06-21 Thread Alan Coopersmith
On 06/21/18 07:30 AM, Adam Jackson wrote: On Tue, 2018-06-19 at 22:11 -0700, Keith Packard wrote: Alan Coopersmith writes: and the most likely outcome will be many people recommending you move to anything but Imake, and maybe offering to make you the maintainer of X.Org's version so we can

Re: Requests for Proposal for hosting XDC 2019

2018-06-21 Thread Daniel Vetter
On Thu, Jun 21, 2018 at 11:16 PM, Daniel Vetter wrote: > Hi all, > > The X.org board is soliciting proposals to host XDC in 2019. By the usual > rotation a location in (North) America is preferred, but the board will also > consider other locations, especially if there's an interesting

Requests for Proposal for hosting XDC 2019

2018-06-21 Thread Daniel Vetter
Hi all, The X.org board is soliciting proposals to host XDC in 2019. By the usual rotation a location in (North) America is preferred, but the board will also consider other locations, especially if there's an interesting co-location with another conference. If you consider hosting XDC, we have

Re: [PATCH xserver v2 1/2] glamor: Unbreak glamor_fd_from_pixmap()

2018-06-21 Thread Lyude Paul
On Thu, 2018-06-21 at 08:38 +0100, Daniel Stone wrote: > Hey Lyude, > On Thu, 21 Jun 2018 at 00:13, Lyude Paul wrote: > > -/* Pixmaps with multi-planes/modifier are not supported in this > > interface */ > > -if (ret != 1 || offsets[0] != 0) { > > -while (ret > 0) > > -

Re: Gathering EGLStream related changed for Xwayland for a pull request

2018-06-21 Thread Adam Jackson
On Wed, 2018-06-20 at 19:31 -0400, Lyude Paul wrote: > Time's up! Merge request now live at > > https://gitlab.freedesktop.org/ajax/xserver/merge_requests/1 > > (yes, this is going to go back up into the cgit repo for now if any readers > were wondering. we haven't switched to gitlab entirely

Re: Fw: merging imake fork

2018-06-21 Thread Adam Jackson
On Tue, 2018-06-19 at 22:11 -0700, Keith Packard wrote: > Alan Coopersmith writes: > > > and the most likely outcome will be many people recommending you move > > to anything but Imake, and maybe offering to make you the maintainer of > > X.Org's > > version so we can stop paying attention to

Re: [PATCH] glx/vndcmds: Fix vendor hash table key size

2018-06-21 Thread Adam Jackson
On Wed, 2018-06-20 at 13:37 +, Vladimir Panteleev wrote: > The keySize parameter of the hashing/comparison functions was > incorrectly specified to be sizeof(void*), even though the keys of > this hashtable are CARD32. > > Fixes address sanitizer failure on 64-bit builds. Merged, thanks:

Heap overflow in Xorg/XKB in optimized gcc 8.1.1 builds?

2018-06-21 Thread Vladimir Panteleev
Hi, My system (Arch Linux x86_64) started crashing at startup after I updated xorg-server to 1.20. When I investigated, I found that the cause was likely a heap overflow which occurs when processing XKB requests (I load my layouts in my xinitrc). Here is the output from ASAN (after the vndcmds

RE: [Linux-graphics-maintainer] [PATCH] glamor: Work around GEM usage v2

2018-06-21 Thread Deepak Singh Rawat
The patch looks good to me just one question, I see that flink name is returned as fd, so handle is what vmwgfx expecting in that case ? Reviewed-by: Deepak Rawat > > KMS drivers are not required to support GEM. In particular, vmwgfx > doesn't support flink and handles and names are identical.

[ANN] edid-decode maintenance info

2018-06-21 Thread Hans Verkuil
Hi all, As Adam already announced earlier this week I'm taking over maintenance of the edid-decode utility. Since I am already maintaining other utilities on git.linuxtv.org I decided to move the edid-decode git repo to linuxtv.org as well. It is now available here:

[PATCH] glx/vndcmds: Fix vendor hash table key size

2018-06-21 Thread Vladimir Panteleev
The keySize parameter of the hashing/comparison functions was incorrectly specified to be sizeof(void*), even though the keys of this hashtable are CARD32. Fixes address sanitizer failure on 64-bit builds. --- glx/vndcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH xserver v2 1/2] glamor: Unbreak glamor_fd_from_pixmap()

2018-06-21 Thread Daniel Stone
Hey Lyude, On Thu, 21 Jun 2018 at 00:13, Lyude Paul wrote: > -/* Pixmaps with multi-planes/modifier are not supported in this > interface */ > -if (ret != 1 || offsets[0] != 0) { > -while (ret > 0) > -close(fds[--ret]); > +ret = _glamor_fds_from_pixmap(screen,