Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1388493ybd; Sun, 23 Jun 2019 06:28:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqy5yZDs2Z87IARVC4Vxr9OSeYQPWeOsWy7o/vdB3mhizXR4nxklrHjjQDwuBKYmrxgP1YUN X-Received: by 2002:a17:902:aa0a:: with SMTP id be10mr138598040plb.293.1561296516298; Sun, 23 Jun 2019 06:28:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561296516; cv=none; d=google.com; s=arc-20160816; b=a+xw+KZpYwIaYMZHmc+wAOIylX78TbKgYm3j7pAhPqxQ7aK1i00McBg7rXDqDAK7sI 19YC8iRJBpoTv45QtHS4+b5kN8y+QhqcZFPcq2hhJI4oc62v4hABj1zBG0b67eNDbRDt xieOybt5yXuktEAzcs6yokXauJcOaupPO6kG+O4eBI74cLYggnDGEB/cuk7u/NZl1t4+ TcoxCDyokLVn97E+XuIvm2xyZeT264FHe/kIXaMJhZB2QYW9XUyYXw5tb7Ojaw8aWZwI XrF4WAUvx6f+hJfNO4xXsJ9DQEIfr19kFHpAz5CpZZAPsQ1WI7JPbJ83JuAQP6hW5Req VXJg== 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=yj1p/fg3157l8GAc6MQpn6vpgWnIpcWtKcoD/c78+u0=; b=K5Gn1cwW8omAsgXv/p0qvFOBz3SUIMqNEipZ1VuV+3KT3/LEqVjQQiPsULsDxRNpZP 6t9ngpOdmEie8/cqnfOJQHCVDOgG8JAHglAPrUl8SdSeEMhCk9QOlkYuS4CPu/yx7ncN vCC7pME6rmjjRGCW7d8mhbrVREQdfJ4gr85Y8u/MJ92bXcES8B89kO4rOeztYZ/I+JrT TqhikFCEcTUWphvkugZV9yvxt35TDETh1J4mkQk0cXgoxH53QVCvWA42I47dLGlIm1Jc M2r0Bmrs3d+9ti1gEceNvVz3kJjxxM7I/d6y9yFPSj0hZtvusagve44ilhomaupYHkX/ EJHQ== 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 k10si8327379pgc.9.2019.06.23.06.27.42; Sun, 23 Jun 2019 06:28:36 -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 S1726470AbfFWNKh (ORCPT + 99 others); Sun, 23 Jun 2019 09:10:37 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:33393 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726378AbfFWNKh (ORCPT ); Sun, 23 Jun 2019 09:10:37 -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 1hf2GQ-0001c8-54; Sun, 23 Jun 2019 15:10:34 +0200 Date: Sun, 23 Jun 2019 15:10:33 +0200 (CEST) From: Thomas Gleixner To: Linus Torvalds cc: 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: 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 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 .... Thanks, tglx