Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753247AbdGNBjQ (ORCPT ); Thu, 13 Jul 2017 21:39:16 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:34148 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742AbdGNBjP (ORCPT ); Thu, 13 Jul 2017 21:39:15 -0400 Date: Fri, 14 Jul 2017 02:39:08 +0100 From: Al Viro To: Jeffy Chen , Linus Torvalds , Dave Airlie , linux-kernel@vger.kernel.org, briannorris@chromium.org, dianders@chromium.org, dri-devel@lists.freedesktop.org, Daniel Vetter Subject: Re: [PATCH] drm: Add missing field copy in compat_drm_version Message-ID: <20170714013907.GD13102@ZenIV.linux.org.uk> References: <1499840312-23418-1-git-send-email-jeffy.chen@rock-chips.com> <20170713123655.n56qor3hq7jqt33h@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170713123655.n56qor3hq7jqt33h@phenom.ffwll.local> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 16 On Thu, Jul 13, 2017 at 02:36:55PM +0200, Daniel Vetter wrote: > On Wed, Jul 12, 2017 at 02:18:32PM +0800, Jeffy Chen wrote: > > DRM_IOCTL_VERSION is supposed to update the name_len/date_len/desc_len > > fields to user. > > > > Fixes: 012c6741c6aa("switch compat_drm_version() to drm_ioctl_kernel()") > > Signed-off-by: Jeffy Chen > > Reviewed-by: Daniel Vetter > > Linus, since Dave is a bit out with flu and this bug only exists in your > tree (not yet in drm-next), can you pls apply this directly? It's a fumble > in Al's rework. Direct mbox link from patchwork, in case you don't have > that in your archives anywhere: (Belated) ACKed-by: Al Viro