From 1f2048fd8bc4219db821611da305a74f4b72b3c3 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 7 Nov 2013 17:08:36 +0100 Subject: [PATCH] parisc: signal fixup - SIGBUS vs. SIGSEGV Clean up code to send correct signal on invalid memory accesses: Send SIGBUS instead of SIGSEGV for memory accesses outside of mmap'ed areas This fixes the mmap13 testcase from the Linux Test Project. Signed-off-by: Helge Deller --- Reading git-format-patch failed