From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752575AbbGMS1c (ORCPT ); Mon, 13 Jul 2015 14:27:32 -0400 Received: from mail-qk0-f171.google.com ([209.85.220.171]:35780 "EHLO mail-qk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920AbbGMS1b (ORCPT ); Mon, 13 Jul 2015 14:27:31 -0400 MIME-Version: 1.0 In-Reply-To: <20150422092850.GA24664@gmail.com> References: <1429565231-4609-1-git-send-email-hagen@jauu.net> <20150420215645.GC10191@pd.tnic> <20150421074212.GA25081@gmail.com> <20150421225723.GA5927@virgo.local> <20150422052441.GA395@x4> <20150422055848.GA3307@virgo.local> <20150422092040.GB395@x4> <20150422092850.GA24664@gmail.com> From: Denys Vlasenko Date: Mon, 13 Jul 2015 20:27:11 +0200 Message-ID: Subject: Re: [PATCH RFC] x86: enforce inlining for atomics To: Ingo Molnar Cc: Markus Trippelsdorf , Hagen Paul Pfeifer , Linus Torvalds , Borislav Petkov , "linux-kernel@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Andrew Morton Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 22, 2015 at 11:28 AM, Ingo Molnar wrote: > So I think the original patch makes sense (and I already applied it), > we want known-simple and performance critical methods (such as atomic > ops) always inlined. I will send more such force-inlining patches your way then.