Re: [PATCH v12 for-next 0/4] riscv: ftrace: Miscellaneous ftrace improvements

2024-01-20 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Thu, 30 Nov 2023 13:15:27 +0100 you wrote: > From: Björn Töpel > > NB! Song told me that he would not have the time work on this series, > so I picked it up. > > This series includes a three ftrace improvements fo

Re: [PATCH v3 0/2] riscv: fix patching with IPI

2024-04-28 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 29 Feb 2024 13:10:54 +0100 you wrote: > patch 1 removes a useless memory barrier and patch 2 actually fixes the > issue with IPI in the patching code. > > Changes in v3: > - Remove wrong cleanup as noted by

Re: [PATCH -fixes] riscv: Fix ftrace syscall handling which are now prefixed with __riscv_

2023-10-12 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 3 Oct 2023 20:24:07 +0200 you wrote: > ftrace creates entries for each syscall in the tracefs but has failed > since commit 08d0ce30e0e4 ("riscv: Implement syscall wrappers") which > prefixes all riscv syscalls

Re: [PATCH v2 1/2] kbuild: unify vdso_install rules

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Masahiro Yamada : On Sat, 14 Oct 2023 19:54:35 +0900 you wrote: > Currently, there is no standard implementation for vdso_install, > leading to various issues: > > 1. Code duplication > > Many architectures duplicate similar code

Re: [PATCH] ftrace: riscv: move from REGS to ARGS

2024-05-22 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Fri, 5 Apr 2024 14:24:53 + you wrote: > This commit replaces riscv's support for FTRACE_WITH_REGS with support > for FTRACE_WITH_ARGS. This is required for the ongoing effort to stop > relying on stop_machine(

Re: [PATCH] riscv: Fix early ftrace nop patching

2024-05-23 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 23 May 2024 13:51:34 +0200 you wrote: > Commit c97bf629963e ("riscv: Fix text patching when IPI are used") > converted ftrace_make_nop() to use patch_insn_write() which does not > emit any icache flush relying

Re: [PATCH -fixes] riscv: patch: Flush the icache right after patching to avoid illegal insns

2024-06-27 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Mon, 24 Jun 2024 10:21:41 +0200 you wrote: > We cannot delay the icache flush after patching some functions as we may > have patched a function that will get called before the icache flush. > > The only way to comple

Re: [PATCH v4 00/11] riscv: Memory Hot(Un)Plug support

2024-06-27 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Wed, 5 Jun 2024 13:40:43 +0200 you wrote: > From: Björn Töpel > > > Memory Hot(Un)Plug support (and ZONE_DEVICE) for the RISC-V port > ==

Re: [PATCH] trace: riscv: Remove deprecated kprobe on ftrace support

2024-07-25 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 13 Jun 2024 19:13:47 +0800 you wrote: > Since commit 7caa9765465f60 ("ftrace: riscv: move from REGS to ARGS"), > kprobe on ftrace is not supported by riscv, because riscv's support for > FTRACE_WITH_REGS has b

Re: [PATCH v3] riscv: Only consider swbp/ss handlers for correct privileged mode

2023-09-21 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 12 Sep 2023 08:56:19 +0200 you wrote: > From: Björn Töpel > > RISC-V software breakpoint trap handlers are used for {k,u}probes. > > When trapping from kernelmode, only the kernelmode handlers should be > cons

Re: [PATCH V2 0/4] A few fixes for RISC-V

2024-10-24 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 8 Oct 2024 17:41:37 +0800 you wrote: > These patches are all simple fixes with no strong dependency though, > I hope that making them a patchset will be more convenient for merge. > > The patchset are based on

Re: [PATCH] selftests: riscv: Allow mmap test to compile on 32-bit

2024-09-17 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 08 Aug 2024 11:41:40 -0700 you wrote: > Macros needed for 32-bit compilations were hidden behind 64-bit riscv > ifdefs. Fix the 32-bit compilations by moving macros to allow the > memory_layout test to run on

Re: [PATCH 0/6] selftests/nolibc: wire up riscv32

2025-02-03 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Thomas Weißschuh : On Sat, 21 Dec 2024 15:44:27 +0100 you wrote: > Nolibc has support for riscv32. But the testsuite did not allow to test > it so far. Add a test configuration. > > Signed-off-by: Thomas Weißschuh > --- > Thomas Weißs

Re: [PATCH 1/2] selftest/mm: Fix typo in virtual_address_range

2024-12-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton : On Fri, 13 Sep 2024 10:26:34 +0800 you wrote: > The function name should be *hint* address, so correct it. > > Signed-off-by: Chunyan Zhang > --- > tools/testing/selftests/mm/virtual_address_range.c | 4 ++-- > 1 file

Re: [PATCH V2 0/4] A few fixes for RISC-V

2024-12-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton : On Tue, 8 Oct 2024 17:41:37 +0800 you wrote: > These patches are all simple fixes with no strong dependency though, > I hope that making them a patchset will be more convenient for merge. > > The patchset are based on

Re: [PATCH fixes] riscv: mm: Do not call pmd dtor on vmemmap page table teardown

2024-12-11 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Wed, 20 Nov 2024 14:12:02 +0100 you wrote: > From: Björn Töpel > > The vmemmap's, which is used for RV64 with SPARSEMEM_VMEMMAP, page > tables are populated using pmd (page middle directory) hugetables. > However, t

Re: [PATCH v6] riscv: selftests: Fix warnings pointer masking test

2025-01-08 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Wed, 11 Dec 2024 23:01:43 -0800 you wrote: > When compiling the pointer masking tests with -Wall this warning > is present: > > pointer_masking.c: In function ‘test_tagged_addr_abi_sysctl’: > pointer_masking.c:203:9:

Re: [PATCH 0/2] selftest: fix riscv/vector tests

2025-01-09 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Fri, 20 Dec 2024 17:17:25 +0800 you wrote: > Add test counts and pass message to remove warning of riscv/vector tests. > > Yong-Xuan Wang (2): > tools: selftests: riscv: Add pass message for v_initval_nolibc > t

Re: [PATCH v2] rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm

2025-02-13 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 14 Jan 2025 17:07:21 + you wrote: > When working on OpenRISC support for restartable sequences I noticed > and fixed these two issues with the riscv support bits. > > 1 The 'inc' argument to RSEQ_ASM_OP_R_D

Re: [PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c

2025-04-05 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Alexandre Ghiti : On Thu, 06 Mar 2025 20:49:27 +0100 you wrote: > Vector registers are zero initialized by the kernel. Stop accepting > "all ones" as a clean value. > > Note that this was not working as expected given that > va

Re: [PATCH] kunit: qemu_configs: Add riscv32 config

2025-06-10 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Shuah Khan : On Mon, 07 Apr 2025 10:17:12 +0200 you wrote: > Add a basic config to run kunit tests on riscv32. > > Signed-off-by: Thomas Weißschuh > --- > tools/testing/kunit/qemu_configs/riscv32.py | 17 + > 1 file ch

Re: [PATCH v5] selftests: riscv: add misaligned access testing

2025-08-06 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Alexandre Ghiti : On Fri, 11 Jul 2025 13:19:24 + you wrote: > This selftest tests all the currently emulated instructions (except for > the RV32 compressed ones which are left as a future exercise for a RV32 > user). For the FPU i