On Mon, 2023-02-27 at 13:48 +0100, Jan Beulich wrote: > On 24.02.2023 12:35, Oleksii Kurochko wrote: > > --- a/xen/arch/riscv/traps.c > > +++ b/xen/arch/riscv/traps.c > > @@ -4,10 +4,95 @@ > > * > > * RISC-V Trap handlers > > */ > > + > > +#include <xen/errno.h> > > I couldn't spot anything in the file which would require this > inclusion. -EINVAL, -ENOENT are used in do_bug_frame() I missed that when wrote previous answer on e-mail.
- [PATCH v4 4/5] xen/riscv: test basic handling stuff Oleksii Kurochko
- [PATCH v4 3/5] xen/riscv: introduce an implementation of ... Oleksii Kurochko
- [PATCH v4 1/5] xen/riscv: introduce decode_cause() stuff Oleksii Kurochko
- Re: [PATCH v4 1/5] xen/riscv: introduce decode_cause... Jan Beulich
- Re: [PATCH v4 1/5] xen/riscv: introduce decode_c... Oleksii
- Re: [PATCH v4 1/5] xen/riscv: introduce decode_c... Oleksii
- [PATCH v4 5/5] automation: modify RISC-V smoke test Oleksii Kurochko