From: Thomas Gleixner <tglx@linutronix.de>
To: Anup Patel <apatel@ventanamicro.com>, Jonathan Corbet <corbet@lwn.net>
Cc: Anup Patel <anup@brainfault.org>,
Atish Patra <atish.patra@linux.dev>,
Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Alexandre Ghiti <alex@ghiti.fr>,
Andrew Jones <ajones@ventanamicro.com>,
linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org,
linux-kernel@vger.kernel.org,
Anup Patel <apatel@ventanamicro.com>
Subject: Re: [PATCH v3] irqchip/riscv-imsic: Add kernel parameter to disable IPIs
Date: Wed, 02 Jul 2025 21:48:49 +0200 [thread overview]
Message-ID: <871pqyl6fy.ffs@tglx> (raw)
In-Reply-To: <20250702122434.1514328-1-apatel@ventanamicro.com>
On Wed, Jul 02 2025 at 17:54, Anup Patel wrote:
> #include <linux/cpu.h>
> #include <linux/export.h>
^^^ Neither in tip/irq/drivers nor in Linus tree ...
patching file drivers/irqchip/irq-riscv-imsic-early.c
Hunk #1 FAILED at 9.
> #include <linux/interrupt.h>
> +#include <linux/init.h>
> #include <linux/io.h>
> #include <linux/irq.h>
> #include <linux/irqchip.h>
> @@ -22,6 +23,14 @@
> #include "irq-riscv-imsic-state.h"
>
> static int imsic_parent_irq;
> +bool imsic_noipi;
__ro_after_init? No?
Thanks,
tglx
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: Anup Patel <apatel@ventanamicro.com>, Jonathan Corbet <corbet@lwn.net>
Cc: Anup Patel <anup@brainfault.org>,
Atish Patra <atish.patra@linux.dev>,
Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Alexandre Ghiti <alex@ghiti.fr>,
Andrew Jones <ajones@ventanamicro.com>,
linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org,
linux-kernel@vger.kernel.org,
Anup Patel <apatel@ventanamicro.com>
Subject: Re: [PATCH v3] irqchip/riscv-imsic: Add kernel parameter to disable IPIs
Date: Wed, 02 Jul 2025 21:48:49 +0200 [thread overview]
Message-ID: <871pqyl6fy.ffs@tglx> (raw)
In-Reply-To: <20250702122434.1514328-1-apatel@ventanamicro.com>
On Wed, Jul 02 2025 at 17:54, Anup Patel wrote:
> #include <linux/cpu.h>
> #include <linux/export.h>
^^^ Neither in tip/irq/drivers nor in Linus tree ...
patching file drivers/irqchip/irq-riscv-imsic-early.c
Hunk #1 FAILED at 9.
> #include <linux/interrupt.h>
> +#include <linux/init.h>
> #include <linux/io.h>
> #include <linux/irq.h>
> #include <linux/irqchip.h>
> @@ -22,6 +23,14 @@
> #include "irq-riscv-imsic-state.h"
>
> static int imsic_parent_irq;
> +bool imsic_noipi;
__ro_after_init? No?
Thanks,
tglx
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-07-02 19:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-02 12:24 [PATCH v3] irqchip/riscv-imsic: Add kernel parameter to disable IPIs Anup Patel
2025-07-02 12:24 ` Anup Patel
2025-07-02 19:48 ` Thomas Gleixner [this message]
2025-07-02 19:48 ` Thomas Gleixner
2025-07-03 4:53 ` Anup Patel
2025-07-03 4:53 ` Anup Patel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871pqyl6fy.ffs@tglx \
--to=tglx@linutronix.de \
--cc=ajones@ventanamicro.com \
--cc=alex@ghiti.fr \
--cc=anup@brainfault.org \
--cc=apatel@ventanamicro.com \
--cc=atish.patra@linux.dev \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.