From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932755AbdJKAsn (ORCPT ); Tue, 10 Oct 2017 20:48:43 -0400 Received: from home.keithp.com ([63.227.221.253]:59792 "EHLO elaine.keithp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756791AbdJKAse (ORCPT ); Tue, 10 Oct 2017 20:48:34 -0400 From: Keith Packard To: linux-kernel@vger.kernel.org, Dave Airlie , Daniel Vetter Cc: Keith Packard , dri-devel@lists.freedesktop.org Subject: [PATCH 0/6] drm: Add drm mode object leases Date: Tue, 10 Oct 2017 17:48:25 -0700 Message-Id: <20171011004831.9624-1-keithp@keithp.com> X-Mailer: git-send-email 2.13.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org New since last time: * Fix vboxvideo driver in staging * Fixed some formatting and whitespace errors (Dave Airlie) * Explain the odd use of the idr interface for leases (Dave Airlie) * Disallow negative object_id in lease creation (Dave Airlie) It's also been rebased on top of the drm-sequence-64 sequence just sent out so that merging one and then the other will be simplified.