From: patchwork-bot+linux-riscv@kernel.org
To: Sunil V L <sunilvl@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu,
lkp@intel.com, alex@ghiti.fr, rafael@kernel.org,
joerg.roedel@amd.com, palmer@dabbelt.com, anup@brainfault.org,
pjw@kernel.org, lenb@kernel.org
Subject: Re: [PATCH] ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabled
Date: Sat, 18 Oct 2025 16:01:29 +0000 [thread overview]
Message-ID: <176080328974.3028979.2139175941358455786.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251013181947.261759-1-sunilvl@ventanamicro.com>
Hello:
This patch was applied to riscv/linux.git (fixes)
by Paul Walmsley <pjw@kernel.org>:
On Mon, 13 Oct 2025 23:49:47 +0530 you wrote:
> When CONFIG_IOMMU_API is disabled, some functions defined outside its
> conditional scope become unused, triggering compiler warnings reported
> by the kernel test robot.
>
> Move these function definitions inside the #ifdef CONFIG_IOMMU_API block
> to prevent unused function warnings when the configuration is disabled.
>
> [...]
Here is the summary with links:
- ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabled
https://git.kernel.org/riscv/c/e7b969cbe302
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Sunil V L <sunilvl@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu,
lkp@intel.com, alex@ghiti.fr, rafael@kernel.org,
joerg.roedel@amd.com, palmer@dabbelt.com, anup@brainfault.org,
pjw@kernel.org, lenb@kernel.org
Subject: Re: [PATCH] ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabled
Date: Sat, 18 Oct 2025 16:01:29 +0000 [thread overview]
Message-ID: <176080328974.3028979.2139175941358455786.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251013181947.261759-1-sunilvl@ventanamicro.com>
Hello:
This patch was applied to riscv/linux.git (fixes)
by Paul Walmsley <pjw@kernel.org>:
On Mon, 13 Oct 2025 23:49:47 +0530 you wrote:
> When CONFIG_IOMMU_API is disabled, some functions defined outside its
> conditional scope become unused, triggering compiler warnings reported
> by the kernel test robot.
>
> Move these function definitions inside the #ifdef CONFIG_IOMMU_API block
> to prevent unused function warnings when the configuration is disabled.
>
> [...]
Here is the summary with links:
- ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabled
https://git.kernel.org/riscv/c/e7b969cbe302
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-10-18 16:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-13 18:19 [PATCH] ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabled Sunil V L
2025-10-13 18:19 ` Sunil V L
2025-10-18 16:01 ` patchwork-bot+linux-riscv [this message]
2025-10-18 16:01 ` patchwork-bot+linux-riscv
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=176080328974.3028979.2139175941358455786.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=alex@ghiti.fr \
--cc=anup@brainfault.org \
--cc=aou@eecs.berkeley.edu \
--cc=joerg.roedel@amd.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=lkp@intel.com \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=rafael@kernel.org \
--cc=sunilvl@ventanamicro.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.