From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread Date: Sun, 28 Feb 2016 14:07:19 +0100 Message-ID: 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-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Torvalds Cc: Peter Zijlstra , Mathieu Desnoyers , "H. Peter Anvin" , 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 List-Id: linux-api@vger.kernel.org Hi Linus, On Sat, Feb 27, 2016 at 7:35 PM, 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. __alignof__(u64) is not 8 on all architectures. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds