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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 74817C25B78 for ; Thu, 23 May 2024 01:43:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=H9mxB6+T9SuBIZxxpL7CTR4kIalYWEEem8bWhTv8aZA=; b=pjhs0fsd4nuPUh TCB3frYrp900k325ssrEnrkdvP/+pujxx3QNM0MQR/OaO29KjVUozXbRZQmjSbXrHyaleovhSApJA XSsdlaDbubKjbCY19hmuitxyjpv/1mUEpdLLQ7r/mZ7vP9E2yBT6O1ZrM5lM7d6d16l57Q0FUAL3b cULAoggQP31aEM9Z1/lMR3U9nAKOm+Yr7G5iMomPrpssrSqos4P/brwjUwu4OXWOD7EPCzkNxwe/M GLSflA2t18cHfZXaWEMKUGvihj1BX6nxczri8labBXVkQhyxEpdS/7qmh7kLrnK2DDEW5RZbqnZEr H8C02XoaRKHGph0lN25Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9xU5-00000004gYP-3SNf; Thu, 23 May 2024 01:43:09 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9xU1-00000004gWj-22lU for linux-riscv@lists.infradead.org; Thu, 23 May 2024 01:43:07 +0000 Received: from mail.maildlp.com (unknown [172.19.163.44]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Vl9np6vh4z2CjFs; Thu, 23 May 2024 09:39:26 +0800 (CST) Received: from kwepemf100007.china.huawei.com (unknown [7.202.181.221]) by mail.maildlp.com (Postfix) with ESMTPS id 7863D140153; Thu, 23 May 2024 09:42:56 +0800 (CST) Received: from [10.67.109.184] (10.67.109.184) by kwepemf100007.china.huawei.com (7.202.181.221) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Thu, 23 May 2024 09:42:55 +0800 Message-ID: Date: Thu, 23 May 2024 09:42:54 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] riscv, bpf: Use STACK_ALIGN macro for size rounding up Content-Language: en-US To: Xiao Wang CC: , , , , , , , , , , , , , , , , , , , , , References: <20240522054507.3941595-1-xiao.w.wang@intel.com> From: Pu Lehui In-Reply-To: <20240522054507.3941595-1-xiao.w.wang@intel.com> X-Originating-IP: [10.67.109.184] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemf100007.china.huawei.com (7.202.181.221) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240522_184305_721256_D1218F53 X-CRM114-Status: UNSURE ( 6.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 2024/5/22 13:45, Xiao Wang wrote: > Use the macro STACK_ALIGN that is defined in asm/processor.h for stack size > rounding up, just like bpf_jit_comp32.c does. > > Signed-off-by: Xiao Wang > --- > arch/riscv/net/bpf_jit_comp64.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) It met a patching conflict. I think you should target for the bpf-next tree. https://github.com/kernel-patches/bpf/pull/7080 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv