Gary Dotzler

Results 16 comments of Gary Dotzler

Note that there's a `kvm-arm.mode=none` boot flag per [kernel-parameters docs](https://docs.kernel.org/admin-guide/kernel-parameters.html) which supposedly eliminates runtime impact even when KVM is compiled in. As a vanilla router user, I'm undecided as to...

FWIW I no longer think this is a useless feature: In the three months that passed, Ubuntu announced a supported ARM64 distribution, plus hardware virtualization went mainstream outside the datacenter...

For the record, proposed fix is at [openwrt/firmware_qca-wireless#83](https://github.com/openwrt/firmware_qca-wireless/pull/83). Hope it'll make it into 24.10.2.

@aparcar Is there a breakdown of the extra 500 kB added to the APK-based image? Perhaps some extra eyeballs can help a last minute push to cut this down and...

Also experienced this recently, in our case an LLM unhelpfully inserted a null terminated string and trashed the table. Probably makes sense to reject null bytes inside strings outright, as...

> Yes, I remember - when we enabled it on AArch64, LLVM crashed. That's why we cannot enable this setting by default. > > The LLVM library in our repository...