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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 260C1C433DF for ; Mon, 1 Jun 2020 20:37:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F3DB22074B for ; Mon, 1 Jun 2020 20:37:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="vKgR0NOl" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728205AbgFAUhV (ORCPT ); Mon, 1 Jun 2020 16:37:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727099AbgFAUhV (ORCPT ); Mon, 1 Jun 2020 16:37:21 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:3201:214:fdff:fe10:1be6]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1479C061A0E for ; Mon, 1 Jun 2020 13:37:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=9b86reDtsyQfJbc8abxJNaCGsMZ5GOatje1r07Y+ONM=; b=vKgR0NOlB9cZgrUqV528W8oAX sxKQq9tqfLAANKRcNXXOC2MS/XR+R/WcPthGDuGkpOcFkRQQCIRFk5HCcQT+mMYIHNlrIOBsRcMpR PgQeoa9keq8HPYPvFCh6WuqfJJmslUhhM3FXmFdq5PK91O7Ts+jOWTIY9VQnWm11N/87pblspN42l hyDrvMxY8Zmf1z/ksjiBbh6vHS6aZ7uEUQqJXXN8kfnzx2olOMNEbWpCsN5Tt6kvQ6vESW0XYi8qV PuFvuFNM8/M6+Jody4bDW+atHM9rZ0253juNrw4ZPTNLW9mnxTJjPayDBf9Ml4rwBdM7BahtO5saO eM34qYmUA==; Received: from shell.armlinux.org.uk ([2001:4d48:ad52:3201:5054:ff:fe00:4ec]:48160) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfrBI-0001ED-Ts; Mon, 01 Jun 2020 21:37:13 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1jfrBH-0003cv-4o; Mon, 01 Jun 2020 21:37:11 +0100 Date: Mon, 1 Jun 2020 21:37:11 +0100 From: Russell King - ARM Linux admin To: Naresh Kamboju Cc: Greg Kroah-Hartman , Sasha Levin , linux- stable , lkft-triage@lists.linaro.org Subject: Re: stable-rc 4.9: arm: arch/arm/vfp/vfphw.S:158: Error: bad instruction `ldcleq p11,cr0,[r10],#32*4' Message-ID: <20200601203710.GR1551@shell.armlinux.org.uk> References: <20200601170248.GA1105493@kroah.com> <20200601170751.GO1551@shell.armlinux.org.uk> <20200601182922.GQ1551@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jun 02, 2020 at 01:15:26AM +0530, Naresh Kamboju wrote: > On Mon, 1 Jun 2020 at 23:59, Russell King - ARM Linux admin > wrote: > > > > On Mon, Jun 01, 2020 at 11:01:19PM +0530, Naresh Kamboju wrote: > > > On Mon, 1 Jun 2020 at 22:37, Russell King - ARM Linux admin > > > wrote: > > > > It looks like Naresh's toolchain doesn't like the new format > > > > instructions. Which toolchain (and versions of the individual > > > > tools) are you (Naresh) using? > > > > > > toolchain version is gcc-9 > > > > gcc 9 is just one part of the toolchain - that's the compiler, and > > actually irrelevent for the errors being reported. > > > > It's binutils, specifically the assembler that is choking, so that's > > the version we really need. Something like: > > > > arm-linux-gnueabihf-as --version > > GNU assembler (GNU Binutils for Debian) 2.34 That should be recent enough, I guess it must be down to the missing patches gregkh identified. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC for 0.8m (est. 1762m) line in suburbia: sync at 13.1Mbps down 424kbps up