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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 E06FEC433ED for ; Tue, 4 May 2021 07:24:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BAA7B611CB for ; Tue, 4 May 2021 07:24:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230102AbhEDHZk (ORCPT ); Tue, 4 May 2021 03:25:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:41792 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229977AbhEDHZi (ORCPT ); Tue, 4 May 2021 03:25:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DA2B1611AD; Tue, 4 May 2021 07:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620113084; bh=+PhNuSZLMjrB2Xee53utVbBCJ/x1qE6Pvl9ZxiVp2H8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cuNtEppOGcBfaMo+M2lkG7CbAwJ6aXrCmkBxzPyng3Xi0vxMrFea3AF0NNpEeVTgR 0gvdr+kaKfeeqwKX/jz0G7gt98Q/dL9xvPblbFa0ExuzSQ3B42tPMsSTI9/PgWFZuz HbdJGxE0jZfjxgohy/IAe4YI7beg7ykj9drkHNmo= Date: Tue, 4 May 2021 09:24:41 +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.473289618@linuxfoundation.org> <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: linux-kernel@vger.kernel.org On Mon, May 03, 2021 at 11:27:07AM +0000, Jari Ruusu wrote: > On Sunday, May 2, 2021 2:03 PM, Greg Kroah-Hartman wrote: > > If you could provide backported patches to those kernels you think this > > is needed to, I can take them directly. Otherwise running sed isn't > > always the easiest thing to do on my end :) > > iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() > upstream commit 2800aadc18a64c96b051bcb7da8a7df7d505db3f, > backport for linux-4.4.y (compile tested only) > Signed-off-by: Jari Ruusu All now queued up, thanks. greg k-h