Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758749AbcDEMv4 (ORCPT ); Tue, 5 Apr 2016 08:51:56 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:32929 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756633AbcDEMtF (ORCPT ); Tue, 5 Apr 2016 08:49:05 -0400 From: Nicolai Stange To: Herbert Xu Cc: Nicolai Stange , "David S. Miller" , Tadeusz Struk , Michal Marek , Andrzej Zaborowski , Stephan Mueller , Arnd Bergmann , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 00/14] lib/mpi: bug fixes and cleanup References: <1458648768-1469-1-git-send-email-nicstange@gmail.com> <20160405124733.GJ13048@gondor.apana.org.au> Date: Tue, 05 Apr 2016 14:49:01 +0200 In-Reply-To: <20160405124733.GJ13048@gondor.apana.org.au> (Herbert Xu's message of "Tue, 5 Apr 2016 20:47:33 +0800") Message-ID: <874mbgte4i.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 642 Lines: 24 Herbert Xu writes: > On Tue, Mar 22, 2016 at 01:12:34PM +0100, Nicolai Stange wrote: >> Former v2 can be found here: >> >> http://lkml.kernel.org/g/1458566775-5239-1-git-send-email-nicstange@gmail.com >> >> >> This v3 series incorporates a fix to the pointer arithmetic issue in v2's >> [8/14] ("lib/mpi: mpi_read_buffer(): fix buffer overflow") spotted by >> Tadeusz Struk. >> >> The rest, that is [1-7,9-14/14], go unchanged and have got a >> >> Tested-by: Tadeusz Struk >> >> already. >> >> >> Applicable to linux-next-20160322. > > All applied. Thank you very much :)