On Thu, 17 Dec 2020 14:30:56 +0200 George Kadianakis <desnac...@riseup.net> wrote: > Bernhard Übelacker <bernha...@mailbox.org> writes: > > > Hello Peter, > > > > Am 16.12.20 um 11:08 schrieb Peter Palfrader: > >> Hi Bernhard! > > > >> Can you try to rebuild tor with __attribute__((aligned(8))) for the > >> keccak_state as suggested in > >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975977#44 > >> and then let us know if the issue is still there? > >> > > > > I rebuilt the tor package with this change [1] below (I hope I > > placed it correctly). > > > > With this I found "disassemble /r keccak_finalize" produces the > > exact same instructions, but now the pointer given to keccak_finalize > > seems to be aligned at a 8 byte boundary. > > > > Now the strd placed at armv5tel the same sequence as > > on armv7 to the "a" member [3]. > > > > And I guess hostname contains now the expected value: > > > > $ cat hs/hostname > > upxkcswnvepfls7vcy5vuixy54hlugfjnzhvl5ygfbjtm7znkyahcvad.onion > > > > Kind regards, > > Bernhard > > > > Thanks a lot for the diagnosis and testing, Bernhard and Arnd. > > I submitted a patch for this here: > https://gitlab.torproject.org/tpo/core/tor/-/merge_requests/243 > > Thanks again! > > Hi Peter
Tested the 4.5.5-rc that was uploaded into the buster-backports All seems to be in working perfectly Cheers