From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933090AbdKGABk (ORCPT ); Mon, 6 Nov 2017 19:01:40 -0500 Received: from frisell.zx2c4.com ([192.95.5.64]:39657 "EHLO frisell.zx2c4.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932831AbdKGABh (ORCPT ); Mon, 6 Nov 2017 19:01:37 -0500 X-Google-Smtp-Source: ABhQp+SCuxvOun1PYGkXlbalqJxRxSg3DITHnCpkXVVFNm8+q1cAXpz56hHNJmAGprtjbddoYtAm6ytrsf4pOYauY5I= MIME-Version: 1.0 In-Reply-To: References: <20171103141858.13149-1-Jason@zx2c4.com> <20171106093151.8312-1-Jason@zx2c4.com> <20171106155917.glgjgipppzsdpp6h@armageddon.cambridge.arm.com> <20171106161459.bm4b2c7ahljluuda@armageddon.cambridge.arm.com> From: "Jason A. Donenfeld" Date: Tue, 7 Nov 2017 09:01:34 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4] arm64: support __int128 on gcc 5+ To: Ard Biesheuvel Cc: Catalin Marinas , Mark Rutland , Kefeng Wang , Arnd Bergmann , Will Deacon , LKML , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 7, 2017 at 1:55 AM, Ard Biesheuvel wrote: > It appears your v4 adds __ashlti3() and __ashrti3, whereas the error > is about __lshrti3() being undefined. Whoopsie. v5 adds the final missing function. Looks like it now compiles for -next with the config you provided me.