Here it is: https://github.com/dlibenzi/akaros/blob/user_memory_access_v2/kern/arch/riscv/uaccess.h
On Fri, Nov 13, 2015 at 11:58 AM, Barret Rhoden <[email protected]> wrote: > On 2015-11-10 at 10:06 "'Davide Libenzi' via Akaros" > <[email protected]> wrote: > > OK, I did it, same branch. > > i think i got the latest from this branch, but i didn't see the riscv > header. is e18edccd6..cc1afbf2 the right patch set? > > barret > > > > > > > > On Tue, Nov 10, 2015 at 9:56 AM, Davide Libenzi <[email protected]> > > wrote: > > > > > On Tue, Nov 10, 2015 at 6:42 AM, Barret Rhoden > > > <[email protected]> wrote: > > > > > >> On 2015-11-09 at 17:35 "'Davide Libenzi' via Akaros" > > >> <[email protected]> wrote: > > >> > OK, I fixed the strcpy to/from user code, in the same branch. > > >> > > >> Thanks, I'll take a look. > > >> > > >> > For uaccess.h in RISCV, what do we want to do? > > >> > I don't know it well enough, I don't have anything to build and > > >> > test, and the only Linux thing on it, is an off-tree stepchild. > > >> > > >> Basically I just make a header file with the stubs and put > > >> #warnings in them. It'll make the updating of RISC-V a little > > >> easier. > > >> > > > > > > I will not be able to even try if the stub are working though. > > > Anyway I will do that, unless you stop me because you already did. > > > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Akaros" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
