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 72C458F5B; Mon, 26 Jan 2026 18:45:50 +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=1769453150; cv=none; b=PkcvLx9GclVv/HCTPSgvgWd59qxGNBCfefOUmVGuL29/DVEkqmoW7oflXabmJgSyqzspM8V/1etTRbd6QWXRf+d0FEWsHF4QNOxRwalnVxdV97RU6g8a5MddI9PFDgC+1d0mOcwYCRMa/yskIQ/Wf4pskt3fj+ZajJI4au7zJqQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769453150; c=relaxed/simple; bh=5dm2gNnlNKCEJ7IV/Esm7ZSSyEQUr8U45DCsA1QF7NQ=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=JbA3fOcDiQ8kRDO/v2wpDSy5tVZ2AemFZLkOTbLkWf7VwA1lqZIsEdXgjfQ7GaiFszTT+BIDGpWuCDMTI9+bhSzFXy9/5+jAte6I/+FtPJb+OkCJBlxf3Qk3DteoKQvGSaHENhFqMeJsuuLFwzFEIUL9Mwl6syJmAt+anM+Y3q0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hbhjwAOB; 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="hbhjwAOB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D71A3C116C6; Mon, 26 Jan 2026 18:45:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769453150; bh=5dm2gNnlNKCEJ7IV/Esm7ZSSyEQUr8U45DCsA1QF7NQ=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=hbhjwAOB7KGADELZFk4CvosxFjVnBTAPLr4un/4IIW9uCxVNa8ccwPCLZJIBqcRgu ps+pACPM9LrpSvckY2p6U2Dj6tRM0hA1u3d9mFAs6UgFXaBfVetNwWJkWvQlrtcFEJ mOw29rlkhf7a4XezuY6G+dpuhOZxVuwzRg+movYnWbgwMkYdRL1K8W4aIfhq/r8fPd 4+GJRM+TsugRgqK60aUswwefWyVNsOIGvW+j8oWt9d9WqmOqzqIGklyN98P+q8NGkx ET/5GRrTBNFmiE+cMjFkjFav5D29BHncQJoCek/j0lmv+btQ7FSxH0fZZHaaxqaLdC K/tvqIgxWSpLA== From: Mark Brown To: linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior Cc: linux-rt-devel@lists.linux.dev, Thomas Gleixner , Alexandre Belloni , Amit Kucheria , Andi Shyti , Andy Shevchenko , Andy Shevchenko , Borislav Petkov , Daniel Lezcano , David Lechner , Dinh Nguyen , Greg Kroah-Hartman , Gustavo Silva , Hans de Goede , Heikki Krogerus , =?utf-8?q?Ilpo_J=C3=A4rvinen?= , Ioana Ciornei , "James E.J. Bottomley" , Jarkko Sakkinen , Jaroslav Kysela , Jason Gunthorpe , Jassi Brar , Joerg Roedel , Jonathan Cameron , Jonathan Cameron , Kent Gustavsson , Lars-Peter Clausen , Lee Jones , Liam Girdwood , Linus Walleij , Liviu Dudau , Lorenzo Pieralisi , Luiz Augusto von Dentz , Lukasz Luba , Marcel Holtmann , Marcelo Schmitt , Marcus Folkesson , Mark Rutland , "Martin K. Petersen" , Martin Tuma , Mauro Carvalho Chehab , Michael Hennerich , Nishant Malpani , =?utf-8?q?Nuno_S=C3=A1?= , Oder Chiou , Peter Huewe , Puranjay Mohan , "Rafael J. Wysocki" , Ram Vegesna , Sudeep Holla , Suravee Suthikulpanit , Takashi Iwai , Thara Gopinath , Tony Luck , Troy Mitchell , Will Deacon , Xianwei Zhao , Yiting Deng , Yixun Lan , Zhang Rui In-Reply-To: <20260123113708.416727-1-bigeasy@linutronix.de> References: <20260123113708.416727-1-bigeasy@linutronix.de> Subject: Re: (subset) [PATCH 00/21] IRQF_ONESHOT clean up Message-Id: <176945313962.769345.15364385456251549943.b4-ty@kernel.org> Date: Mon, 26 Jan 2026 18:45:39 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-47773 On Fri, 23 Jan 2026 12:36:46 +0100, Sebastian Andrzej Siewior wrote: > There was a bug report about setting IRQF_ONESHOT where it should have > not been set. I looked around for other mistakes in that area. There are > the following categories: > > - Using custom primary irq handler doing exactly what > irq_default_primary_handler() does > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [12/21] ASoC: codecs: rt56*: Remove IRQF_ONESHOT commit: 4a393958b6a1f8e476201437dbad2580d9b8700e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark