From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756751AbcB0TFq (ORCPT ); Sat, 27 Feb 2016 14:05:46 -0500 Received: from torg.zytor.com ([198.137.202.12]:47022 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756704AbcB0TFo (ORCPT ); Sat, 27 Feb 2016 14:05:44 -0500 User-Agent: K-9 Mail for Android In-Reply-To: References: <1456270120-7560-1-git-send-email-mathieu.desnoyers@efficios.com> <967083634.8940.1456507201156.JavaMail.zimbra@efficios.com> <724964987.9217.1456518255392.JavaMail.zimbra@efficios.com> <7096DA23-3908-40DC-A46B-C4CF2252CEE8@zytor.com> <1150363257.9781.1456533630895.JavaMail.zimbra@efficios.com> <56D14132.5050100@zytor.com> <2053850250.10158.1456582501604.JavaMail.zimbra@efficios.com> <20160227145809.GD6356@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread From: "H. Peter Anvin" Date: Sat, 27 Feb 2016 11:01:49 -0800 To: Linus Torvalds , Peter Zijlstra CC: Mathieu Desnoyers , Thomas Gleixner , Andrew Morton , Russell King , Ingo Molnar , Linux Kernel Mailing List , linux-api , Paul Turner , Andrew Hunter , Andy Lutomirski , Andi Kleen , Dave Watson , Chris Lameter , Ben Maurer , rostedt , "Paul E. McKenney" , Josh Triplett , Catalin Marinas , Will Deacon , Michael Kerrisk Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On February 27, 2016 10:35:28 AM PST, Linus Torvalds wrote: >On Sat, Feb 27, 2016 at 6:58 AM, Peter Zijlstra >wrote: >> >> Paul's patches have the following structure: >> >> struct thread_local_abi { >> union { >> struct { >> u32 cpu_id; >> u32 seq; >> }; >> u64 cpu_seq; >> }; >> unsigned long post_commit_ip; >> }; > >Please don't do "unsigned long" in ABI structures any more. > >Make it u64, and make sure it is 64-bit aligned (which it would be in >this case). Make it so that we don't have to have separate compat >paths. > > Linus Yes, if we have to do compat crap for this entire new ABI path I think I'll scream. -- Sent from my Android device with K-9 Mail. Please excuse brevity and formatting.