From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Chen Date: Tue, 10 Mar 2020 14:41:20 +0800 Subject: [PATCH 1/2] riscv: Fix sbi_remote_sfence_vma{,_asid} In-Reply-To: <752D002CFF5D0F4FA35C0100F1D73F3FA46E25F8@ATCPCS16.andestech.com> References: <1583484257-8493-1-git-send-email-bmeng.cn@gmail.com> <752D002CFF5D0F4FA35C0100F1D73F3FA46E25F8@ATCPCS16.andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin > From: Bin Meng [mailto:bmeng.cn at gmail.com] > Sent: Tuesday, March 10, 2020 9:54 AM > To: Lukas Auer; Rick Jian-Zhi Chen(???); U-Boot Mailing List > Subject: Re: [PATCH 1/2] riscv: Fix sbi_remote_sfence_vma{,_asid} > > Hi Rick, > > On Fri, Mar 6, 2020 at 4:44 PM Bin Meng wrote: > > > > Currently sbi_remote_sfence_vma{,_asid} does not pass their arguments > > to SBI at all, which is semantically incorrect. > > > > This keeps in sync with Linux kernel commit: > > a21344dfc6ad: fix sbi_remote_sfence_vma{,_asid} > > > > Signed-off-by: Bin Meng > > --- > > > > arch/riscv/include/asm/sbi.h | 19 ++++++++++++------- > > 1 file changed, 12 insertions(+), 7 deletions(-) > > > > Ping? > > I think these 2 patches in this series should be in v2020.04 OK, no problem. I will review and pull it later. Thanks, Rick > > Regards, > Bin