Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2126523pxf; Sat, 13 Mar 2021 08:34:22 -0800 (PST) X-Google-Smtp-Source: ABdhPJw7W2GfEd84eDmJLVTxE6dlx90dX3i92hraryT1TncG2jUmacyhkvIV22OzDPpmK2X8ta6B X-Received: by 2002:a17:907:110c:: with SMTP id qu12mr14874447ejb.442.1615653262524; Sat, 13 Mar 2021 08:34:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615653262; cv=none; d=google.com; s=arc-20160816; b=BMaAkeO06hWDUZ4pxPzcLIHTMSZ8PRDlO2CH8mN7DS09dbmWKTwlopUZr4ugy10+UE SJv86CXA/OQdiGRYVXg+RcTcuy7M//LVZBx8wGp3SJtSbkGimvsOOG41XIl5LZVRNG3w tw94ZEAFoPj+bMXbO1VXonjJCdNgDwPAInvIBEvCJszRtj2RE6Tg1RuoYbkbgVf+dJzH fCzAnjp3opZWVjRk3heS7obwLwd+soHyeUyHLakkS+of3Gvnw9BOwXS3OFsyAM3d+UhU zRwmQ5Mz3NX4zdAJQkPqqGpgOI+ztA5DdK5siFGou7k1KISbXUJM7PtKWL/ZBt5vss0a qzHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:message-id; bh=VR/jY0JzKuINOML41deSUZ2I/g1KdfB1TCW8z0Vs7yM=; b=0TjNTZLsOJPlGQCZjxFRVwXgZeVZvBGl/xoHfrXcgCOiKutB13/cJ7z7ptjC0fpODg o5/+iECZITCJoiXUqrsCaSSL1Jc1z8+R5hO0UTENsYwm2jdcCXHhZpj57GRfVDUTsjq7 W6/g31MmchPO0wG6QUaG2qNVB9aoxPthwUicIH+Q/niSQjKvaMyzlIUeTjWmIkp3A5sr U0eVoNE/cSCDv1MACE5O0v9CASJ3/8KwcH3tz70sQCVCUFIk75CyMHkczHZtuoRf5695 QPQfUgIvUwc0wZd+/0RNrPzLY6zuDaPwU710lq06BBmOo2mivNhcsIWZ6baw0mc9U71Q TXBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l3si6606296edk.141.2021.03.13.08.33.47; Sat, 13 Mar 2021 08:34:22 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233897AbhCMQdG (ORCPT + 99 others); Sat, 13 Mar 2021 11:33:06 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:48760 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S233635AbhCMQcd (ORCPT ); Sat, 13 Mar 2021 11:32:33 -0500 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lL7Bj-004U2G-Pm; Sat, 13 Mar 2021 18:32:28 +0200 Message-ID: From: Luca Coelho To: Jiri Kosina , Kalle Valo Cc: Johannes Berg , Emmanuel Grumbach , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sat, 13 Mar 2021 18:32:26 +0200 In-Reply-To: References: <87h7lfbowr.fsf@tynnyri.adurom.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.4 Subject: Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, 2021-03-13 at 16:43 +0100, Jiri Kosina wrote: > On Sat, 13 Mar 2021, Kalle Valo wrote: > > > > > > From: Jiri Kosina > > > > > > > > > > It's possible for iwl_pcie_enqueue_hcmd() to be called with hard IRQs > > > > > disabled (e.g. from LED core). We can't enable BHs in such a situation. > > > > > > > > > > Turn the unconditional BH-enable/BH-disable code into > > > > > hardirq-disable/conditional-enable. > > > > > > > > > > This fixes the warning below. > > > > > > > > Hi, > > > > > > > > friendly ping on this one ... > > > > > > Luca, > > > > > > Johannes is telling me that he merged this patch internally, but I have no > > > idea what is happening to it ... ? > > > > > > The reported splat is a clear bug, so it should be fixed one way or the > > > other. > > > > Should I take this to wireless-drivers? > > I can't speak for the maintainers, but as far as I am concerned, it > definitely is a 5.12 material, as it fixes real scheduling bug. Yes, please take this to w-d. We have a similar patch internally, but there's a backlog and it will take me some time to get to it. I'll resolve eventual conflicts when time comes. Thanks! -- Cheers, Luca.