public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] linux-pci/next: (build) ignoring return value of ‘vga_get_uninterruptible’ declared with a...
@ 2026-03-27 17:59 KernelCI bot
  2026-03-30 17:14 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: KernelCI bot @ 2026-03-27 17:59 UTC (permalink / raw)
  To: kernelci-results; +Cc: gus, linux-pci





Hello,

New build issue found on linux-pci/next:

---
 ignoring return value of ‘vga_get_uninterruptible’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result] in drivers/gpu/drm/i915/display/intel_vga.o (drivers/gpu/drm/i915/display/intel_vga.c) [logspec:kbuild,kbuild.compiler.error]
---

- dashboard: https://d.kernelci.org/i/maestro:f670fdf443306495220d2cea8670ce85a80aed1e
- giturl: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
- commit HEAD:  50451816531d66141cafe2347f9a896bd4dcb2b3


Please include the KernelCI tag when submitting a fix:

Reported-by: kernelci.org bot <bot@kernelci.org>


Log excerpt:
=====================================================
/tmp/kci/linux/drivers/gpu/drm/i915/display/intel_vga.c:68:9: error: ignoring return value of ‘vga_get_uninterruptible’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
   68 |         vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/kci/linux/drivers/gpu/drm/i915/display/intel_vga.c: In function ‘intel_vga_reset_io_mem’:
/tmp/kci/linux/drivers/gpu/drm/i915/display/intel_vga.c:93:9: error: ignoring return value of ‘vga_get_uninterruptible’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
   93 |         vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

=====================================================


# Builds where the incident occurred:

## x86_64_defconfig+kselftest on (x86_64):
- compiler: gcc-14
- config: None
- dashboard: https://d.kernelci.org/build/maestro:69c6b9023712df3240c2a985


#kernelci issue maestro:f670fdf443306495220d2cea8670ce85a80aed1e

--
This is an experimental report format. Please send feedback in!
Talk to us at kernelci@lists.linux.dev

Made with love by the KernelCI team - https://kernelci.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [REGRESSION] linux-pci/next: (build) ignoring return value of ‘vga_get_uninterruptible’ declared with a...
  2026-03-27 17:59 [REGRESSION] linux-pci/next: (build) ignoring return value of ‘vga_get_uninterruptible’ declared with a KernelCI bot
@ 2026-03-30 17:14 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2026-03-30 17:14 UTC (permalink / raw)
  To: kernelci; +Cc: kernelci-results, gus, linux-pci

On Fri, Mar 27, 2026 at 05:59:05PM -0000, KernelCI bot wrote:
> 
> 
> 
> 
> Hello,
> 
> New build issue found on linux-pci/next:
> 
> ---
>  ignoring return value of ‘vga_get_uninterruptible’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result] in drivers/gpu/drm/i915/display/intel_vga.o (drivers/gpu/drm/i915/display/intel_vga.c) [logspec:kbuild,kbuild.compiler.error]
> ---
> 
> - dashboard: https://d.kernelci.org/i/maestro:f670fdf443306495220d2cea8670ce85a80aed1e
> - giturl: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
> - commit HEAD:  50451816531d66141cafe2347f9a896bd4dcb2b3

Dropped the commits related to this, see
https://lore.kernel.org/all/20260330161802.GA79047@bhelgaas

> 
> 
> Please include the KernelCI tag when submitting a fix:
> 
> Reported-by: kernelci.org bot <bot@kernelci.org>
> 
> 
> Log excerpt:
> =====================================================
> /tmp/kci/linux/drivers/gpu/drm/i915/display/intel_vga.c:68:9: error: ignoring return value of ‘vga_get_uninterruptible’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
>    68 |         vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /tmp/kci/linux/drivers/gpu/drm/i915/display/intel_vga.c: In function ‘intel_vga_reset_io_mem’:
> /tmp/kci/linux/drivers/gpu/drm/i915/display/intel_vga.c:93:9: error: ignoring return value of ‘vga_get_uninterruptible’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
>    93 |         vga_get_uninterruptible(pdev, VGA_RSRC_LEGACY_IO);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> 
> =====================================================
> 
> 
> # Builds where the incident occurred:
> 
> ## x86_64_defconfig+kselftest on (x86_64):
> - compiler: gcc-14
> - config: None
> - dashboard: https://d.kernelci.org/build/maestro:69c6b9023712df3240c2a985
> 
> 
> #kernelci issue maestro:f670fdf443306495220d2cea8670ce85a80aed1e
> 
> --
> This is an experimental report format. Please send feedback in!
> Talk to us at kernelci@lists.linux.dev
> 
> Made with love by the KernelCI team - https://kernelci.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-30 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-27 17:59 [REGRESSION] linux-pci/next: (build) ignoring return value of ‘vga_get_uninterruptible’ declared with a KernelCI bot
2026-03-30 17:14 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox