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=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 038BEC433E0 for ; Fri, 31 Jul 2020 02:17:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CBE6B20829 for ; Fri, 31 Jul 2020 02:17:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731149AbgGaCRX (ORCPT ); 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