From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932129AbdKFOfv (ORCPT ); Mon, 6 Nov 2017 09:35:51 -0500 Received: from mail-pf0-f176.google.com ([209.85.192.176]:47133 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752552AbdKFOft (ORCPT ); Mon, 6 Nov 2017 09:35:49 -0500 X-Google-Smtp-Source: ABhQp+RADmxhgQG/6JFdMylnquOeFe6fPe13fw8UBVNmM8cGs36iNV55sauih2CIFk3/QWiq7vst+A== Subject: Re: [PATCH 3.18 00/27] 3.18.80-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org References: <20171106112736.529730803@linuxfoundation.org> From: Guenter Roeck Message-ID: Date: Mon, 6 Nov 2017 06:35:46 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171106112736.529730803@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/06/2017 03:27 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.18.80 release. > There are 27 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 Wed Nov 8 11:27:27 UTC 2017. > Anything received after that time might be too late. > Build is still ongoing, but here is some early feedback: Build reference: v3.18.79-28-g8511676 Building arm:allmodconfig ... failed -------------- Error log: /opt/buildbot/slave/stable-queue-3.18/build/drivers/gpu/drm/msm/msm_gem_submit.c:37:33: error: two or more data types in declaration specifiers struct msm_gpu *gpu, uint32_t int nr) Introduced by commit 93f524fe2abb8 ("drm/msm: Fix potential buffer overflow issue"). Looks like a bad backport. Guenter