From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6E2803644D0; Thu, 29 Jan 2026 03:50:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769658627; cv=none; b=rIxpyrsTuquj2SCKB0/MFHlYu0BAu2TB+z/u1jgOlw3xwh1TIKsYYCIszJMz8ImEpbtUW/JAF0DEWPWPZ/fwcZ46eK2MYniPMOk3IM3a7rUFZ87gdn6mJmy1fQcPWhE6wYOErkaa4FdUvMRu2u7JmO2kx6kLb/rhDtpn6ghLXys= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769658627; c=relaxed/simple; bh=au1YCfGb6P6+eJFrLlqmBI6lSaRhkBliK94BPZ23yHs=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=W4SCTAecw57jIikf/8/rniskse4arATFn5IQ2pzC+rs99VL/VgiCkUfhHa9+CWPaXXVjdBzTuGmo4ZhMjklLnjDEMrZGSVfIkLseAixRYIJ4qj6KE8/TFB0MHbMB1Z5PNeI05jpapYtvI4wt6RYgeXtmqRLzjJRD3A6U9KBMN7k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JeilFgFe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JeilFgFe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23786C116D0; Thu, 29 Jan 2026 03:50:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769658627; bh=au1YCfGb6P6+eJFrLlqmBI6lSaRhkBliK94BPZ23yHs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=JeilFgFesQFmR27k/RTvKgBNSx8o+w4sRb2OM/mefdu36Ht2igbMrgf0+xsPVn3Yq PTddzPM2WgkU1QHx8iQxWgSAVsBHTv7OxGM5ixK/G/yTsd2VX4/b9upyaR9YyU98jT R4Fk6qu+Ril4fvlX9Littf2YYFSwp3w4r3wCeJNb6M+fSngB1ajoBxRuaIDhAZEwID eYVWbc0z0irIhIJ9TqzWqODDML5dW+c5fCUWsOEIDqTYO6b+BkoXvgW3RFEJH7eHbh o7EWwIpC1l6cxhMgk8jvUV/J61PJUqAr1/ns/RB2ptDaIU0jV+mgm+RIv5KGHM6/Xg 2ObhBZ9cdrHPA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 8BBBA380AA61; Thu, 29 Jan 2026 03:50:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] declance: Remove IRQF_ONESHOT From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176965862035.2339773.5022435376804374065.git-patchwork-notify@kernel.org> Date: Thu, 29 Jan 2026 03:50:20 +0000 References: <20260127135334.qUEaYP9G@linutronix.de> In-Reply-To: <20260127135334.qUEaYP9G@linutronix.de> To: Sebastian Andrzej Siewior Cc: netdev@vger.kernel.org, linux-mips@vger.kernel.org, macro@orcam.me.uk, kuba@kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 27 Jan 2026 14:53:34 +0100 you wrote: > Passing IRQF_ONESHOT ensures that the interrupt source is masked until > the secondary (threaded) handler is done. If only a primary handler is > used then the flag makes no sense because the interrupt can not fire > (again) while its handler is running. > The flag also disallows force-threading of the primary handler and the > irq-core will warn about this as of commit aef30c8d569c0 ("genirq: Warn > about using IRQF_ONESHOT without a threaded handler"). > > [...] Here is the summary with links: - [net-next,v2] declance: Remove IRQF_ONESHOT https://git.kernel.org/netdev/net-next/c/701b40f8bde1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html