From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FEF2C433E9 for ; Thu, 21 Jan 2021 21:23:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C86723A5B for ; Thu, 21 Jan 2021 21:23:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727182AbhAUVXN (ORCPT ); Thu, 21 Jan 2021 16:23:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726708AbhAUVWz (ORCPT ); Thu, 21 Jan 2021 16:22:55 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CAE6C0613ED for ; Thu, 21 Jan 2021 13:22:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=N+f+tQQSy+KftLzBnxx9MOKq4XwwRYGXJai/iz+5TuE=; b=1Vu1xzOa20dCnK/HZPGqSsUviO VL/2fonrG6kWopPZ4wvgnoqpqlq3plWvsUi4nOnIAEWfb9CJWR7z8yHi4V5s7LGHddeW2dgXNW+ez C9OgMjBNgmH+lEsrNyLKU8b7oCoeW7dWOqNrU9PYeJmgRvVL9CxP/VDNtQpU6+TKH9rz7pYSX1/Qd dc4MefUwXy6wEBuYZPU8cPLDHyUM6I8VWS94xxATIeEdJMLCs70bXxvLGNmu9mPTEuuxcvFTQopnc qzF0re7gFb3uJ2LTn0phAic5AhImqzfXkjMt5g8aG8bPSZoueir0HmGwvfdHjQFE7uc6/swsJXCYt ghlpwSzw==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2hP7-0002K8-C6; Thu, 21 Jan 2021 21:22:09 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id DAAC8984219; Thu, 21 Jan 2021 22:22:04 +0100 (CET) Date: Thu, 21 Jan 2021 22:22:04 +0100 From: Peter Zijlstra To: Frederic Weisbecker Cc: LKML , Mel Gorman , Michal Hocko , Thomas Gleixner , "Paul E . McKenney" , Ingo Molnar , Michal Hocko Subject: Re: [RFC PATCH 0/7] preempt: Tune preemption flavour on boot v4 Message-ID: <20210121212204.GA16371@worktop.programming.kicks-ass.net> References: <20210118141223.123667-1-frederic@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210118141223.123667-1-frederic@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 18, 2021 at 03:12:15PM +0100, Frederic Weisbecker wrote: > * Uninline __static_call_return0 on all flavours since its address is > always needed on DEFINE_STATIC_CALL() obj-$(CONFIG_HAVE_STATIC_CALL_INLINE) += static_call.o