From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 880DB31A8D; Thu, 28 Sep 2023 10:46:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C6EDC433C8; Thu, 28 Sep 2023 10:46:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695897962; bh=h+CNXH1b6Tz9pCCf5S9IaQ4Eb6+7xgTE44+TmH9sZW8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=THpJNRRpXy1xb+2sMAW+kvqp1dtP8aXZmfthzvlK38+OXQEowIh0VJ1mffL0zLUkT QyL5PsTLVmJJHNQ9vrMwOncvfY/GFNLs2IFKBDwOQ8iJlI9eJOOwttlnL6C+t/RjaY Aqho0D/vXyaiQpUAtScMv9abO0TTtc3nQF5bEL4OGH3eqGCwLXwOXNavSTKchMuKvI aAQC34TA2jewdbmYki8umEkJSHo/tJkfucGtqPB8wo+dB8xTGeB21wNMxFJzUBqONE mPHmyP4HDUggC/3kiFN0GLL0kq0d96lPyv/pXVopfYRQHgNE7tQSwSVD0l/Z+A7+VX rZ/vxUE/iCYQg== From: =?utf-8?B?QmrDtnJuIFTDtnBlbA==?= To: Pu Lehui , bpf@vger.kernel.org, linux-riscv@lists.infradead.org, netdev@vger.kernel.org Cc: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Palmer Dabbelt , Conor Dooley , Luke Nelson , Pu Lehui , Pu Lehui Subject: Re: [PATCH bpf-next v2 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw In-Reply-To: <20230919035839.3297328-2-pulehui@huaweicloud.com> References: <20230919035839.3297328-1-pulehui@huaweicloud.com> <20230919035839.3297328-2-pulehui@huaweicloud.com> Date: Thu, 28 Sep 2023 12:45:59 +0200 Message-ID: <87bkdmo9so.fsf@all.your.base.are.belong.to.us> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Pu Lehui writes: > From: Pu Lehui > > For code unification, add emit_sextw wrapper to unify all the 32-bit > sign-extension operations. > > Signed-off-by: Pu Lehui Acked-by: Bj=C3=B6rn T=C3=B6pel