From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751666AbcBOFUX (ORCPT ); Mon, 15 Feb 2016 00:20:23 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:44313 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbcBOFUV (ORCPT ); Mon, 15 Feb 2016 00:20:21 -0500 Subject: Re: [PATCH 3.10 00/64] 3.10.97-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20160214222221.031471863@linuxfoundation.org> Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org From: Guenter Roeck Message-ID: <56C16012.7010807@roeck-us.net> Date: Sun, 14 Feb 2016 21:20:18 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160214222221.031471863@linuxfoundation.org> Content-Type: text/plain; charset=windows-1252; 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-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 02/14/2016 02:22 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.10.97 release. > There are 64 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 Tue Feb 16 22:22:07 UTC 2016. > Anything received after that time might be too late. > More early feedback: Patch 'EVM: Use crypto_memneq() for digest comparisons' should be dropped because crypto_memneq() does not exist in v3.10. This causes a build error in x86_64:allyesconfig and i386:allyesconfig. security/integrity/evm/evm_main.c: In function 'evm_verify_hmac': security/integrity/evm/evm_main.c:132:3: error: implicit declaration of function 'crypto_memneq' Thanks, Guenter