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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 EFFC8C4360C for ; Wed, 9 Oct 2019 01:38:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C56CA20873 for ; Wed, 9 Oct 2019 01:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570585120; bh=MpXlhIkhf/Mek/wxcrUbCVFSCvb0g4/oh/mqdHzktTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xMSEG8io4huPpkok4ZekjByywLNagXmGbmxKH5U9kodpOQEX4Iw6pLR7n0D/47hyz LPqdY+0FD4vnpgJy08PXPMlWAqpIRfrFH3EO1QHo0Y9luAh4767y/JAAyeRy3XKjXn Rv9y+vRrCuKFCahQTWk+eXySZkRxYfaOKDn/zebg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729924AbfJIBik (ORCPT ); Tue, 8 Oct 2019 21:38:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:39574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729882AbfJIBik (ORCPT ); Tue, 8 Oct 2019 21:38:40 -0400 Received: from localhost (unknown [216.243.17.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AA80A2070B; Wed, 9 Oct 2019 01:38:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570585119; bh=MpXlhIkhf/Mek/wxcrUbCVFSCvb0g4/oh/mqdHzktTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mc91Ke4vVSCqqPZcEGlonZW75iCB9LZtxWShfBf1+UFHsK78oxiNn21kXPox7aPc/ QnWXnwRu4irYkIPaZ6E4XwS12q2MhmHoWWE8C0KWNm35ng14SsKtYbf2O7WlPLxOkj FDBPvRat/isHbF0inHhM0Pu3I8ZQNhW4rM2IoCfc= Date: Tue, 8 Oct 2019 21:23:35 -0400 From: Sasha Levin To: Paul Walmsley Cc: gregkh@linuxfoundation.org, vincent.chen@sifive.com, david.abdurachmanov@sifive.com, palmer@sifive.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] riscv: Avoid interrupts being erroneously enabled in" failed to apply to 5.3-stable tree Message-ID: <20191009012335.GR1396@sasha-vm> References: <1570555664182195@kroah.com> <20191009005252.GQ1396@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed 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, Oct 08, 2019 at 06:00:36PM -0700, Paul Walmsley wrote: >On Tue, 8 Oct 2019, Sasha Levin wrote: > >> I might be missing something here, but wasn't the label "1" already >> declared a few lines above? > >See the "Local Labels" section of > >https://sourceware.org/binutils/docs-2.24/as/Symbol-Names.html#Symbol-Names Thanks! I've fixed the patch to compensate for not having 4f3f90084673f ("riscv: Using CSR numbers to access CSRs") and queued it for 5.4 and 4.19. -- Thanks, Sasha