diff options
author | Horacio Mijail Anton Quiles <hmijail@gmail.com> | 2015-07-17 23:24:04 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-07-17 23:39:53 (GMT) |
commit | 0f70fe605fad0f3215818ba79fc12617c0ec7f90 (patch) | |
tree | 4e0e1768928926e774f92081fa5236df02df8fe2 /lib/zlib_inflate/Makefile | |
parent | b4749e96a4a872c2496602566f205547c4e3c950 (diff) | |
download | linux-0f70fe605fad0f3215818ba79fc12617c0ec7f90.tar.xz |
hexdump: fix for non-aligned buffers
A hexdump with a buf not aligned to the groupsize causes
non-naturally-aligned memory accesses. This was causing a kernel panic
on the processor BlackFin BF527, when such an unaligned buffer was fed
by the function ubifs_scanned_corruption in fs/ubifs/scan.c .
To fix this, change accesses to the contents of the buffer so they go
through get_unaligned(). This change should be harmless to unaligned-
access-capable architectures, and any performance hit should be anyway
dwarfed by the snprintf() processing time.
Signed-off-by: Horacio Mijail Antón Quiles <hmijail@gmail.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Joe Perches <joe@perches.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/zlib_inflate/Makefile')
0 files changed, 0 insertions, 0 deletions