Re: Build regressions/improvements in v3.13-rc1

2013-11-24 Thread Geert Uytterhoeven
On Sat, Nov 23, 2013 at 7:58 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: 8 regressions: + /scratch/kisskb/src/arch/sparc/kernel/kgdb_64.c: error: implicit declaration of function 'exception_enter' [-Werror=implicit-function-declaration]: = 162:7 +

Re: [PATCH v5 00/17] add COMMON_CLK support for PowerPC MPC512x

2013-11-24 Thread Gerhard Sittig
On Mon, Nov 18, 2013 at 00:06 +0100, Gerhard Sittig wrote: the series is based on v3.12, but I'll rebase against v3.13-rc1 (when available) or any other subtree upon request Now that v3.13-rc1 is out, I noticed that the series no longer applies cleanly (minor context changes and conflicts)

[PATCH] powerpc/signals: Improved mark VSX not saved with small contexts fix

2013-11-24 Thread Michael Neuling
In a recent patch: commit c13f20ac48328b05cd3b8c19e31ed6c132b44b42 Author: Michael Neuling mi...@neuling.org powerpc/signals: Mark VSX not saved with small contexts We fixed an issue but an improved solution was later discussed after the patch was merged. Firstly, this patch doesn't handle

Re: [PATCH v7 0/4] Add dual-fifo mode support of i.MX ssi

2013-11-24 Thread Shawn Guo
On Sat, Nov 23, 2013 at 12:31:32AM +0800, Nicolin Chen wrote: Hi all, I'm sorry to push this. But this series has been an orphan for a while. Could any one please receive and foster it? Vinod, I expect you will pick up the series. But otherwise, I can apply it via IMX tree with your

RE: [PATCH 0/9 v2] vfio-pci: add support for Freescale IOMMU (PAMU)

2013-11-24 Thread Bharat Bhushan
-Original Message- From: Alex Williamson [mailto:alex.william...@redhat.com] Sent: Friday, November 22, 2013 2:31 AM To: Wood Scott-B07421 Cc: Bhushan Bharat-R65777; linux-...@vger.kernel.org; ag...@suse.de; Yoder Stuart-B08248; io...@lists.linux-foundation.org;

[PATCH] phy: Add Vitesse 8514 phy ID

2013-11-24 Thread shh.xie
From: Shaohui Xie shaohui@freescale.com Phy is compatible with Vitesse 82xx Signed-off-by: Shaohui Xie shaohui@freescale.com --- drivers/net/phy/vitesse.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c index

[PATCH v2] PPC64: Adding symbols in vmcoreinfo to facilitate dump filtering

2013-11-24 Thread Hari Bathini
When CONFIG_SPARSEMEM_VMEMMAP option is set in kernel, makedumpfile tool fails to filter vmcore dump as it fails to do translations for vmemmap addresses that are mapped outside zone normal. For vmemmap adress translation support in this scenario, few kernel symbols are needed by dump filtering