From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 5FAF01A03E9 for ; Mon, 28 Jul 2014 13:46:28 +1000 (EST) Message-ID: <1406519179.4935.37.camel@pasglop> Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Date: Mon, 28 Jul 2014 13:46:19 +1000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev , Linux Kernel list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Linus ! Here are 3 more small powerpc fixes that should still go into .16. One is a recent regression (MMCR2 business), the other is a trivial endian fix without which FW updates won't work on LE in IBM machines, and the 3rd one turns a BUG_ON into a WARN_ON which is definitely a LOT more friendly especially when the whole thing is about retrieving error logs ... Cheers, Ben. The following changes since commit 6f5405bc2ee0102bb3856e2cdea64ff415db2e0c: powerpc: use _GLOBAL_TOC for memmove (2014-07-22 15:56:04 +1000) 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 396a34340cdf7373c00e3977db27d1a20ea65ebc: powerpc: Fix endianness of flash_block_list in rtas_flash (2014-07-28 11:30:54 +1000) ---------------------------------------------------------------- Michael Ellerman (1): powerpc/perf: Fix MMCR2 handling for EBB Thomas Falcon (1): powerpc: Fix endianness of flash_block_list in rtas_flash Vasant Hegde (1): powerpc/powernv: Change BUG_ON to WARN_ON in elog code arch/powerpc/kernel/rtas_flash.c | 6 ++++-- arch/powerpc/perf/core-book3s.c | 6 +++--- arch/powerpc/platforms/powernv/opal-elog.c | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-)