Re: [PATCH xserver] os: add an optional offset to -displayfd parameter

2016-10-12 Thread Bernhard Miklautz
Hi, On Mon, Jun 13, 2016 at 11:44:55PM +0700, Antoine Martin wrote: > Reviewed-by: Antoine Martin quite some time past since my initial submit. What are the next steps to get this merged? Did I miss anything? Thank you. So long, Bernhard ___ xorg-dev

Re: [PATCH xserver] os: add an optional offset to -displayfd parameter

2016-06-13 Thread Antoine Martin
On 13/06/16 23:20, Bernhard Miklautz wrote: > Hi Antoine, > > thank you for your feedback. > > On 06/13/2016 05:40 PM, Antoine Martin wrote: >> I think you also need to validate the displayoffset to make sure it >> isn't greater than 65536 - X_TCP_PORT before you enter the loop. > Currently if th

Re: [PATCH xserver] os: add an optional offset to -displayfd parameter

2016-06-13 Thread Bernhard Miklautz
Hi Antoine, thank you for your feedback. On 06/13/2016 05:40 PM, Antoine Martin wrote: > I think you also need to validate the displayoffset to make sure it > isn't greater than 65536 - X_TCP_PORT before you enter the loop. Currently if the supplied offset is larger than (65536 - X_TCP_PORT) the

Re: [PATCH xserver] os: add an optional offset to -displayfd parameter

2016-06-13 Thread Antoine Martin
On 13/06/16 22:06, Bernhard Miklautz wrote: > The displayfd option is very handy and useful. However, in some environments > where many servers are running (for example in an automated build > environment using Xvfb) it is often desirable to be able to specify > an initial offset for the display se