Georgi Valkov
Georgi Valkov
@neheb While this builds fine for ESPRESSObin Ultra, and WRT3200ACM; and it does work on WRT3200ACM (32 bit), I am a "little" concerned about the change to `debugfs.c`: - sure...
@Ansuel It's a bit more complicated than that. If we can guarantee that we can reserve driver memory below, then it will be ugly, but it should work. The physical...
@neheb Yes, we can conditionally disable dereferencing on 64 bit CPUs. @Ansuel > Well thing is that the struct is packed and the addres is already 32 bit sooo I...
@neheb I tested this PR on the 32 bit WRT3200ACM and while it works, my previous comment remains that dereferencing a 32 bit value as a 64 pointer on a...
@t8m Is there anything else you want me to do or change? I rebased the PR on master and now all tests pass. Any idea why there was a failing...
@t8m @nhorman Rebased on master.
@t8m Thanks! Do you want me to implement the missing atomic functions for VS2010 x86 in assembly as suggested here? https://github.com/openssl/openssl/issues/24109 Although at this point I'm not sure if it...
@kwkam @nhorman @t8m I created a PR to address the build error and warnings here https://github.com/openssl/openssl/pull/24803 Thank you for reporting it, and I am sorry for the trouble.
Fixed by this commit: usb: Revert default mode back to 1 https://github.com/libimobiledevice/usbmuxd/commit/f8be60c4a3c34ddcd97a6b0481ef0e81214cecc5
rebased on master