From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DB32C433FF for ; Tue, 13 Aug 2019 18:23:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6F68E20679 for ; Tue, 13 Aug 2019 18:23:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565720591; bh=C+Tkeug3o2OjzVJilF78uo7O4RC0XPJJVWCnooVI5Sw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=gFq8/g84Jk22ik98dpregY+cVhfLVmmb0alzzgje2jWU7h4jT2hFSX12unXMwKXCD ny9mdGyUuQgo7XuGrggFhfTYtXo+rUiI48zsvWUi1nYq6fxGjCu3NF2mXLZQfBqDzN qavlQP1hgHQNlV/tXJgDpjGR/DNDdDUKvNke6DHI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727844AbfHMSXL (ORCPT ); Tue, 13 Aug 2019 14:23:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:33320 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725923AbfHMSXK (ORCPT ); Tue, 13 Aug 2019 14:23:10 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6A2C420665; Tue, 13 Aug 2019 18:23:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565720589; bh=C+Tkeug3o2OjzVJilF78uo7O4RC0XPJJVWCnooVI5Sw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g5HTQo48K6sKye9Ne0qLifxI+rdCcXRrWA1+KzMY3t0KedBEYJ4rjeI8TMIsmi1o7 Zp6TYuS5IAEp5XDcMymtipTJnkyoeogrhcTEkx51nuMBTfCKGxwcMgBQB3GuKCNo2m 19tt5+oKDp9UBh51oycfajUy0SXTGD/+EmejQVq0= Date: Tue, 13 Aug 2019 20:23:07 +0200 From: "gregkh@linuxfoundation.org" To: "Hook, Gary" Cc: "stable@vger.kernel.org" Subject: Re: FAILED: patch "[PATCH] crypto: ccp - Add support for valid authsize values less than" failed to apply to 4.14-stable tree Message-ID: <20190813182307.GA6582@kroah.com> References: <15655353989018@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 13, 2019 at 02:00:35PM +0000, Hook, Gary wrote: > It turns out that this patch has a pre-req that wasn't properly marked as "Fixes" for 4.14 stable. > > If you first apply b698a9f4c5c52, then apply 9f00baf74e4b6, then this be clean. That worked, thanks! greg k-h