Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1352310ybd; Sun, 23 Jun 2019 05:43:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6b73iLcabgjxClk+dJOOA3FYHdoVUquqywN6bT6wRHo2hmfoD0OWFJVMcb7PgNoWeS+ZU X-Received: by 2002:a17:902:9a84:: with SMTP id w4mr39731323plp.160.1561293821761; Sun, 23 Jun 2019 05:43:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561293821; cv=none; d=google.com; s=arc-20160816; b=0sc9hARvO62pONIHHgdMPd1CXSI3J0fMYbpBKXarHFhoqKXU6t0rLIDn1DmRFNmM4t 7fcMI2Z3Gg1QOmUuGbawJwTpfe0VbthBuRqBNBfMUcbvPLnkXYCDAPH0ccd+L47sEDo1 QXD1zjcixHzVSJ5WTHMMwCLR/QgH9PBDKomlvqgV+konmDIqszLPHoFSHJLeaRnwxhPs qfpBT8vI2ypUufNxD0TkNj/7kWmtm+wxnOfd+vc3Ka9Y8HWr/MmwbcoGxi3+DS5DZkw3 q0GYdFeZG8NETgjwJDJ6E0doXVIHN1dIp9MMZ0psKfaOIinKw1KDYL6py8e/A8x+o+fQ 2k+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=g5tBaJob1/l33fTPf3D1Px/Hm8vG/vaBUsx4yNfnseY=; b=S8/+GRRT5KcdsDhK93s0Pc25TJfyGLX8GGx3CXdPr6LzvtT0dBDrs5I9b7tYAOV+Ev TzM1EpwindPCard6ab7s1DYTXXgDBNvY/SQhMG6L38u6ZOFADCyOJzBPQSeEADMNFoP7 tfeuYPoohfYlG40jNM3WJq98QtaGSMBO8cvTyl/dZBs9hdZOViIhnVF9EaTywJmEsBgJ MbZm2RF27i/E1YGhPCul0PGnq8Ry0Kxzqcjdv4oslmV6WqmgzqE4tXkIA4Z/I+27ZwdW q6e3BuvdwmFGV5e8LSUHrlqvcANCF2on7IQdzQrJfOoCASHcdAOjIXwSibpHB93g6uQz GqZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m26si7620634pgl.139.2019.06.23.05.43.26; Sun, 23 Jun 2019 05:43:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726453AbfFWMmp (ORCPT + 99 others); Sun, 23 Jun 2019 08:42:45 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:33352 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725963AbfFWMmp (ORCPT ); Sun, 23 Jun 2019 08:42:45 -0400 Received: from p5b06daab.dip0.t-ipconnect.de ([91.6.218.171] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hf1pT-0000ul-3D; Sun, 23 Jun 2019 14:42:43 +0200 Date: Sun, 23 Jun 2019 14:42:42 +0200 (CEST) From: Thomas Gleixner To: Andy Lutomirski cc: x86@kernel.org, LKML , Borislav Petkov , Peter Zijlstra , Linus Torvalds Subject: Re: [PATCH] x86/vdso: Give the [ph]vclock_page declarations real types In-Reply-To: <6920c5188f8658001af1fc56fd35b815706d300c.1561241273.git.luto@kernel.org> Message-ID: References: <6920c5188f8658001af1fc56fd35b815706d300c.1561241273.git.luto@kernel.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Jun 2019, Andy Lutomirski wrote: > Clean up the vDSO code a bit by giving pvclock_page and hvclock_page > their actual types instead of u8[PAGE_SIZE]. This shouldn't > materially affect the generated code. > > Heavily based on a patch from Linus. > > Cc: Borislav Petkov > Cc: Peter Zijlstra > Signed-off-by: Linus Torvalds So either this wants a From: Linus line or this tag should be: Originally-by: Linus ... Hmm? Thanks, tglx