From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755152AbcHSHin (ORCPT ); Fri, 19 Aug 2016 03:38:43 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55656 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbcHSHik (ORCPT ); Fri, 19 Aug 2016 03:38:40 -0400 Date: Fri, 19 Aug 2016 09:38:25 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: Re: [PATCH 3.14 00/46] 3.14.77-stable review Message-ID: <20160819073825.GB11582@kroah.com> References: <20160818135442.457400364@linuxfoundation.org> <20160818200548.GB7221@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160818200548.GB7221@roeck-us.net> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2016 at 01:05:48PM -0700, Guenter Roeck wrote: > On Thu, Aug 18, 2016 at 03:54:22PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.14.77 release. > > There are 46 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Sat Aug 20 13:54:21 UTC 2016. > > Anything received after that time might be too late. > > > > Build results: > total: 131 pass: 129 fail: 2 > Failed builds: > powerpc:defconfig > powerpc:allmodconfig > > Qemu test results: > total: 89 pass: 88 fail: 1 > Failed tests: > powerpc:pseries_defconfig > > Build error: > > arch/powerpc/kvm/built-in.o: In function `kvmppc_h_cede': (.text+0x1460): > undefined reference to `kvmppc_save_tm' > arch/powerpc/kvm/built-in.o: In function `kvm_end_cede': > arch/powerpc/kvm/book3s_hv_rmhandlers.o:(.text+0x14b8): > undefined reference to `kvmppc_restore_tm' > > Caused by commit 5c2337847932 ("KVM: PPC: Book3S HV: Save/restore TM state > in H_CEDE"). Argh, that was my fault, it shouldn't have been applied there. Now removed, thanks for letting me know. greg k-h