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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 64124C282C4 for ; Tue, 12 Feb 2019 11:47:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2806B217D9 for ; Tue, 12 Feb 2019 11:47:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="OKW9kT3J" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728446AbfBLLrB (ORCPT ); Tue, 12 Feb 2019 06:47:01 -0500 Received: from mail.skyhub.de ([5.9.137.197]:43178 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726480AbfBLLrB (ORCPT ); Tue, 12 Feb 2019 06:47:01 -0500 Received: from zn.tnic (p200300EC2BCF3C006825EAC4F825127B.dip0.t-ipconnect.de [IPv6:2003:ec:2bcf:3c00:6825:eac4:f825:127b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id B30101EC01AF; Tue, 12 Feb 2019 12:46:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1549972019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=EyM4wXSoPcha1lGEFl8ES8wrGLZQeY9ccyaBIWIlxDs=; b=OKW9kT3JoU9QMTulwsX24XNFkHYVE1RQHhTlISS/pUb6hC6mKjpC055S2bKjCqUxgNw7/i xnKRyJ3k9KzGpmKsDt6hAFk399/lvww4atoEqMXPrpxHx28/jBBTe3H+nGE8FOvL+iJBPX +AKIyo3zN5X1m/FzSA+y264iyU+nESQ= Date: Tue, 12 Feb 2019 12:46:54 +0100 From: Borislav Petkov To: Jiri Slaby Cc: mingo@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org Subject: Re: [PATCH v7 05/28] x86/asm/entry: annotate THUNKs Message-ID: <20190212114654.GC30028@zn.tnic> References: <20190130124711.12463-1-jslaby@suse.cz> <20190130124711.12463-6-jslaby@suse.cz> <20190209112551.GA5089@zn.tnic> <20190212110501.GB30028@zn.tnic> <6b6aebb5-5f7c-e3b7-545e-3a4558e01e66@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6b6aebb5-5f7c-e3b7-545e-3a4558e01e66@suse.cz> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 12, 2019 at 12:38:09PM +0100, Jiri Slaby wrote: > OK, so I will switch all the *LOCAL* to .L prefix (perhaps as a separate > patch prior the series/post the series)? Sure. I have been doing that off and on but apparently this undertaking resembles the whack-a-mole game. :-) Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.