Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12558C433FE for ; Mon, 10 Jan 2022 20:43:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242909AbiAJUnl (ORCPT ); Mon, 10 Jan 2022 15:43:41 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:45210 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239763AbiAJUni (ORCPT ); Mon, 10 Jan 2022 15:43:38 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1641847416; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cSQg5QxFFnpqwJJ5k+FjLh4UR3ZqJkxM7MxfmaJ8TEs=; b=FIay8q5XK7Abf2rZQPbuvYk/nDhrHJ+0hjwHr7vLxER7365Ipv4vKB+26ATBmn2s5z10+I YX1BITszBdll24wIn2IjLLj1lQJkw2ICzGG9Ex1b13S+5JpE2GtQxv390VjjWp4RG21itK wOGbUuSkr2575ba5uN2y99CisdjOzRBaBcHEXSpa5bWKPtUZdLi026IJ9gcDKnwKs8XWRY EuCYPIHWINYjKWiRA8U5jJQ3NQmc70MLX+OUXFYts5t99lylfu7ilfG38d6R1DFq7k9sti +uwOcGxoE244DDcl7sncrxjc+t0okaq1dxy8Sdld5qcg/pV7GkGA8Ae235sItA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1641847416; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cSQg5QxFFnpqwJJ5k+FjLh4UR3ZqJkxM7MxfmaJ8TEs=; b=3S4JuyW9Mcq5MmSfOUJ4Km81+eRBDl7za31q5Eur1eM77rZ0/E18/jyFKVBlnwTn/UCGgS aRN1FmsA3lEJcMCQ== To: Heiner Kallweit , kernel test robot Cc: Michael Kelley , Nishanth Menon , Jason Gunthorpe , LKML , x86@kernel.org, lkp@lists.01.org, lkp@intel.com, nic_swsd@realtek.com, "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: Re: [genirq/msi] 495c66aca3: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/mutex.c In-Reply-To: References: <20211227150535.GA16252@xsang-OptiPlex-9020> <87czlgd14o.ffs@tglx> Date: Mon, 10 Jan 2022 21:43:36 +0100 Message-ID: <87fspvqq2v.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 28 2021 at 20:25, Heiner Kallweit wrote: > On 28.12.2021 19:40, Thomas Gleixner wrote: >> if (jumbo_max) >> netdev_info(dev, "jumbo features [frames: %d bytes, tx checksumming: %s]\n", > > Thanks for the patch, I'll submit it with your SoB. Thank you! > Apart from pci_irq_vector() incl. underlying msi_get_virq(), are there > more functions that must not be called from atomic context any longer? I don't think so. The allocation/free functions were always restricted to preemptible context. > Maybe the new constraint should be added to kernel-doc of affected > functions? Probably. Thanks, tglx