From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752607AbcBOSMN (ORCPT ); Mon, 15 Feb 2016 13:12:13 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44547 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbcBOSMK (ORCPT ); Mon, 15 Feb 2016 13:12:10 -0500 Date: Mon, 15 Feb 2016 10:12:09 -0800 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: Re: [PATCH 3.10 00/64] 3.10.97-stable review Message-ID: <20160215181209.GC7927@kroah.com> References: <20160214222221.031471863@linuxfoundation.org> <56C16012.7010807@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56C16012.7010807@roeck-us.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 14, 2016 at 09:20:18PM -0800, Guenter Roeck wrote: > 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' Now deleted, thanks. greg k-h