Re: [GIT pull] irq/domain for v6.12-rc1

From: Linus Torvalds
Date: Tue Sep 17 2024 - 09:34:23 EST


On Tue, 17 Sept 2024 at 11:01, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Two small updates for interrupt domains:
>
> - Remove a stray '-' in the domain name
>
> - Consolidate and clarify the bus token checks so they explicitely check
> for DOMAIN_BUS_ANY instead of unspecified checks for zero.

Both of these were in my tree with other commit IDs (and both came in from you):

7b9414cb2d37 irqdomain: Remove stray '-' in the domain name
c0ece6449799 irqdomain: Clarify checks for bus_token

so you should just drop this branch.

Linus