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 628E3C433F5 for ; Wed, 11 May 2022 16:15:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344458AbiEKQPT (ORCPT ); Wed, 11 May 2022 12:15:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244950AbiEKQPS (ORCPT ); Wed, 11 May 2022 12:15:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE32A6B098; Wed, 11 May 2022 09:15:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7718461BBB; Wed, 11 May 2022 16:15:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1C18C340EE; Wed, 11 May 2022 16:15:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652285716; bh=Ca4uNIMYCkcCVvV5JTRUJtd7HnJoFqZvdUrgMli7fpA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Ikv/A7sjbhOV4kIRLpKbOKwM+SyBWFHvkUQImOTKTJLB/JoYqNZApe2JjzTkhngp4 iov0O3dhU2vfKAW3Dj9oXqc71EvUB1dVpCkSBHfangCzrN3cDnsEpJIyDlj+A3iDqm HCihkrCeMIuQVqDgNsSl4amizk4nCuj6PKK71cTUIuqEz7123ctPG6V2lW22IQpzrg 79HS014Fa4RO1MrzczHiwZ5r1R1Rg7ftAwSGALyRUEJmuLs6ANkQSxDsEptt7F3iJQ 7vyCE5HOoMB0imh17kw7Rh6Ic4Gme954jEcyB8SGS5ejEq2NemgcvFJGO0ajLngdzi s8dzrK5rqisow== Date: Wed, 11 May 2022 09:15:14 -0700 From: Jakub Kicinski To: Lukas Wunner Cc: Thomas Gleixner , Marc Zyngier , "David S. Miller" , Paolo Abeni , netdev@vger.kernel.org, linux-usb@vger.kernel.org, Steve Glendinning , UNGLinuxDriver@microchip.com, Oliver Neukum , Andre Edich , Oleksij Rempel , Martyn Welch , Gabriel Hojda , Christoph Fritz , Lino Sanfilippo , Philipp Rosenberger , Heiner Kallweit , Andrew Lunn , Russell King , Ferry Toth Subject: Re: [PATCH net-next v2 5/7] usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling Message-ID: <20220511091514.11601299@kernel.org> In-Reply-To: <20220511092616.GA22613@wunner.de> References: <20220505113207.487861b2@kernel.org> <20220511092616.GA22613@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 11 May 2022 11:26:16 +0200 Lukas Wunner wrote: > > IRQ maintainers could you cast your eyes over this? > > Thomas applied 792ea6a074ae ("genirq: Remove WARN_ON_ONCE() in > generic_handle_domain_irq()") tonight: > > http://git.kernel.org/tip/tip/c/792ea6a074ae Perfect! > That allows me to drop the controversial __irq_enter_raw(). > > Jakub, do you want me to resend the full series (all 7 patches) > or should I send only patch [5/7] in-reply-to this one here? > Or do you prefer applying all patches except [5/7] and have me > resend that single patch? > > Let me know what your preferred modus operandi is. Resending all patches would be the easiest for us and has the lowest chance of screw up on our side, so resend all please & thanks!