mojyack
mojyack
### Environment - Hardware model: Surface GO 2 - Kernel version: 6.7.2+ (4e36132e272de3d84833b799be56c2b460db08b6) - Distribution: Gentoo I think I have the same problem. See [dmesg.txt](https://github.com/linux-surface/linux-surface/files/14136971/dmesg.txt). Applying [this patch](https://git.linuxtv.org/media_stage.git/commit/?id=87318b7092670d4086bfec115a0280a60c51c2dd) fixes the...
I found that the dw9719(lens voice coil) driver was rewritten in linux-6.6, and unfortunately, that doesn't work with Surface Go. In order to restore camera functionalities in 6.7.x, I had...
I have sent fixes. Sad to had to revert dw9719 driver.
Have tried this patch. With my configuration, I had to patch libunwind and compiler-rt-sanitizers as well. And for compiler-rt-sanitizers, modifying LDFLAGS seems not sufficient as it fails with `fatal error:...
> Interesting. Can you post the order of packages being emerged? ``` % emerge -pv1 llvm-core/clang These are the packages that would be merged, in order: Calculating dependencies... done! Dependency...
I've tried this patch on my system to install llvm:21 from llvm:20 and confirmed it works. Nice work!
Any progress on this PR? I have been using this patch for months with my llvm+musl gentoo system on both x86_64 and aarch64 and have had no problems. Hope this...
https://github.com/microsoft/mimalloc/pull/898 I worked on a similar problem with mimalloc a while ago. mimalloc was also unconditionally adding -latomic, but by using add_link_library, it changed to only use it in environments...
> It seems unlikely. We found recently that newer V8 versions require it for `__atomic_compare_exchange ` I could build latest nodejs(98788dace6) with llvm-18.1.8 successfully. Did you mean the upstream V8,...
Anyway, LLVM has implemented __atomic_compare_exchange years ago. I haven't been able to verify that the latest V8 can be built with LLVM (building V8 in a non-glibc environment is a...