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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 8B3FCC4CECC for ; Mon, 27 Apr 2020 20:35:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 657B7206D4 for ; Mon, 27 Apr 2020 20:35:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bBRMVp4C"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="VMGsl38+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 657B7206D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kJrZDxC6E1ChI++zNu1vhNE/T8z1UnMUDOldaKIXo80=; b=bBRMVp4ChbdPEG UMQykmNK3c9RbZLyzTILStqTO5YwwWW9SxQo+B7Pymr82oY1dRyXdIZW9xUcr12M/nwsw1lDLT+rJ vsyTmwz+Pfx7apH3txs0S8rsiSjSE6uWtehqDDNqdHjvS3TzFQn9V+0+fQHRfNjlsOiy4Da1cdwUX 9wtIVwV56hsq1UDjAllUhZH9MIYCZDcnZhZ2WVE6h6gFm//kCBUL/9JCrSHR+nvQ8SzWdeTp1JoiW sktf6gmbjBGGEZaYnRbj+x5EO0sMoltlSP1zxH23n0JalNciW5rstiVXlTz6BsE3Q09atorruD2Zp fevV/jeFr3lCXHkjKqJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTATP-000506-Uv; Mon, 27 Apr 2020 20:35:27 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTATN-0004zh-W5 for linux-arm-kernel@lists.infradead.org; Mon, 27 Apr 2020 20:35:27 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BACBD206D4; Mon, 27 Apr 2020 20:35:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588019725; bh=2we4piQm6RXtzc92VmQx9m7gcP/Qwm9tg36B3RR3wKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMGsl38+oqpUOKOg6Hm+cldt8xXI6t90CF1jFh0dLiQWBWDRa83onKcbYwOHXq4Ie NnaIvIArx1rzU7unmQO2CmxYunDV+YCEgwRgxeQYiZ5rA0NVIRbbtKPPrRKKsrJpqP egfQSoX1GrMx/3KwjunBGgMi4VWAmkZUNvRZTt8U= Date: Mon, 27 Apr 2020 21:35:21 +0100 From: Will Deacon To: Geoff Levand Subject: Re: [PATCH] arm64/vdso: Remove unused makefile variable Message-ID: <20200427203520.GA23186@willie-the-truck> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200427_133526_053490_6CD7D87F X-CRM114-Status: GOOD ( 10.84 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Catalin Marinas , vincenzo.frascino@arm.com, linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org [+Vincenzo] On Fri, Apr 24, 2020 at 08:58:49AM -0700, Geoff Levand wrote: > The vdso makefile variable VDSO_LDFLAGS is defined, but never used, > so remove it. > > Signed-off-by: Geoff Levand > --- > > Hi, > > This seems to be left over from a code cleanup that missed it. While I agree that this isn't used, I'm wondering why '-Bsymbolic' is used to link the compat vDSO but not the native one. It seems weird to differ in this regard. Vincenzo? Looks like you added this unused variable in 28b1a824a4f44 ("arm64: vdso: Substitute gettimeofday() with C implementation"). Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel