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 V2 0/4] A few fixes for RISC-V

2024-10-25 Thread Palmer Dabbelt
On Tue, 08 Oct 2024 02:41:37 PDT (-0700), zhangchun...@iscas.ac.cn 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. It doesn't: there's two RISC-V fixes and two MM cleanups, which makes stuff likel

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

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

2024-10-08 Thread Chunyan Zhang
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 v6.12-rc2. Chunyan Zhang (4): riscv: Remove unused GENERATING_ASM_OFFSETS riscv: Remove duplicated GET_RM selftest/mm: Fix typ