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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 BA646C433E0 for ; Thu, 21 May 2020 23:44:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98BD520884 for ; Thu, 21 May 2020 23:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590104695; bh=uDsCRqJpxOKU7WOkaHgp1RGWqZpp4vqZAQpY7BM9AzA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=126Pno+gDsyaV2jEC4KT5oQWo+WIhUENzajNW/+IaV3OdsM4p/skGEViRPjHooaYD vxzTBshoGcM0VoixhtoyW63gG7lv6GHlw14cc2LylfMHiP7asyHoogX+En8dt8TOKQ I8eV+Kwy+5O1GeJUigBTxbWmuDtfLsSX12VGw7Bk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728902AbgEUXoz (ORCPT ); Thu, 21 May 2020 19:44:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:49402 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728537AbgEUXoy (ORCPT ); Thu, 21 May 2020 19:44:54 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 58BC3207D8; Thu, 21 May 2020 23:44:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590104694; bh=uDsCRqJpxOKU7WOkaHgp1RGWqZpp4vqZAQpY7BM9AzA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FuOEJ3/jwJaOErUDuEcY/Oc/rMjTYX8ZyyqYFl80doN9MAr7sgnR002g2KAVxWYJF ePoM1tTYEXpdup8ec0Dp0tjYhIYyWzZf9C1MCybHrENxweLYdiT2c4MqUd2vUOK/4m ryPRGaSPAj2mXD8WKRC7rWS51zS6xxc5q87tomPs= Date: Thu, 21 May 2020 19:44:53 -0400 From: Sasha Levin To: Daniel Jordan Cc: Greg Kroah-Hartman , Ben Hutchings , Herbert Xu , Steffen Klassert , stable@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: [stable-4.19 1/3] padata: Replace delayed timer with immediate workqueue in padata_reorder Message-ID: <20200521234453.GK33628@sasha-vm> References: <20200521204051.1952184-1-daniel.m.jordan@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200521204051.1952184-1-daniel.m.jordan@oracle.com> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, May 21, 2020 at 04:40:49PM -0400, Daniel Jordan wrote: >From: Herbert Xu > >[ Upstream commit 6fc4dbcf0276279d488c5fbbfabe94734134f4fa ] I've queued this and the 4.14, 4.9, and 4.4 series. Thanks you! -- Thanks, Sasha