From: Linus Torvalds Date: Sun, 5 Jun 2016 18:15:33 +0000 (-0700) Subject: Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5975b2c0c10adbc7894a54ab7b30db4fbcdd8c41;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'parisc-4.7-2' of git://git./linux/kernel/git/deller/parisc-linux Pull parisc fixes from Helge Deller: - Fix printk time stamps on SMP systems which got wrong due to a patch which was added during the merge window - Fix two bugs in the stack backtrace code: Races in module unloading and possible invalid accesses to memory due to wrong instruction decoding (Mikulas Patocka) - Fix userspace crash when syscalls access invalid unaligned userspace addresses. Those syscalls will now return EFAULT as expected. (tagged for stable kernel series) * 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: Move die_if_kernel() prototype into traps.h header parisc: Fix pagefault crash in unaligned __get_user() call parisc: Fix printk time during boot parisc: Fix backtrace on PA-RISC --- 5975b2c0c10adbc7894a54ab7b30db4fbcdd8c41