From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753280AbbIOOXL (ORCPT ); Tue, 15 Sep 2015 10:23:11 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:57857 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753023AbbIOOW5 (ORCPT ); Tue, 15 Sep 2015 10:22:57 -0400 Subject: Re: [PATCH 3.4 000/146] 3.4.109-rc1 review To: lizf@kernel.org, stable@vger.kernel.org References: <1442307787-31952-1-git-send-email-lizf@kernel.org> Cc: linux-kernel@vger.kernel.org, Zefan Li From: Guenter Roeck Message-ID: <55F829BD.2020104@roeck-us.net> Date: Tue, 15 Sep 2015 07:22:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1442307787-31952-1-git-send-email-lizf@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@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: linux@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 09/15/2015 02:03 AM, lizf@kernel.org wrote: > From: Zefan Li > > This is the start of the stable review cycle for the 3.4.109 release. > There are 146 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 Thu Sep 17 16:59:49 CST 2015. > Anything received after that time might be too late. > Build results: total: 97 pass: 96 fail: 1 Failed builds: s390:allmodconfig Qemu test results: total: 63 pass: 63 fail: 0 The failed build is due to 'crypto: s390/ghash - Fix incorrect ghash icv buffer handling', which introduces the following build error. arch/s390/crypto/ghash_s390.c: In function 'ghash_final': arch/s390/crypto/ghash_s390.c:118:14: error: 'ctx' undeclared (first use in this function) Guenter