From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbdJEGUL (ORCPT ); Thu, 5 Oct 2017 02:20:11 -0400 Received: from home.keithp.com ([63.227.221.253]:43276 "EHLO elaine.keithp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbdJEGUI (ORCPT ); Thu, 5 Oct 2017 02:20:08 -0400 X-Greylist: delayed 415 seconds by postgrey-1.27 at vger.kernel.org; Thu, 05 Oct 2017 02:20:08 EDT 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 leases [v4] Date: Wed, 4 Oct 2017 23:13:04 -0700 Message-Id: <20171005061310.29919-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 Here's another version of the DRM lease series. No changes in the code at all: [PATCH 4/6] drm: Add drm_object lease infrastructure [v4] Changes in v4, suggested by Dave Airlie * Formatting and whitespace changes [PATCH 6/6] drm: Add four ioctls for managing drm mode object leases Changes for v3 suggested by Dave Airlie * Expand on the comment about the magic use of &drm_lease_idr_object * Pad lease ioctl structures to align on 64-bit boundaries Thanks much to Dave Airlie for his review. -keith