On Fri, May 17, 2019 at 02:37:18PM +0200, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > The patch below does not apply to the 4.9-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to <stable@xxxxxxxxxxxxxxx>. > > thanks, > > greg k-h > > ------------------ original commit in Linus's tree ------------------ > > From f699594d436960160f6d5ba84ed4a222f20d11cd Mon Sep 17 00:00:00 2001 > From: Eric Biggers <ebiggers@xxxxxxxxxx> > Date: Thu, 18 Apr 2019 14:43:02 -0700 > Subject: [PATCH] crypto: gcm - fix incompatibility between "gcm" and > "gcm_base" > Can you apply the following commit first? Then this one applies cleanly: commit 9b40f79c08e81234d759f188b233980d7e81df6c Author: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Date: Mon Oct 17 15:10:06 2016 +0000 crypto: gcm - Fix error return code in crypto_gcm_create_common() - Eric