Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2160161pxf; Sat, 13 Mar 2021 09:38:52 -0800 (PST) X-Google-Smtp-Source: ABdhPJwgjMQg5jocVyi36txIq9IOFjRCNjHrYQ/Crz/Gx/2xpZ2HJqMqWJz4YusKcVDLWo+inAY1 X-Received: by 2002:a05:6402:2552:: with SMTP id l18mr20696813edb.71.1615657132106; Sat, 13 Mar 2021 09:38:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615657132; cv=none; d=google.com; s=arc-20160816; b=su7jLS7v3ePEQnqUc2dkNR6TlCsU+l3CKcKUT6vOootdvET+YuGdwMXQS6FCQ1aUvK ThLnv8Llagl77sK5H1qc4WpNTDlRxyX0A+RJzWm1i9t52iPJstNXpXSB1i/n5yZpAndT arhErQlTqL9Ek5JsAw+0IyH1tsrTq2OCjrnWIx/eVr3s4XTGhatFgH97zs6MfGCcTxu8 H70kDEoHilkbVTwqKXYAcK4VeJOKWosXCCtAsv5AMn62BDk9BFUsOoijyTO4UJ+ZTZjz plBgcqyCM1SrYDIXh1K0mJ9uZoQRmhCpUxu0dRTG5VYEI9yke/6rxY2cyIp0ogPszevo 4KoA== 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=jdCaM9SqWDJeJ63Wv+hi+FmYIXiGmbVpxZBL722+fM4=; b=BMqROYz0JNkITU4cA3My3ucwNDxMhSWffHQMxxGTM/8VmpjwVi36q1xya6acXOjLin Rc5A221AEk6TIhw/AdkVN3ea2bLk3YdQjNvyXZ9bXDYKXSgr9Nl9/BK2L28K/GnVc+Cj vudh9EGPPlecAMNGRvRrACjEeHIr63iriFvMxEuryAAIxw2dchRLjWeptm+07wCDXJuD +3UEMQzGMUB1MRCdPKXNvASFWEV14pXbYI1vhFU5lN//nIZOBvmB3VaHd+tqPYEIWEj+ xqev18ihfU5lCxsjJQZwzXdGpg59uRmzXaXgjlgohND2siclkszqyjbfS/NM+d8XeQGF 9dzA== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y3si6481160edr.457.2021.03.13.09.38.29; Sat, 13 Mar 2021 09:38:52 -0800 (PST) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234158AbhCMRgT (ORCPT + 99 others); Sat, 13 Mar 2021 12:36:19 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:48782 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234010AbhCMRfy (ORCPT ); Sat, 13 Mar 2021 12:35:54 -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 1lL8Az-004U3u-MX; Sat, 13 Mar 2021 19:35:47 +0200 Message-ID: From: Luca Coelho To: Kalle Valo Cc: Jiri Kosina , Johannes Berg , Emmanuel Grumbach , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sat, 13 Mar 2021 19:35:44 +0200 In-Reply-To: <87zgz7t246.fsf@codeaurora.org> References: <87h7lfbowr.fsf@tynnyri.adurom.net> <87zgz7t246.fsf@codeaurora.org> 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-kernel@vger.kernel.org On Sat, 2021-03-13 at 19:06 +0200, Kalle Valo wrote: > Luca Coelho writes: > > > 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. > > Ok, can I have your ack for patchwork? Sorry, forgot that. Acked-by: Luca Coelho -- Cheers, Luca.