From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754415AbcHSCJT (ORCPT ); Thu, 18 Aug 2016 22:09:19 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:37256 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768AbcHSCIg (ORCPT ); Thu, 18 Aug 2016 22:08:36 -0400 Date: Thu, 18 Aug 2016 13:05:48 -0700 From: Guenter Roeck To: Greg Kroah-Hartman 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: <20160818200548.GB7221@roeck-us.net> References: <20160818135442.457400364@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160818135442.457400364@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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"). Guenter