Peter Collingbourne
Peter Collingbourne
Looks like some of the RPM builders failed, but I didn't have much luck finding the actual build failure amongst the various log files under the Details link. Am I...
Hi @osandov, do you think you will have a chance to look at this (or any of my other PRs) soon? I'm still actively using them for my kernel development...
> Incidentally @pcc what sort of test setup are you using? I have a Raspberry Pi 4B that I've (somewhat) used with OpenOCD and some bare metal programs before. I...
[repro.json.gz](https://github.com/google/autocxx/files/11107155/repro.json.gz) Did you try reproducing using the Android NDK and the sample project I provided? That should be easier than getting access to an aarch64 machine. I generated a repro.json...
Ping; this also fixed my PAC issue. Note that in addition to the keys themselves, we'll also need to save/restore the key enabled state, which is available via `NT_ARM_PAC_ENABLED_KEYS`.
There are a few known missing aspects of PAC support that I'm aware of: - ptrace emulation (needed for rr to run under itself) - PR_PAC_SET_ENABLED_KEYS support - Support for...
Ah, I thought it was a universal feature (I remember being annoyed by this behavior for decades and only now decided to look into what causes it) but I spot...
The kernel side of this is https://lore.kernel.org/all/[email protected]/T/
(I also confirmed that it's `CNTVCT_EL0` -- if I nop out the `MRS` instruction in the binary I can no longer reproduce the divergence.)
As I mentioned in my initial feature request, I'm sure that it would be possible to write a tool that parses the protobuf written by one of the proto output...