Re: [PATCH v5 0/8] Support Zve32[xf] and Zve64[xfd] Vector subextensions

2024-06-05 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Fri, 10 May 2024 00:26:50 +0800 you wrote: > The series composes of two parts. The first part Specifically, > patch 1 adds a comment at a callsite of riscv_setup_vsize to clarify how > vlenb is observed by the

Re: [PATCH] riscv: selftests: Add hwprobe binaries to .gitignore

2024-05-22 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 25 Apr 2024 12:58:03 -0700 you wrote: > The cbo and which-cpu hwprobe selftests leave their artifacts in the > kernel tree and end up being tracked by git. Add the binaries to the > hwprobe selftest

Re: [PATCH] riscv: selftests: Add signal handling vector tests

2024-05-22 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Wed, 03 Apr 2024 16:50:29 -0700 you wrote: > Add two tests to check vector save/restore when a signal is received > during a vector routine. One test ensures that a value is not clobbered > during signal handling.

Re: [PATCH v5 00/68] Define _GNU_SOURCE for sources using

2024-05-22 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Tejun Heo : On Wed, 22 May 2024 00:56:46 + you wrote: > Centralizes the definition of _GNU_SOURCE into KHDR_INCLUDES and removes > redefinitions of _GNU_SOURCE from source code. > > 809216233555 ("selftests/harness: remove use of

Re: [PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions

2024-04-25 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Fri, 12 Apr 2024 14:48:56 +0800 you wrote: > The series composes of two parts. The first part provides a quick fix for > the issue on a recent thread[1]. The issue happens when a platform has > ununified vector

Re: [PATCH v2] selftests: sud_test: return correct emulated syscall value on RISC-V

2024-04-10 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Wed, 6 Dec 2023 14:44:37 +0100 you wrote: > Currently, the sud_test expects the emulated syscall to return the > emulated syscall number. This assumption only works on architectures > were the syscall calling

Re: [PATCH v2 0/3] riscv: mm: Use hint address in mmap if available

2024-03-20 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Tue, 30 Jan 2024 11:04:29 -0800 you wrote: > On riscv, mmap currently returns an address from the largest address > space that can fit entirely inside of the hint address. This makes it > such that the hint

Re: [PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address

2024-03-20 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Tue, 30 Jan 2024 17:06:59 -0800 you wrote: > On riscv, mmap currently returns an address from the largest address > space that can fit entirely inside of the hint address. This makes it > such that the hint

Re: [PATCH 0/5] tools: selftests: riscv: Fix compiler warnings

2024-01-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 23 Nov 2023 19:58:16 +0100 you wrote: > From: Christoph Müllner > > When building the RISC-V selftests with a riscv32 compiler I ran into > a couple of compiler warnings. While riscv32 support for these

Re: [PATCH v3 0/6] KVM RISC-V Conditional Operations

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Anup Patel : On Tue, 3 Oct 2023 09:22:20 +0530 you wrote: > This series extends KVM RISC-V to allow Guest/VM discover and use > conditional operations related ISA extensions (namely XVentanaCondOps > and Zicond). > > To try these

Re: [RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Shuah Khan : On Wed, 18 Oct 2023 10:08:56 +0800 you wrote: > Yu Liao (2): > selftests/ftrace: add loongarch support for kprobe args char tests > selftests/ftrace: Add riscv support for kprobe arg tests > >

Re: [PATCH -fixes] riscv: kselftests: Fix mm build by removing testcases subdirectory

2023-09-20 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Fri, 15 Sep 2023 12:01:13 +0200 you wrote: > kselftests fails to build because the mm/testcases subdirectory is not > created and then the compiler fails to output the binary there. > > So fix this by simply