bugzilla-daemon at bugzilla.mindrot.org
2008-May-09 22:20 UTC
[Bug 1462] New: Unaligned access warnings on IA64 when using umac-64
https://bugzilla.mindrot.org/show_bug.cgi?id=1462 Summary: Unaligned access warnings on IA64 when using umac-64 Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: Itanium2 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: imorgan at nas.nasa.gov Created an attachment (id=1499) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1499) Patch by Dale Talcott. Force nh_result to be aligned on a 64-bit boundary. When using the umac-64 algorithm on IA64 numberous 'unaligned access' warnings occur at runtime for both the client and server. These potentially affect performance and can be quite disturbing to users. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-May-09 22:50 UTC
[Bug 1462] Unaligned access warnings on IA64 when using umac-64
https://bugzilla.mindrot.org/show_bug.cgi?id=1462 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2008-05-10 08:50:09 --- Err, the attachment contains the text: ~/src/openssh/patches/5.0p1/openssh-umac-unaligned.diff The contents of the file would be more helpful :-) -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-May-10 00:56 UTC
[Bug 1462] Unaligned access warnings on IA64 when using umac-64
https://bugzilla.mindrot.org/show_bug.cgi?id=1462 Iain Morgan <imorgan at nas.nasa.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1499|0 |1 is obsolete| | --- Comment #2 from Iain Morgan <imorgan at nas.nasa.gov> 2008-05-10 10:56:16 --- Created an attachment (id=1500) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1500) Force nh_result to 64-bit boundary. (Take 2) Doh! Sorry about that. Hopefully it worked this time. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-May-12 20:58 UTC
[Bug 1462] Unaligned access warnings on IA64 when using umac-64
https://bugzilla.mindrot.org/show_bug.cgi?id=1462 Peter Valchev <pvalchev at openbsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED CC| |pvalchev at openbsd.org --- Comment #3 from Peter Valchev <pvalchev at openbsd.org> 2008-05-13 06:58:17 --- Thanks! Applied the fix. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Jul-22 02:22 UTC
[Bug 1462] Unaligned access warnings on IA64 when using umac-64
https://bugzilla.mindrot.org/show_bug.cgi?id=1462 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> 2008-07-22 12:22:07 --- Mass update RESOLVED->CLOSED after release of openssh-5.1 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Seemingly Similar Threads
- [Bug 1753] New: Use -funroll-loops with umac.c
- [Bug 2101] New: Unaligned memory access on sparc in UMAC implemetation
- [Bug 2392] New: unable to ssh with umac has algorithm. error:Disconnecting packet:corrupted MAC on input.
- [Bug 1753] Use -funroll-loops with umac.c
- Recent MAC improvements