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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 528B2C433EF for ; Thu, 17 Feb 2022 14:22:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241846AbiBQOWN (ORCPT ); Thu, 17 Feb 2022 09:22:13 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:36898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241819AbiBQOWI (ORCPT ); Thu, 17 Feb 2022 09:22:08 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFB3E294132; Thu, 17 Feb 2022 06:21:53 -0800 (PST) Date: Thu, 17 Feb 2022 15:21:49 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1645107711; 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=gYqMzMEmnyZNlVwlJpaYK81pkaPzlE57O2DCGW97rmM=; b=lIKgrIfcN65xgSBXszCEgKClfdyMa4xAG9AbFAJEDFdI/V9wg4maXYP7AhVYXuOFPqfjBw irn+Jx0RukBH5tzFMhIvLRvzw/FWYmMvEkh+yErJRuIGdydSqGfLhtayq4ZN8HHpg0HNpA 9qaoAizNy+zk4LayMd+5aIX5Ukn+MbxoqjkqAoL/+HLYuXCLFOXPNGK13KE26SU+m1g2ML jpmNWI23zMkYH3ajQTBYba+hk69VA6VArH0YSn2pzQqj4Qs9hfnsYnBd6IEeT3tonZRcoW TlUFVx933u4397db0Pecb0GZBiUhc+rZf8zpLKpvkyzgpw/7uWdUEa1JXwXLjg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1645107711; 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=gYqMzMEmnyZNlVwlJpaYK81pkaPzlE57O2DCGW97rmM=; b=KHcQE34LtofoIxc8iwkJWG3IY2ALg9PlggROFJoqZlgKQRZmTHuxzAxRvacYFnVAFCIK+D ccfVAJ83TteFhJDw== From: Sebastian Andrzej Siewior To: Marek Szyprowski Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" , Alexei Starovoitov , Daniel Borkmann , Eric Dumazet , Jakub Kicinski , Jesper Dangaard Brouer , John Fastabend , Thomas Gleixner , Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= , Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Subject: Re: [PATCH net-next] net: Correct wrong BH disable in hard-interrupt. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2022-02-17 15:08:55 [+0100], Marek Szyprowski wrote: > Hi All, Hi, > I've just noticed that there is one more issue left to fix (the $subject > patch is already applied) - this one comes from threaded irq (if I got > the stack trace right): This is not `threadirqs' on the command line, right? Sebastian