linux-next: manual merge of the kvm tree with the powerpc tree

2016-07-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/powerpc/kernel/idle_book3s.S between commit: 69c592ed40d3 ("powerpc/opal: Add real mode call wrappers") from the powerpc tree and commit: fd7bacbca47a ("KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on

linux-next: manual merge of the kvm tree with the powerpc tree

2016-07-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/powerpc/kernel/exceptions-64s.S between commit: 9baaef0a22c8 ("powerpc/irq: Add support for HV virtualization interrupts") from the powerpc tree and commit: fd7bacbca47a ("KVM: PPC: Book3S HV: Fix TB corruption in

Re: [PATCH v2] cxl: remove dead Kconfig options

2016-07-17 Thread Andrew Donnellan
On 18/07/16 14:52, Andrew Donnellan wrote: Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only needed to coordinate the merging of the cxlflash driver. Also remove the stub implementation of cxl_perst_reloads_same_image() in cxlflash which is only used if CXL_EEH isn't define

[PATCH v2] cxl: remove dead Kconfig options

2016-07-17 Thread Andrew Donnellan
Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only needed to coordinate the merging of the cxlflash driver. Also remove the stub implementation of cxl_perst_reloads_same_image() in cxlflash which is only used if CXL_EEH isn't defined (i.e. never). Suggested-by: Ian Munsie Si

linux-next: manual merge of the kspp tree with the powerpc tree

2016-07-17 Thread Stephen Rothwell
Hi Kees, Today's linux-next merge of the kspp tree got a conflict in: arch/powerpc/Kconfig between commit: c223c90386bc ("powerpc32: provide VIRT_CPU_ACCOUNTING") from the powerpc tree and commit: 006d998dda94 ("powerpc/uaccess: Enable hardened usercopy") from the kspp tree. I fixed i

Re: [RFC 3/3] kexec: extend kexec_file_load system call

2016-07-17 Thread Dave Young
On 07/15/16 at 09:09am, Vivek Goyal wrote: > On Tue, Jul 12, 2016 at 10:42:01AM +0900, AKASHI Takahiro wrote: > > [..] > > -SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, > > +SYSCALL_DEFINE6(kexec_file_load, int, kernel_fd, int, initrd_fd, > > unsigned long, cmdline_

Re: [RFC 3/3] kexec: extend kexec_file_load system call

2016-07-17 Thread Dave Young
On 07/15/16 at 02:19pm, Mark Rutland wrote: > On Fri, Jul 15, 2016 at 09:09:55AM -0400, Vivek Goyal wrote: > > On Tue, Jul 12, 2016 at 10:42:01AM +0900, AKASHI Takahiro wrote: > > > > [..] > > > -SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, > > > +SYSCALL_DEFINE6(kexec_file_loa

Re: [patch] usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()

2016-07-17 Thread Peter Chen
On Fri, Jul 15, 2016 at 02:15:47PM +0300, Dan Carpenter wrote: > We can't assign -EINVAL to a u16. > > Fixes: 3948f0e0c999 ('usb: add Freescale QE/CPM USB peripheral controller > driver') > Signed-off-by: Dan Carpenter > > diff --git a/drivers/usb/gadget/udc/fsl_qe_udc.c > b/drivers/usb/gadget

Re: [PATCH 3/5] powerpc: tm: Always use fp_state and vr_state to store live registers

2016-07-17 Thread Cyril Bur
On Sun, 17 Jul 2016 11:25:43 +0800 Simon Guo wrote: > Hi Cyril, > On Wed, Jun 08, 2016 at 02:00:34PM +1000, Cyril Bur wrote: > > @@ -917,24 +907,10 @@ static inline void tm_recheckpoint_new_task(struct > > task_struct *new) > > "(new->msr 0x%lx, new->origmsr 0x%lx)\n", > >

[PATCH 1/1] pasemi: Add fixup_device_tree function to prom_init

2016-07-17 Thread Darren Stevens
Add a pasmei platform specific entry in the fixup_device_tree() call in prom_init.c. This call will be used to fix the broken device tree passed by CFE on AmigaOneX1000 machines. Signed-off-by: Darren Stevens --- diff --git a/arch/powerpc/kernel/prom_init.c b/arch/p

[PATCH 0/1] pasemi: Add fixup_device_tree function to prom_init

2016-07-17 Thread Darren Stevens
Hello All, I'm currently working on some device tree patches for the AmigaOne X1000, which I hope to push into the mainline kernel, however there is currently no function for PASemi fixes, this patch introduces it. No code changes at this time. This will be for 4.8 (if possible) Kind regards Da

Linux 4.7: Reported regressions as of Sunday, 2016-07-17

2016-07-17 Thread Thorsten Leemhuis
Hi! Here is my sixth regression report for Linux 4.7. It lists 8 regressions I'm currently aware of; 2 of them are new. The report also mentions 3 regressions that were fixed since the last report(ยน). There were a few ones that were reported to me in the past week (many thx for that!) and fixed a

Re: powerpc/book64s: Move a few exception common handlers to make room

2016-07-17 Thread Michael Ellerman
On Sat, 2016-16-07 at 22:58:25 UTC, Benjamin Herrenschmidt wrote: > This moves the CBE RAS and facility unavailable "common" handlers > down to after the FWNMI page. > > This frees up some space in the very demanded spaces before the > relocation-on vectors and before the FWNMI page. They are stil

Re: powerpc/pseries: HVC early debug options should depend on HVC_CONSOLE

2016-07-17 Thread Michael Ellerman
On Tue, 2016-28-06 at 05:02:46 UTC, Michael Ellerman wrote: > The pseries HVC early debug options, CONFIG_PPC_EARLY_DEBUG_LPAR and > CONFIG_PPC_EARLY_DEBUG_LPAR_HVSI both require code that is part of the > hvc driver. If we turn them on but not CONFIG_HVC_CONSOLE then we get: > > arch/powerpc/ke

Re: [for-4.8,01/12] Fix .long's in mm/tlb-radix.c to more meaningful

2016-07-17 Thread Michael Ellerman
On Wed, 2016-13-07 at 09:35:20 UTC, "Aneesh Kumar K.V" wrote: > From: Balbir Singh > > The .longs with the shifts are harder to read, use more > meaningful names for the opcodes. PPC_TLBIE_5 is introduced > for the 5 opcode variation of the instruction due to an existing > op-code for the 2 opcod

Re: Clarify that adde is an instruction and we mean plural

2016-07-17 Thread Michael Ellerman
On Mon, 2016-23-05 at 01:27:01 UTC, Stewart Smith wrote: > Signed-off-by: Stewart Smith Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ec5619fdba66f091b5b987f980 cheers ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org htt

Re: [1/2] powerpc/pseries: Move property cloning into its own routine

2016-07-17 Thread Michael Ellerman
On Mon, 2016-20-06 at 14:00:39 UTC, Nathan Fontenot wrote: > Move property cloning code into its own routine > > Split the pieces of dlpar_clone_drconf_property() that create a copy of > the property struct into its own routine. This allows for creating > clones of more than just the ibm,dynamic-m

Re: [v2,1/2] powerpc/pseries: Auto-online hotplugged memory

2016-07-17 Thread Michael Ellerman
On Wed, 2016-29-06 at 17:19:14 UTC, Nathan Fontenot wrote: > A recent update (commit id 31bc3858ea3) allows for automatically > onlining memory that is added. This patch sets the config option > CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y for pseries and updates the > pseries memory hotplug code so that

Re: [01/14] powerpc/powernv: Add XICS emulation APIs

2016-07-17 Thread Michael Ellerman
On Fri, 2016-08-07 at 06:37:05 UTC, Benjamin Herrenschmidt wrote: > OPAL provides an emulated XICS interrupt controller to > use as a fallback on newer processors that don't have a > XICS. It's meant as a way to provide backward compatibility > with future processors. Add the corresponding interfac

Re: [v8, 01/11] powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle

2016-07-17 Thread Michael Ellerman
On Fri, 2016-08-07 at 06:20:43 UTC, "Shreyas B. Prabhu" wrote: > Signed-off-by: Shreyas B. Prabhu Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/bfd1b7ae5e0f6aa3f31d590936 cheers ___ Linuxppc-dev mailing list Linuxppc-dev@lis