Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp2374401ybg; Thu, 30 Jul 2020 19:18:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw++++AhG6Ksq5NUOJExZ6aaqCMxkGWYKQ5kuGoxUR7BcKoJ7FL7MVsRehMym3QIdQaltqI X-Received: by 2002:aa7:c885:: with SMTP id p5mr1926082eds.100.1596161895200; Thu, 30 Jul 2020 19:18:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596161895; cv=none; d=google.com; s=arc-20160816; b=zGCr04YbuluvWlz08dcv+tepMhISkKmoNBJM87NPLpMNbck8QzLbK/nK294J/3Yu44 AYQK8/Nl/6/s19HsG37iQ3FWniUue0vXgNkZSAU+SMkVwhOBPGoTZew7XtcAbtaiSbKy eIsVPPhmbzXXkAsJeO0BYsk2qgkD2+rwZInFQAkpm/woRUWyK0K/pGOuD2E+srmil8kT tvfX9wG+8hoW/WQZKkrcuKR6HjMOkPYeVFq037W3nZBQmvMp6j/PD74WreDwmh3FH0pL HnKySwk7Ej1ipRKbO3/nJnp61BkH5A1Z/DJqK+Yf0WnrD+L/pNRXioK7AeIvPeSR2UDW j1Xg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=6QySXKS8hC4tAdBP/u/focuADEJrvOJZX7QlUeCOZ00=; b=RygNP57kXQWoPfCzMJHX2NmsWPSIunIrubN7rxVE7FI0HBtCWhBVr3WfbCsADM5j8w yuJrIhFnP45Yk+812N5294hEoGwl7ej9IhADBGnlBekR7yf3+zoLysTUcfiUfgCeCIlr gq329xbSoi5X9cuHpV50CX0yeAGkj91LxyQhJawiXBdZliJ2VDI9QQ5Xg4SG5Oz8Glym vFjo/5QygRZ1OuqIurxvBrD503PY0ESmR5uD26e8TY/rwBRq4jItqs+Kc4TVB1Qqbh30 U5VeYSrQAKIhlApkgvJ31pbZmYZRAfBJk6IW1q7WoFLu30OXaYUFvO250MFDK3rnyxrZ yL3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g8si4739097edj.508.2020.07.30.19.17.44; Thu, 30 Jul 2020 19:18:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731125AbgGaCRX (ORCPT + 99 others); Thu, 30 Jul 2020 22:17:23 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:39213 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730962AbgGaCRX (ORCPT ); Thu, 30 Jul 2020 22:17:23 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 06V2GV0g008250; Fri, 31 Jul 2020 04:16:31 +0200 Date: Fri, 31 Jul 2020 04:16:31 +0200 From: Willy Tarreau To: Linus Torvalds Cc: Grygorii Strashko , Stephen Rothwell , Naresh Kamboju , Mark Rutland , "Theodore Ts'o" , Kees Cook , Arnd Bergmann , Catalin Marinas , Mark Brown , Richard Henderson , open list , lkft-triage@lists.linaro.org, Emese Revfy , hsinyi@chromium.org, Will Deacon , Linux ARM Subject: Re: arm64: pointer_auth.h:40:3: error: implicit declaration of function 'get_random_bytes'; did you mean 'get_random_once'? Message-ID: <20200731021631.GA8247@1wt.eu> References: <20200730211522.1ea3561f@canb.auug.org.au> <7b0c0f44-f56d-5e71-cf86-dbdea190267a@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 30, 2020 at 12:40:01PM -0700, Linus Torvalds wrote: > On Thu, Jul 30, 2020 at 12:05 PM Grygorii Strashko > wrote: > > > > FYI. Below diff seems fixes build: > > Thanks, I'll do that instead, it looks like the right thing to do regardless. > > Mind sending me a sign-off for it (and commit message would be lovely > too, but I can make something up)? Yeah, it's just a one-liner, but > let's do this right. Don't you want to take Mark's patch anyway in addition to all this ? In case anyone meets yet another build issue, they'd have more luck trying to revert any other patch. Right now if they revert one, it breaks the build in a different way and doesn't help much. Willy