Gary Guo
Gary Guo
> It is concerning that CI just passes with hardly any test changes. Could you add a ui run-pass test with the example from #123231? You can model it after...
Using crate features can be dangerous as features are unified, so if one crate enables it it disable this protection for another crate. I think this should be opt-in for...
The code was written assuming MEM_SIZE is power of two, e.g. the mask calculation relies on MEM_SIZE being power of two to work. Why do you need to be not...
> There's definitely a Rust demangler in the perf tree, though, which seems like even if it's not normally used we should still seek to update, since presumably it's needed...
0x1 switches on MML which alters the interpretation of PMPs, maybe you haven't configured PMPs properly so now the instruction memory is unaccessible?
I think you also need to setup PMP to cover executable code.
@leo60228 I tested rpi5-uefi and you flake, and it seems to be working perfectly! Thanks a lot! I think the only addition in your flake compared to the upstream linux-rpi...
Apparently according to https://www.raspberrypi.com/documentation/computers/linux_kernel.html, rpi5 uses a different config so it uses 16K page instead of 4K.
If `xset q` returns output, it means that WSLD's X forwarding is working fine. What app are you trying to launch? Does xterm work?