From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751635AbcEQEHT (ORCPT ); Tue, 17 May 2016 00:07:19 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:41713 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbcEQEHR (ORCPT ); Tue, 17 May 2016 00:07:17 -0400 Subject: Re: [PATCH 3.14 00/17] 3.14.70-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20160517011346.950684325@linuxfoundation.org> Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org, Jon Medhurst From: Guenter Roeck Message-ID: <573A98DB.9080504@roeck-us.net> Date: Mon, 16 May 2016 21:06:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160517011346.950684325@linuxfoundation.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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-Authenticated-Sender: bh-25.webhostbox.net: 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 05/16/2016 06:14 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.14.70 release. > There are 17 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 May 19 01:13:32 UTC 2016. > Anything received after that time might be too late. > Early feedback: Commit 'arm64: Make arch_randomize_brk avoid stack area' breaks arm64 builds. arch/arm64/kernel/process.c: In function ‘randomize_et_dyn’: arch/arm64/kernel/process.c:378:9: error: implicit declaration of function ‘randomize_base’ Guenter