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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29131C05052 for ; Fri, 18 Aug 2023 03:47:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357762AbjHRDrA (ORCPT ); Thu, 17 Aug 2023 23:47:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236242AbjHRDqf (ORCPT ); Thu, 17 Aug 2023 23:46:35 -0400 X-Greylist: delayed 504 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 17 Aug 2023 20:46:33 PDT Received: from out-59.mta0.migadu.com (out-59.mta0.migadu.com [91.218.175.59]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0830C3592 for ; Thu, 17 Aug 2023 20:46:32 -0700 (PDT) Message-ID: <2f77080c-6ac2-69cc-fd38-5d71a6cdc8df@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1692329884; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FjJKtE8F8ZIEABqxYxO8DTnV0r5bB4/9fLe/dED26Rw=; b=Ww/U1WPJeiE6zjV2BKmgx/AQsBJ8ggHs/e9Wwm91qrUIiFMUUicq3RNaMqTXLyAu4QbP1L eBY1JbsiUYnC/MFyCSveDrGt73DsnFX2KDl5/4DnkQpJ0tnYmHtppp2nd9IKlMETbbqBC2 54DrECSMdgA7J57VH+iP4f4tp7/l0gg= Date: Thu, 17 Aug 2023 20:37:59 -0700 MIME-Version: 1.0 Subject: Re: [PATCH 20/20] ARC: pt_regs: create seperate type for ecr Content-Language: en-US To: Pavel.Kozlov@synopsys.com, Vineet Gupta , linux-snps-arc@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Shahab Vahedi , Alexey Brodkin References: <20230815004813.555115-21-vgupta@kernel.org> <20230817120935.59181-1-kozlov@synopsys.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vineet Gupta In-Reply-To: <20230817120935.59181-1-kozlov@synopsys.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/17/23 05:09, Pavel.Kozlov@synopsys.com wrote: > Hi Vineet, > > I'm testing your updates and ran into the same build issue reported by the build > robot. > http://lists.infradead.org/pipermail/linux-snps-arc/2023-August/007522.html > >> #define MAX_REG_OFFSET offsetof(struct pt_regs, event) > This change causes a build issue for ARC700, as the event field has been > removed and the MAX_REG_OFFSET macro hasn't been updated. I've posted v2 for 3 patches. Please reapply/retest the whole series. Thx, -Vineet