From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754120Ab3KUAfI (ORCPT ); Wed, 20 Nov 2013 19:35:08 -0500 Received: from gate.crashing.org ([63.228.1.57]:52499 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496Ab3KUAfE (ORCPT ); Wed, 20 Nov 2013 19:35:04 -0500 Message-ID: <1384994090.26969.130.camel@pasglop> Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Cc: linuxppc-dev , Linux Kernel list Date: Thu, 21 Nov 2013 11:34:50 +1100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus ! Since you pulled my previous one in less than 20mn (the LE stuff), there's no point waiting for tomorrow for these fixes I mentioned earlier so here they are. This is a small collection of random bug fixes and a few improvements of Oops output which I deemed valuable enough to include as well. The fixes are essentially recent build breakage and regressions, and a couple of older bugs such as the DTL log duplication, the EEH issue with PCI_COMMAND_MASTER and the problem with small contexts passed to get/set_context with VSX enabled. Cheers, Ben. The following changes since commit b4789b8e6be3151a955ade74872822f30e8cd914: aacraid: prevent invalid pointer dereference (2013-11-19 16:27:39 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge for you to fetch changes up to c13f20ac48328b05cd3b8c19e31ed6c132b44b42: powerpc/signals: Mark VSX not saved with small contexts (2013-11-21 10:33:45 +1100) ---------------------------------------------------------------- Aneesh Kumar K.V (1): powerpc: booke: Fix build failures Anton Blanchard (5): powerpc: Print DAR and DSISR on machine check oopses powerpc: Remove a few lines of oops output powerpc/pseries: Duplicate dtl entries sometimes sent to userspace powerpc: Only print PACATMSCRATCH in oops when TM is active powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled Gavin Shan (2): powerpc/eeh: Enable PCI_COMMAND_MASTER for PCI bridges powerpc/eeh: More accurate log Heiko Carstens (1): powerpc: Fix __get_user_pages_fast() irq handling Li Zhong (1): powerpc/vio: Fix a dma_mask issue of vio Michael Ellerman (2): powerpc: Make cpu_to_chip_id() available when SMP=n powerpc/pseries: Fix SMP=n build of rng.c Michael Neuling (1): powerpc/signals: Mark VSX not saved with small contexts arch/powerpc/include/asm/smp.h | 2 +- arch/powerpc/kernel/eeh.c | 9 +++++++++ arch/powerpc/kernel/eeh_event.c | 9 +++++++-- arch/powerpc/kernel/process.c | 21 +++++++++++---------- arch/powerpc/kernel/prom.c | 20 ++++++++++++++++++++ arch/powerpc/kernel/signal_32.c | 10 +++++++++- arch/powerpc/kernel/smp.c | 16 ---------------- arch/powerpc/kernel/time.c | 4 ++-- arch/powerpc/kernel/vio.c | 2 +- arch/powerpc/mm/gup.c | 5 +++-- arch/powerpc/mm/slice.c | 2 +- arch/powerpc/platforms/powernv/rng.c | 1 + arch/powerpc/platforms/pseries/rng.c | 1 + arch/powerpc/platforms/wsp/chroma.c | 1 + arch/powerpc/platforms/wsp/h8.c | 1 + arch/powerpc/platforms/wsp/ics.c | 2 ++ arch/powerpc/platforms/wsp/opb_pic.c | 2 ++ arch/powerpc/platforms/wsp/psr2.c | 1 + arch/powerpc/platforms/wsp/scom_wsp.c | 1 + arch/powerpc/platforms/wsp/wsp.c | 1 + 20 files changed, 75 insertions(+), 36 deletions(-)