Jessica Clarke

Results 301 comments of Jessica Clarke

This is because we don't round up namesz by 4 in all the pointer arithmetic; both name and desc are padded to 4 bytes, but `FreeBSD\0` is 8 bytes whilst...

> There's room to add `PROT_READ_CAP` and `PROT_WRITE_CAP` to the `sys/sys/mman.h` definitions, too, so we could expose those explicitly to userland, too, but that seems like a deeper change. That's...

From #1250: Blocked on ARM-software/abi-aa#80 stabilising as some aspects of the ABI are dubious and have unresolved feedback, so switching before it's stabilised would risk having to have a second...

Duplicates #62780, though this one has discussion so maybe the _older_ one should be closed in favour of this.

As mentioned on IRC with @glaubitz I have a strange sense of deja vu here. I recall looking at this before and deciding that the tests just fundamentally wouldn't work...

Managed to dig out IRC logs; this is what past me said: ``` 2019-07-18 [10:58:45] cbmuser: problem seems to be delay slots 2019-07-18 [10:59:01] they break on zzz() calls (random...

The GCC compile farm has various sparc64 machines available for anyone working on open-source projects (not just GCC) https://cfarm.tetaneutral.net/machines/list/

Oh and you're missing license headers for files with substance

pmccontrol -L does work to list things today, kinda sad that pmcstat -L can't at least fall back to the built-in tables :(

NB: This is still a little dodgy as building plain AArch64 code with a toolchain that defaults to Morello will get hybrid code, but that's not a use case we...