From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: Rendering when dropped master Date: Fri, 20 Dec 2013 07:57:26 +0100 Message-ID: <52B3EA56.5050206@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-outbound-2.vmware.com (smtp-outbound-2.vmware.com [208.91.2.13]) by gabe.freedesktop.org (Postfix) with ESMTP id 85ACA43D90 for ; Thu, 19 Dec 2013 22:57:29 -0800 (PST) Received: from sc9-mailhost2.vmware.com (sc9-mailhost2.vmware.com [10.113.161.72]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id B606E2BF8C for ; Thu, 19 Dec 2013 22:57:28 -0800 (PST) Received: from zcs-prod-ext-mta-1.vmware.com (zcs-prod-ext-mta-1.vmware.com [10.113.62.223]) by sc9-mailhost2.vmware.com (Postfix) with ESMTP id B1474B0305 for ; Thu, 19 Dec 2013 22:57:28 -0800 (PST) Received: from zcs-prod-ext-mta-1.vmware.com (localhost.localdomain [127.0.0.1]) by zcs-prod-ext-mta-1.vmware.com (Postfix) with ESMTP id 204FF120030 for ; Thu, 19 Dec 2013 22:58:15 -0800 (PST) Received: from linlap1.kontor.shipmail.org (zimbra-prod-ext-proxy-vip.vmware.com [10.113.63.87]) by zcs-prod-ext-mta-1.vmware.com (Postfix) with ESMTPSA for ; Thu, 19 Dec 2013 22:58:14 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org So this is a potential issue that needs to be brought up sooner or later: Let's say a client is authenticated by the current master. Then the master drops, and we have a new master (fast user switching for example). What's the status of the clients authenticated by old masters? Should they be allowed to render and use memory resources or shouldn't they? A typical example where this could pose a problem is where user 1 opens a drm connection, authenticates itself and then drops master. Then user 2 starts an X server and exposes all DRI contents to user 1? /Thomas