Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1119723pxj; Thu, 17 Jun 2021 23:20:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJza1NyRUY63LYt1fV4XcbPpnjiMzRxiL/z4uCgPgIwZRmwNi2Y4wbOK+1ipyby4BQgBWuH/ X-Received: by 2002:a17:906:fcb5:: with SMTP id qw21mr9212641ejb.57.1623997243362; Thu, 17 Jun 2021 23:20:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623997243; cv=none; d=google.com; s=arc-20160816; b=xGiqsuN7fUcXZjFaE1Jwhrs0P6uSM4oEHi+lc+mQVIThzkvrq/H3abXVg9zERTrugA 13FqstkK36BMvEb+JixntWTG0iXdFkShi3YIbYfZm8+hKdpxzrPp+U5MKsP9gmwe26OW ApjO4isollUA8RKNZtp91EzQqhf1KdXBz39pCJTh3eODor8bXedR6dA0U/hlbd6qN83H wHUkG2RnEVbBPMAbanNtQ7xBnBU50FWO/4MJ4a9DbiE1TvYLJ6MsmWd0YIFbelr3xucG j4xBr7Wrb48Z/QXNDgMIBByltv3/PkTJ7CmSRECtumtpMXENWHeMFwmQnsfFKnNhXj73 P29g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=FcZFJGPx+0xCsZnJJ/3wqq6AsaMEiGnp29T8+SYojsI=; b=wpHfhO4jQ1fGSC8Qa65xqS9mIHRBcBbcSQSAlxQ8qiOcSY00UiU8RLOjNwv6l8LtH8 0nD5pwNEXlceE/Xyd5Ijjlxv3IAiWf8Q68Qnfy5refdExljTNkmeyiz1jaSWbLrNRxZD LB5Za5aRsLJhp/RHAje4zkBd5/IbYEKByljn3uwL05YVB/367TZmcQ+zLiybw7CE4ha1 aZiuHcE8NYRPLWDn+w7iNT8ItD5iPSq356xb/bXBYbq+jtL92cYWeMvE+j4ArbbCdgPM PreIVnwF0rMGGQWUeIi1azMXVH5JVdxqdnP8WCHZVhnEessgtI4j2onkrrfEOTVSzHki zLYA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m13si7971747edc.52.2021.06.17.23.20.20; Thu, 17 Jun 2021 23:20:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231809AbhFREZQ (ORCPT + 99 others); Fri, 18 Jun 2021 00:25:16 -0400 Received: from ozlabs.org ([203.11.71.1]:34195 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231345AbhFREY7 (ORCPT ); Fri, 18 Jun 2021 00:24:59 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m4925tZz9sCD; Fri, 18 Jun 2021 14:22:49 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <8479a862e165a57a855292d47e24c259a578f5a0.1622711627.git.christophe.leroy@csgroup.eu> References: <8479a862e165a57a855292d47e24c259a578f5a0.1622711627.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/kuap: Force inlining of all first level KUAP helpers. Message-Id: <162398829627.1363949.10534995724959196164.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:36 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Jun 2021 09:13:54 +0000 (UTC), Christophe Leroy wrote: > All KUAP helpers defined in asm/kup.h are single line functions > that should be inlined. But on book3s/32 build, we get many > instances of . > > Force inlining of those helpers. Applied to powerpc/next. [1/1] powerpc/kuap: Force inlining of all first level KUAP helpers. https://git.kernel.org/powerpc/c/240efd717c415e69511780044f44416bdf161523 cheers