Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp70234pxb; Wed, 20 Oct 2021 16:46:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzRlWKMu9S8L+Y7wLD9tx5hgDsxZXZ2DTOw7kqWC7ojwWJcFpcZzG8LtG/K1EcaYsHJkwwR X-Received: by 2002:a05:6402:848:: with SMTP id b8mr2816629edz.328.1634773595131; Wed, 20 Oct 2021 16:46:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634773595; cv=none; d=google.com; s=arc-20160816; b=QDepKlvSqsytK8MjG3fYU6cgaAB8cK/JzU8dsk1bBV2uuGg5BB/5f5uC6lV2bDfIKq NL/k7F6U1teUaPzWdMd1tgP2aRlT2TVR/O8ECO/KqKvQfq1yHOsd18w7guXofzjN6PzK XHo9eIdaQnmZdQUZ5tI4WAQD/OxRuvYxkqby2/Ng2fckDN608X+AJ7hJVgxoTxJWn99M Hgvf/IanGu3/H4QEGDpgbCvRlzv2uhikWD+wJ7BuEoDsgKZbTrqmVr5Ua9fvnwkpK/Oz QhZpYUwd+il1L346WtakoGBMhabOY4gWTORVxEA2SSzAMy3VlufHVwgXWb5nILGUSmES o3UQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=CGbt50b9BT9d2x0IbkWtgUw2y0C0Mfavzzm03Aux7oA=; b=Y027Gm9o9j0BY/wZbNF+rxByVAWifiUayPUnkJioiYxGFlSTcqR//TZsQJsOG7FzwH xIfou+ZSSferisfpVO3s4P0U12altwGHqeDqpWTNqZhhEU3ljYt5V2uVY3KuDX3LQ8yJ GJ7oTDewOOIhAoWcLZo13Zpws4+qhCQWN6hY7F9zX83ukB+x0a42IOWwJ0BAfOktkn1+ 3FSHKEF2QtlT6/2k2A6FfeUofmTl2lrV7ajyaU1tdIJ6wYswtwTwFzSPeI2BqKEZ2Vru D3meFm9U0b8+j4IwdcjetOPIbkitnMKWAmc5xGCUnrdC6yVR8ddZzTAnK2C27gB+EBh/ O6Kg== 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 ds2si5733517ejc.117.2021.10.20.16.46.02; Wed, 20 Oct 2021 16:46:35 -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 S231233AbhJTXoB (ORCPT + 99 others); Wed, 20 Oct 2021 19:44:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbhJTXoA (ORCPT ); Wed, 20 Oct 2021 19:44:00 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CBF81C06161C for ; Wed, 20 Oct 2021 16:41:45 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 0A49292009C; Thu, 21 Oct 2021 01:41:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 031B392009B; Thu, 21 Oct 2021 01:41:44 +0200 (CEST) Date: Thu, 21 Oct 2021 01:41:44 +0200 (CEST) From: "Maciej W. Rozycki" To: kernel test robot cc: Thomas Bogendoerfer , Paul Burton , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: Re: {standard input}:533: Error: opcode not supported on this processor: mips3 (mips3) `dins $8,$11,32,32' In-Reply-To: <202012281036.28Bl0gVy-lkp@intel.com> Message-ID: References: <202012281036.28Bl0gVy-lkp@intel.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 28 Dec 2020, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 5c8fe583cce542aa0b84adc939ce85293de36e5e > commit: c7e2d71dda7ac4731bae54a25c49cd81fe7b9046 MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64() > date: 1 year, 11 months ago > config: mips-randconfig-c004-20201228 (attached as .config) > compiler: mipsel-linux-gcc (GCC) 9.3.0 > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c7e2d71dda7ac4731bae54a25c49cd81fe7b9046 > git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > git fetch --no-tags linus master > git checkout c7e2d71dda7ac4731bae54a25c49cd81fe7b9046 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > {standard input}: Assembler messages: > >> {standard input}:533: Error: opcode not supported on this processor: mips3 (mips3) `dins $8,$11,32,32' Good catch! :) Fix posted: Maciej