On Thu, 13 Feb 2020 at 11:39, Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote: > > On Thu, Feb 13, 2020 at 11:34:44AM +0100, Jason A. Donenfeld wrote: > > On Thu, Feb 13, 2020 at 05:23:55PM +0800, Herbert Xu wrote: > > > On Tue, Feb 04, 2020 at 12:39:33AM +0100, Matteo Croce wrote: > > > > Add arch/arm64/crypto/poly1305-core.S to .gitignore > > > > as it's built from poly1305-core.S_shipped > > > > > > > > Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation") > > > > Signed-off-by: Matteo Croce <mcroce@xxxxxxxxxx> > > > > --- > > > > arch/arm64/crypto/.gitignore | 1 + > > > > 1 file changed, 1 insertion(+) > > > > > > Patch applied. Thanks. > > > > Probably makes sense for 5.6, no? > > No this is too minor. Only critical bug fixes (e.g., user > triggerable crashes) or build issues are routinely accepted. > Sasha Levin's 'AI' bot finds everything with a 'fixes' tag and proposes to backport it if it applies cleanly and doesn't break the build, so this patch is going to end up in v5.6 anyway.