From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752056AbcJ3EeQ (ORCPT ); Sun, 30 Oct 2016 00:34:16 -0400 Received: from mail-it0-f50.google.com ([209.85.214.50]:36095 "EHLO mail-it0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbcJ3EeO (ORCPT ); Sun, 30 Oct 2016 00:34:14 -0400 MIME-Version: 1.0 In-Reply-To: <3030448.PcHXLsYrel@wuerfel> References: <1476761253-13450-1-git-send-email-deepa.kernel@gmail.com> <20161027231254.GA12312@dtor-ws> <3030448.PcHXLsYrel@wuerfel> From: Deepa Dinamani Date: Sat, 29 Oct 2016 21:34:13 -0700 Message-ID: Subject: Re: [PATCH v2 3/4] input: Deprecate real timestamps beyond year 2106 To: Arnd Bergmann Cc: Dmitry Torokhov , linux-input@vger.kernel.org, Linux Kernel Mailing List , y2038 Mailman List , Peter Hutterer , Benjamin Tissoires , Jiri Kosina , Hans de Goede Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I think we should do those two things completely independently. > We need to do something now to preserve the current interfaces > for the glibc changes that are coming soon [1], and Deepa's > patches do that (though I now realize the changelog doesn't > mention the requirement). I'll update the changelog in the next version of the series along with the task check for x32 mode. > An overhaul of the input_event handling with a new modern > but incompatible format may or may not be a good idea, but > this should be decided independently. Just to clarify, we are going with the plan that Arnd suggested: leaving the overhaul of the input event protocol alone and proceeding with the series according to suggested changes. Are we in agreement over this? -Deepa