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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 E4442C433ED for ; Tue, 4 May 2021 17:18:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C5216613AA for ; Tue, 4 May 2021 17:18:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232387AbhEDRTt (ORCPT ); Tue, 4 May 2021 13:19:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:39420 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232392AbhEDRTZ (ORCPT ); Tue, 4 May 2021 13:19:25 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0C8BB613B4; Tue, 4 May 2021 17:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620148710; bh=0/P7iJ9M3Dtw7zwFLApPq3sdtKoK5yS4Yt93EBxLsT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QHy/tDbIhlVp1UGPr5rDyjgNtrNhV4pBpw4akdJZ2R/4A8gQyRTREEKaDY5c0aBaQ r4tyY8F4W3vSky/t28i0dWhHS5h1f7bJMedwc1OIEYmGyKlc2VMOood5JndhnHtWTd E7312+6hdWlybOY3vxrJtJ20iXhot5Tt40NnVlno= Date: Tue, 4 May 2021 19:18:27 +0200 From: Greg Kroah-Hartman To: Jari Ruusu Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Jiri Kosina , Kalle Valo Subject: Re: [PATCH 5.10 1/2] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() Message-ID: References: <20210430141910.521897363@linuxfoundation.org> <608CFF6A.4BC054A3@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 04, 2021 at 05:02:21PM +0000, Jari Ruusu wrote: > On Tuesday, May 4, 2021 6:35 PM, Greg Kroah-Hartman wrote: > > Can you resend your backports here now, and properly let us know what > > kernel they belong into (again, the subject line is very confusing.) > > iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() > upstream commit e7020bb068d8be50a92f48e36b236a1a1ef9282e, > backport for linux-5.4.y and linux-4.19.y (booted and ping tested) Why does the subject still say 5.10? Please fix up both of these and resend. thanks, greg k-h