Message ID | 20230426141333.10063-1-ajones@ventanamicro.com (mailing list archive) |
---|---|
Headers | show |
Series | RISC-V: hwprobe: Couple fixes found on late review | expand |
On Wed, Apr 26, 2023 at 04:13:31PM +0200, Andrew Jones wrote: > I didn't get a chance to take a close look at "[PATCH v6 0/6] RISC-V > Hardware Probing User Interface" until now. I spotted a couple issues > while looking and this series collects the fixes. Both seem fair.. Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
On Wed, Apr 26, 2023 at 7:13 AM Andrew Jones <ajones@ventanamicro.com> wrote: > > I didn't get a chance to take a close look at "[PATCH v6 0/6] RISC-V > Hardware Probing User Interface" until now. I spotted a couple issues > while looking and this series collects the fixes. > > Andrew Jones (2): > RISC-V: hwprobe: There can only be one first > RISC-V: hwprobe: Explicity check for -1 in vdso init > > arch/riscv/kernel/sys_riscv.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > -- > 2.39.2 Sigh, wish I had spotted these. Thanks! Reviewed-by: Evan Green <evan@rivosinc.com>
On Wed, 26 Apr 2023 16:13:31 +0200, Andrew Jones wrote: > I didn't get a chance to take a close look at "[PATCH v6 0/6] RISC-V > Hardware Probing User Interface" until now. I spotted a couple issues > while looking and this series collects the fixes. > > Andrew Jones (2): > RISC-V: hwprobe: There can only be one first > RISC-V: hwprobe: Explicity check for -1 in vdso init > > [...] Applied, thanks! [1/2] RISC-V: hwprobe: There can only be one first https://git.kernel.org/palmer/c/08dc10759468 [2/2] RISC-V: hwprobe: Explicity check for -1 in vdso init https://git.kernel.org/palmer/c/b09313dd2e72 Best regards,