Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751849AbcCICg6 (ORCPT ); Tue, 8 Mar 2016 21:36:58 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35931 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751592AbcCICgs (ORCPT ); Tue, 8 Mar 2016 21:36:48 -0500 Subject: Re: [PATCH] staging/android: change IOCTLs opcode after ABI change To: Gustavo Padovan , Greg Kroah-Hartman References: <1457034046-27678-5-git-send-email-gustavo@padovan.org> <1457044963-5785-1-git-send-email-gustavo@padovan.org> Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, dri-devel@lists.freedesktop.org, Daniel Stone , =?UTF-8?Q?Arve_Hj=c3=b8nnev=c3=a5g?= , Riley Andrews , Daniel Vetter , Rob Clark , John Harrison , Maarten Lankhorst , Gustavo Padovan From: Greg Hackmann Message-ID: <56DF8C3D.7030005@google.com> Date: Tue, 8 Mar 2016 18:36:45 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1457044963-5785-1-git-send-email-gustavo@padovan.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 722 Lines: 17 On 03/03/2016 02:42 PM, Gustavo Padovan wrote: > From: Gustavo Padovan > > Burn the old opcode to avoid any potential old userspace running the old > API to get weird errors. Changing the opcodes will make them fail right > away. > > This is just a precaution, there no upstream users of these interfaces > yet and the only user is Android, but we don't expect anyone trying to > run android userspace and all it dependencies on top of upstream kernels. > > Moreover Android should be converted to use upstream sync_files. > > Suggested-by: Rob Clark > Signed-off-by: Gustavo Padovan Acked-by: Greg Hackmann