The static assert is failing, as bitfield manipulation seem to be pushed down in the compiler stack, where "static" does not apply anymore. Turning into macros.
On Mon, Dec 14, 2015 at 11:08 AM, Davide Libenzi <[email protected]> wrote: > On Mon, Dec 14, 2015 at 10:35 AM, Barret Rhoden <[email protected]> > wrote: > >> On 2015-12-13 at 11:04 "'Davide Libenzi' via Akaros" >> <[email protected]> wrote: >> > Added a few more things. We don't have a kernel version, do we? >> >> Not yet. I was thinking of using the commit SHA, and exporting that >> through a # device of some sort. Perhaps we can have all of this stuff >> put in #version, and then we select that via Kconfig (instead of the >> invariant build business). >> >> > Kernel: /usr/local/google/home/src/akaros/akaros/obj/kern/akaros-kernel >> >> I'm a little unclear on why you need to know the full path from within >> Akaros. I'd imagine at some point a tool wants to know the original >> binary for symbol lookups, but that seems a little different. >> > > Once you prepare the Linux perf file, Linux perf needs to find the binary > in order to fetch symbols from it. > > > > >> >> What's an MMP record? >> > > Sorry, MMAP. > > > -- 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.
