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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 62D65C41514 for ; Sun, 18 Aug 2019 01:45:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E66321773 for ; Sun, 18 Aug 2019 01:45:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566092706; bh=05qEJrtFlGILarYMvf+y1hptYPVnJsI2/VS5AtD0c6U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QfPutwfCYaxHLOzh4HvGYfkyvB4Cv3mW6pSuId5Xh9j87zJCqA3ov9bk94jPEp0Tw lJ9lEcXHmpS2agIjbYwF3AScaxkDwqfuZj8uomMCr5tjkDIBGO5upcUzqYnWygnyvk uRtLcEGthXcu1aY8T9Z4eIilXwWuE8HtmSJkb6WQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726312AbfHRBpF (ORCPT ); Sat, 17 Aug 2019 21:45:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:54002 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726198AbfHRBpF (ORCPT ); Sat, 17 Aug 2019 21:45:05 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 5A0A52086C; Sun, 18 Aug 2019 01:45:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566092704; bh=05qEJrtFlGILarYMvf+y1hptYPVnJsI2/VS5AtD0c6U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xTckV9iRCyXupa+icWp0PH7ukrjNo0Xr9lOZbat7Z+N7Ct7fgY2YLIDcoICmbwZnJ dEY+sFhrR9pd3vlIGDiXdPmpymLOvcPz8W/TO82SA45g58hDlPSptKF5IEeJhIiks7 tKf1AOj9ljfdvOwPhCva7lwYtkak4M15t+ITIais= Date: Sat, 17 Aug 2019 21:45:03 -0400 From: Sasha Levin To: Max Filippov Cc: LKML , stable@vger.kernel.org, "open list:TENSILICA XTENSA PORT (xtensa)" Subject: Re: [PATCH AUTOSEL 5.2 07/59] xtensa: fix build for cores with coprocessors Message-ID: <20190818014503.GC1318@sasha-vm> References: <20190806213319.19203-1-sashal@kernel.org> <20190806213319.19203-7-sashal@kernel.org> 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: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 06, 2019 at 02:55:29PM -0700, Max Filippov wrote: >Hello, > >On Tue, Aug 6, 2019 at 2:33 PM Sasha Levin wrote: >> From: Max Filippov >> >> [ Upstream commit e3cacb73e626d885b8cf24103fed0ae26518e3c4 ] >> >> Assembly entry/return abstraction change didn't add asmmacro.h include >> statement to coprocessor.S, resulting in references to undefined macros >> abi_entry and abi_ret on cores that define XTENSA_HAVE_COPROCESSORS. >> Fix that by including asm/asmmacro.h from the coprocessor.S. >> >> Signed-off-by: Max Filippov >> Signed-off-by: Sasha Levin >> --- >> arch/xtensa/kernel/coprocessor.S | 1 + >> 1 file changed, 1 insertion(+) > >This fix is only relevant to 5.3, as it fixes a bug introduced in 5.3-rc1. Now dropped, thank you. -- Thanks, Sasha