Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753960Ab2BTCXi (ORCPT ); Sun, 19 Feb 2012 21:23:38 -0500 Received: from terminus.zytor.com ([198.137.202.10]:58035 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753688Ab2BTCXf (ORCPT ); Sun, 19 Feb 2012 21:23:35 -0500 From: "H. Peter Anvin" To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Cc: mingo@kernel.org, tglx@linutronix.de, torvalds@linux-foundation.org, akpm@linux-foundation.org, davem@davemloft.net, hjl.tools@gmail.com, Arnd Bergmann , Greg Kroah-Hartman , "H. Peter Anvin" Subject: [PATCH 0/7] COMPAT_USE_64BIT_TIME v2 Date: Sun, 19 Feb 2012 18:22:43 -0800 Message-Id: <1329704570-3792-1-git-send-email-hpa@zytor.com> X-Mailer: git-send-email 1.7.6.5 In-Reply-To: References: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (terminus.zytor.com [127.0.0.1]); Sun, 19 Feb 2012 18:23:18 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1162 Lines: 29 From: "H. Peter Anvin" This is a respin of the COMPAT_USE_64BIT_TIME bits of the x32 patchset. It replaces patches 07/30-10/30 out of that patchset. The differences in this respin are: 1. Use helper functions as suggested by Linus, and 2. Add support in the networking stack (this bit got inadvertently left out of the previous patchset.) Linus, is this more what you were looking for? This is the diffstat for this set: drivers/char/lp.c | 5 +-- drivers/input/input-compat.c | 4 +- drivers/input/input-compat.h | 2 +- include/linux/compat.h | 20 ++++++++++++ kernel/compat.c | 70 +++++++++++++++++++++++++++++++++++++----- net/bluetooth/hci_sock.c | 3 +- net/compat.c | 65 ++++++++++++++++++++++++--------------- net/socket.c | 18 +++++------ 8 files changed, 136 insertions(+), 51 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/