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 48141C433F5 for ; Fri, 18 Feb 2022 10:13:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233947AbiBRKNc (ORCPT ); Fri, 18 Feb 2022 05:13:32 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:43080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233358AbiBRKNb (ORCPT ); Fri, 18 Feb 2022 05:13:31 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CC545D653; Fri, 18 Feb 2022 02:13:14 -0800 (PST) Date: Fri, 18 Feb 2022 11:13:11 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1645179192; 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=5CTtnPIKV/WgERZtU+EmiMrPJMj2EWK/MS5N5srOidY=; b=onjtIKX1v1S89cgWbUsmJWZMQyW9G45n/qJZLIaJkvwruPxs6rokl4N2tMvPt/7iamdkXQ jQisazSP0CasjtA8jJz9CNkwjxWDAvDBMUUB0a5gw+Bk6iOaOxFlXpbiIPOe+ul1xeld0V v37ZeFNiS43Yvjuplzo/qKIuUMeXYAJaUKgziKUiyV0StwAeYJ/nJNb1Ng2GV0wQD7b6KL esae1J906ycv4/BUUn7hVWwg4iEUy3UrGdceXYI0MeiHW96PaadoapYBxZRkFLaBLUY1vz fl1DwjrQFHwJZy2iWP1k6NZCLoAQ/wpTba2//yPIYH4GKHROYFQ/Gli31Fq05g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1645179192; 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=5CTtnPIKV/WgERZtU+EmiMrPJMj2EWK/MS5N5srOidY=; b=YDgmSTJ1p9Uowt19cRjuOLc33ZRHcIUmg9yH5/RvJNa+tMWnMOAJVOw6kJbA3KTZn8LDDg SWUGATwLVDqS54BA== 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?= , Felipe Balbi , linux-usb@vger.kernel.org Subject: Re: [PATCH net-next] net: Correct wrong BH disable in hard-interrupt. Message-ID: References: <2dc85036-c5a8-d79b-71b5-9288d0a53c37@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2dc85036-c5a8-d79b-71b5-9288d0a53c37@samsung.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2022-02-18 11:02:35 [+0100], Marek Szyprowski wrote: > Hi, Hi, > > Marek, could you please give it a try? > > Yes. The above change fixes the issue. Awesome. I will make a patch and send today. > I've also tried to revert the mentioned commit e5f68b4a3e7b, but this > gives me the following lockdep warning: Oh oh. Thank you for that splat. Sebastian