From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752652AbbIRBq0 (ORCPT ); Thu, 17 Sep 2015 21:46:26 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:30215 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752043AbbIRBqZ (ORCPT ); Thu, 17 Sep 2015 21:46:25 -0400 Subject: Re: [PATCH 3.4 000/146] 3.4.109-rc1 review To: Guenter Roeck , , References: <1442307787-31952-1-git-send-email-lizf@kernel.org> <55F829BD.2020104@roeck-us.net> CC: From: Zefan Li Message-ID: <55FB6CCA.5010502@huawei.com> Date: Fri, 18 Sep 2015 09:45:46 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55F829BD.2020104@roeck-us.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.236] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/9/15 22:22, Guenter Roeck wrote: > 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) > Now should be fixed. Thanks for testing!