Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp1840526pxy; Sun, 2 May 2021 04:08:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzg0IXgqynfapfW/WqVg300FODHDPCYJB2YdljxTk6SBJrpe96H82oWdEggAURvEo/n9C/I X-Received: by 2002:a17:90b:202:: with SMTP id fy2mr25320552pjb.68.1619953734374; Sun, 02 May 2021 04:08:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619953734; cv=none; d=google.com; s=arc-20160816; b=Jp13ohhJ6Bj/lBGExDjgCDEGRglcMriy9Kzz+JIWTukKpB3dUyxX/ZnyVsMnm9wjvS DLGOl74nT33FS65R3c6jUS0leXfNkxhIfbWIiG+1h/PfkGcBFOrJjsHJkEk258qBAFe7 i4+OxCFCbr7ckD5xxO+x1VUhD0XEWg33QWSivppJo0kS4ByJZflXGHFlcQs+46YpR9ZV BfhvpY2B2Ke1kcJrRP0diM3kqFfD4ylvynqC9tJ81jrsF0WE3mouNDlwftyMVFiFnYvn mhzI0hSQPqoNWS97znIr1ZbQuLZ8lDh8LyRBTN/9TWt7RQzXj6to+bZBG+4P4bkc7zjP h3Og== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=F4C7hnGuNlawEVmCpjQbNokkAO8KFut4+DoTzyDrHKQ=; b=y+EqA8TmY1LltbjJWSsOzHo9hqT5pFywrEfbZZ23Hf/J9+QF9JwZ96wxLGsnSz46vX Rc1qCGkfNsVXP+AZbsp7apjobqzrIsrtT22tt/0W/9DXDADAZrCcevb/O/fnaHWXcJr9 mvPxriHus2qRDTG9+OiHqPB4miXWUNGqpjBF5B67f5BIFkRztZK9THhkDw2/qy/FmoQx p0WfmlvgyFNnku/CmUmViYXPqP6jO+8mRVwo5JMeQ67W+S2Aurp62V+4ZUsxioKtYmHC UPlITg+Xf7EicG2mOsqN8ep3O+nuhph9jHX/CK68ofqkrQ1kcQ2s+Dc396Va7jwFZL+N lcZg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="1/vw1sOH"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g11si10458902plp.148.2021.05.02.04.08.27; Sun, 02 May 2021 04:08:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="1/vw1sOH"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230354AbhEBLEn (ORCPT + 99 others); Sun, 2 May 2021 07:04:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:56310 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbhEBLEn (ORCPT ); Sun, 2 May 2021 07:04:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4E79B6115B; Sun, 2 May 2021 11:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619953430; bh=qqwzDJRYzQ6J30dnpdOGDI8YQLu6icgdPM+ICRnd7gs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1/vw1sOH92U6IbHN6W9bOfSJLfwE1277l7ljrDyMZcbokw8PEfs/SMCBFwz+w7yvy ijjRN9XXMVNDMQxf/dgGvWi18opYRwDE0KRnXcizYE/jDXd3SO8tSd/iRbFyxn6WwB 5P9KqUMul33v1xt4Pvtx25Z1Ut0MGPW1QPVAr1JA= Date: Sun, 2 May 2021 13:03:48 +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: <608CFF6A.4BC054A3@users.sourceforge.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 01, 2021 at 10:12:42AM +0300, Jari Ruusu wrote: > Greg Kroah-Hartman wrote: > > From: Jiri Kosina > > > > commit e7020bb068d8be50a92f48e36b236a1a1ef9282e upstream. > > > > Analogically to what we did in 2800aadc18a6 ("iwlwifi: Fix softirq/hardirq > > disabling in iwl_pcie_enqueue_hcmd()"), we must apply the same fix to > > iwl_pcie_gen2_enqueue_hcmd(), as it's being called from exactly the same > > contexts. > > Greg, > This patch and above mentioned earlier patch > "iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()", > upstream commit 2800aadc18a64c96b051bcb7da8a7df7d505db3f, both need > to be backported to older kernels too. > > I see that there are trivial context rejects if/when you attempt to > apply those patches to older kernels. Those trivial context rejects > should not prevent backporting them. Maybe run both patches through sed? > > sed -e s/iwl_txq_space/iwl_queue_space/ -e s/iwl_txq_get_/iwl_pcie_get_/ > > My ability test in-tree iwlwifi is limited. I compile out-of-tree > iwlwifi source, and testing that is limited to pinging mobile-wifi > router that does not have SIM-card. 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 :) thanks greg k-h