Re: [GIT pull] irq/urgent for v6.3-rc1

From: Linus Torvalds
Date: Sun Mar 05 2023 - 14:24:50 EST


On Sun, Mar 5, 2023 at 12:55 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> ...
> kernel/irq/msi.c | 28 +++++++++++++++++++++++-----
> kernel/irq/msi.c | 9 ++++++---
> 8 files changed, 44 insertions(+), 15 deletions(-)

Funky diffstat you have there, with the same file done twice. I get
(and would have expected)

...
kernel/irq/msi.c | 37 +++++++++++++++++++++++++++++--------
7 files changed, 44 insertions(+), 15 deletions(-)

instead.

Linus