From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:44412 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933890AbcLMPbq (ORCPT ); Tue, 13 Dec 2016 10:31:46 -0500 Date: Tue, 13 Dec 2016 07:25:27 -0800 From: Greg Kroah-Hartman To: Tuomas Tynkkynen Cc: stable@vger.kernel.org, Herbert Xu Subject: Re: Backport request: crypto: rsa - Add Makefile dependencies to fix parallel builds Message-ID: <20161213152527.GB14683@kroah.com> References: <20161213155739.5173b68e@duuni> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161213155739.5173b68e@duuni> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Dec 13, 2016 at 03:57:39PM +0200, Tuomas Tynkkynen wrote: > Hi Greg, > > Please apply this commit from 4.9 to fix occassional parallel building > issues: > > commit 57891633eeef60e732e045731cf20e50ee80acb4 > Author: David Michael > Date: Tue Nov 29 11:15:12 2016 -0800 > > crypto: rsa - Add Makefile dependencies to fix parallel builds > > Both asn1 headers are included by rsa_helper.c, so rsa_helper.o > should explicitly depend on them. > > Signed-off-by: David Michael > Signed-off-by: Herbert Xu > > Applies to 4.4 and 4.8. Now queued up, thanks. greg k-h