From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752628AbcAGPMk (ORCPT ); Thu, 7 Jan 2016 10:12:40 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:64590 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbcAGPMj (ORCPT ); Thu, 7 Jan 2016 10:12:39 -0500 From: Arnd Bergmann To: y2038@lists.linaro.org Cc: Bamvor Jian Zhang , Sudip Mukherjee , gregkh@linuxfoundation.org, broonie@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Y2038] [PATCH v2 2/2] ppdev: add support for compat ioctl Date: Thu, 07 Jan 2016 16:12:29 +0100 Message-ID: <4665702.yXgMHfRecP@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <568D0EFC.8090300@linaro.org> References: <1450346332-31830-1-git-send-email-bamvor.zhangjian@linaro.org> <20160104131452.GA6276@sudip-pc> <568D0EFC.8090300@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:ffLucAs0IhHLcz4WVaaqa+8DLrfxQzDrXecGZQheZ7NP09cepb9 s5YZz6ZyUOAL6KzhOyAEy/5CO2F3bobpYs1ddVUoShZzeMzdCO2YFvRnTWc69ES7R3hx2mt Wd1UCoN35FC19mm3PPG8eh/vcI8VYTKg9PtaRlaC7JGHxCqitgx8+gCG8O5sQotPi9Eo1gt fY9mANIF4hxKjxY5UijAA== X-UI-Out-Filterresults: notjunk:1;V01:K0:fDTS86aVGz0=:BJ1cx24hs0JYLVTyqc4Y+E EWVrkbqyF3HzmGSvipiNMkgmrjbRhi6Pyd1eb59YFeeVA7uq213ZCwj1JPVxlz7E6TFygXqv2 Ixg7RIQ3AFfIidipE1zZurmq5W+/U41DJulRu2sQy2HFZWrbunEz4UnW1xPVgvRhfrHgWSPil y0cHT1onl1KE1NsV76yoSgG84NR/PBpSiUZ6uqXmaY4EsXrQijy/ULxPMCuuoE/sE9y2bqwu3 Qru7got+Vp7RtQtAZb6eJI1Zht4WdlhqLRKTzl35jlGo9GROoTlt1Cg9oe1C7xjZbSoFpGsyx XfJZqtojBTzbcun9w4bmHRsjW/xDcQHKT0H4qAJGN+zM0UsW2FhOWHJFpycvBAGzMiO4w31jt d84P2yblloFtcVji41+dUtJp2GgFKvA2TLW85mf8ZsqzJbRLEUvGir7hZVljFF+QcNi9+8UJw 9YZWaYxRFcTTG/j2aizXFuDdj5ZrnKwbQnc1atcJSovMf5TygMmbJFMQZov58VKSHTomF6qcJ Ed5PONCaMAeWZrSe4VUbr/W0Z19VZB3fUXR3+jaqwjwvYHqB0hNaPT6L8wR3u+axk1BKTAc3o tWK9XwdhaEdJph3oEt+K+YLChBFjXeI2FcXpm+91ETR9c1fGOnfhV1MjA8RfBBuufltQhx7zT ANxkA/YHZest7U6rKN08IK+LB4+yZsP0wEWRAX15xKpFgt493wK8SGk+UjRl1k+ep2BWDqtfB 7dX/tTrbFjJwve02 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 06 January 2016 20:56:28 Bamvor Jian Zhang wrote: > >> > >> That reminds me, we should now remove the code from fs/compat_ioctl.c > >> that was handling emulating the other ioctl commands, the new .compat_ioctl > >> callback in ppdev takes care of that along with the PPGETTIME/PPSETTIME > >> calls, see below > > > > Bamvor, care to send a patch for these also... > Sure. Should I send this patch with previous two patches in v4 or send this > single patch to Alexander Viro and linux-fsdevel@vger.kernel.org? > > I'd say it should go along with the rest of the patches. The fs/compat_ioctl.c file is really shared across multiple drivers and Al doesn't care about the driver specific changes in it. Arnd