commit | d1f43334a5934e3eee470885eb96c9bfb0e1f4d5 | [log] [tgz] |
---|---|---|
author | Alberto Sánchez Molero <alsamolero@gmail.com> | Sat Jan 20 09:17:57 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:12 2018 -0500 |
tree | 330d2f54df0be9c96509f2f1012964d3f0b89ee2 | |
parent | d5d365558e74941a54e99bc953f63071a21f227d [diff] |
fs: btrfs: Fix unaligned memory accesses Loading files stored with lzo compression from a btrfs filesystem was producing unaligned memory accesses, which were causing a data abort and a reset on an Orange Pi Zero. The change in hash.c is not triggered by any error but follows the same pattern. Please confirm. Fixed according to doc/README.unaligned-memory-access.txt Signed-off-by: Alberto Sánchez Molero <alsamolero@gmail.com> Tested-by: Robert Nelson <robertcnelson@gmail.com>