Bryan Cantrill
Bryan Cantrill
Good stuff! @alphan, if you haven't seen it, you might be interested in [Tockilator](https://github.com/oxidecomputer/tockilator), a (very) crude tool we built to facilitate this kind of analysis...
Ian's fix allows for Oreboot to run on OpenTitan that pre-dates https://github.com/lowRISC/opentitan/commit/4425b287f8d2c6de6f10410192ee7ef761c71189 -- but for more recent OpenTitan, you need the flash header (I verified that Oreboot was broken by...
Just came across this issue; assuming this issue is being seen on ARMv8-M parts (vs. ARMv7-M), it seems quite likely that it is in fact a duplicate of #219.
How are you consuming ITM? For whatever it's worth, your example works for me with an ITM consumer that we have purpose built that consumes ITM via the TPIU; are...
Just to clarify, @jperkin works with me at Joyent -- and I think he was just trying to be expedient, not take a position against the CLA. If signing the...
Joyent is happy to provide SmartOS infrastructure for this. Please create an account for RethinkDB and then mail me ([email protected]) or DM me (@bcantrill) your username and we'll get it...
I can't speak to the wisdom of implementing it in bpftrace, but I would like to point out that [speculative tracing has certainly been used to debug real issues](https://gist.github.com/bcantrill/849a8b358c345be4a3c78a4119922425). Like...
It doesn't sound like much is going to happen on this issue, but (FWIW) I would argue **against** its inclusion in stable Rust: exclusive ranges on pattern matching makes it...
@Diggsey, I think that that's a great suggestion, though I would actually go a step further and have the compiler itself warn on non-exhaustive patterns (that is, use of `_`...
Ken and Youzhong, As with the other issues you've found in the past, thank you so much for finding this! I'll get this fixed, verified and pushed today. Meanwhile, like...