Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1917967ybd; Sun, 23 Jun 2019 20:04:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqzvQx+cMVuZV0/ymhIiP1bqbMD3Z1AP1WVBlw/Vy2TGH9sw0vCEvSnyymD2JDRrjNxf9NJl X-Received: by 2002:a63:3f48:: with SMTP id m69mr6977105pga.17.1561345440462; Sun, 23 Jun 2019 20:04:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561345440; cv=none; d=google.com; s=arc-20160816; b=UUMyaliFIkLhy0Yxd4xKQBT8i7z3IdizFlNp7r4NMNgcE3q9FCIaIriXCggdhhRANz AI8FGgpMtVXs/B0fIVUqEGt8n0QnPH2NEVdikFZVbB8ZRqmixSc1QIWfTG7CFx3MVsq1 dxPh7dSVv1JQ357XaSdFkcuUn6Cz0My7lsEd21nGfw6rvQ+OdGDIbJ9bMGSgJfTjqLfM sB8CuH4XEfsvxCMqhCIlLGqypxewFFvng8HkL4gG90M0A1Q7YuP6zqPfwjobsKzn65cl pKtlfRspu3mErhv5SRjcQRVPlW75vW3pDP780ImyxxlZFNR6WtERSVpK9KUthRvz5ox9 u4/A== 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=tVuo4zsiKZr2gJf7PRdft8n0BoQxO5w+erh/PTJtDl4=; b=aJcNuu28gRUVK6KUC7zrCEHYMgDGg2x3/v7tAhlq0LYICpwZjcMxGshA7ZyqlvGCaw 8OKQxx0oBTZmRqJLt8OaywgOia/J41w+Pu+s3JCbqVsRZQYhDV0FN6DiKv4r8WOCdp0l ORqV/YdVZcOBEuaFsxG86qFTtphG53R33srJ5OpmDeYIQEfjahqM0iu7oN9OMBhfCVxP 1AplR9fgZuBSjRnQ7iuEApDNtc6Sab+gSmZM+MJR0BR1zQ91xLJCnu6KeP2bP3vcowCy V5lJMYa1nigIGjOLonKFime6s+B8M2RtX6O8XBz5fXQoy5BV6EQFMgyoi0OQG1u2qO51 lg4w== 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 n75si9937757pjc.27.2019.06.23.20.03.45; Sun, 23 Jun 2019 20:04:00 -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 S1727361AbfFXDBy (ORCPT + 99 others); Sun, 23 Jun 2019 23:01:54 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:34569 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727335AbfFXDBu (ORCPT ); Sun, 23 Jun 2019 23:01:50 -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 1hfApz-0007IB-Sg; Mon, 24 Jun 2019 00:19:52 +0200 Date: Mon, 24 Jun 2019 00:19:51 +0200 (CEST) From: Thomas Gleixner To: Andy Lutomirski cc: Linus Torvalds , Andrew Lutomirski , the arch/x86 maintainers , LKML , Borislav Petkov , Peter Zijlstra Subject: Re: [PATCH] x86/vdso: Give the [ph]vclock_page declarations real types In-Reply-To: <49C4F6B3-D419-4035-B49D-1586912C670C@amacapital.net> Message-ID: References: <6920c5188f8658001af1fc56fd35b815706d300c.1561241273.git.luto@kernel.org> <49C4F6B3-D419-4035-B49D-1586912C670C@amacapital.net> 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 Sun, 23 Jun 2019, Andy Lutomirski wrote: > > > On Jun 23, 2019, at 6:10 AM, Thomas Gleixner wrote: > > > >> On Sun, 23 Jun 2019, Linus Torvalds wrote: > >> > >> Andy added comments and changed the patch in other ways too, so I think > >> it's fine to have him as author, and my sign-off is just for the original > >> smaller patch. > > > > Well, that will earn me a nastigram from the next checkers as it's not > > compliant to our SOB rules .... > > > > Feel free to add: > > Originally-by: Linus ... > > I had assumed the textual description was enough. Ha, completely forgot about Co-developed-by. That does the trick nicely.