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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,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 3D347C54FCB for ; Fri, 24 Apr 2020 19:09:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C2FC20736 for ; Fri, 24 Apr 2020 19:09:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="CUYxa2bE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729129AbgDXTJR (ORCPT ); Fri, 24 Apr 2020 15:09:17 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:42856 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727022AbgDXTJQ (ORCPT ); Fri, 24 Apr 2020 15:09:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587755355; 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: in-reply-to:in-reply-to:references:references; bh=HFFBEe1utqpGYAUFTLzFKc0LiqSB4f6/KeXu27tu+yY=; b=CUYxa2bEoHsvOWG/u/t61/2g3xpyAvgZbV9+l//GUBniiJgvNFQDzstPELU7sQzP7+6hqH LwZA8QPdtDAddL8Kgxb3xiuBPZmtBiMDGLNn4rEeuMoP1k9F6Yw/A34rwWq6jnyDen7nXP cseNzdurtA9kxiEHawS7h6YuC+dKWL8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-170-0yGuAuCmMN2Y6AD-qTahsA-1; Fri, 24 Apr 2020 15:09:12 -0400 X-MC-Unique: 0yGuAuCmMN2Y6AD-qTahsA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BCE26107ACF4; Fri, 24 Apr 2020 19:09:10 +0000 (UTC) Received: from treble (ovpn-114-29.rdu2.redhat.com [10.10.114.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A706960F8D; Fri, 24 Apr 2020 19:09:09 +0000 (UTC) Date: Fri, 24 Apr 2020 14:09:07 -0500 From: Josh Poimboeuf To: Peter Zijlstra Cc: alexandre.chartre@oracle.com, linux-kernel@vger.kernel.org, jthierry@redhat.com, tglx@linutronix.de, x86@kernel.org, mbenes@suse.cz, arnd@arndb.de Subject: Re: [PATCH 6/8] x86: Simplify retpoline declaration Message-ID: <20200424190907.dywoslazrohhtago@treble> References: <20200423125013.452964352@infradead.org> <20200423125042.958927629@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200423125042.958927629@infradead.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 23, 2020 at 02:47:23PM +0200, Peter Zijlstra wrote: > +#undef GEN > +#define GEN(reg) EXPORT_THUNK(reg) > +#include > + Applying: x86: Simplify retpoline declaration .git/rebase-apply/patch:112: new blank line at EOF. + warning: 1 line adds whitespace errors. -- Josh