linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the drivers-x86 tree
@ 2010-06-25  3:25 Stephen Rothwell
  2010-06-25  3:31 ` Matthew Garrett
  2010-06-25  3:41 ` Matthew Garrett
  0 siblings, 2 replies; 45+ messages in thread
From: Stephen Rothwell @ 2010-06-25  3:25 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: linux-next, linux-kernel, Alan Cox, Greg Kroah-Hartman

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

Hi Matthew,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/platform/x86/Kconfig:542:warning: type of 'RAR_REGISTER' redefined from 'tristate' to 'boolean'

Caused by commit b8fd1646cc932c911c4d836f7fd9624c05722a2d ("rar: Move the
RAR driver into the right place as its now clean").

RAR_REGISTER is also still defined in
drivers/staging/rar_register/Kconfig ...  Also, that commit did not move
intel_rar_register.c from staging ...

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2010-08-27  1:59 Stephen Rothwell
  2010-08-27  2:51 ` Matthew Garrett
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2010-08-27  1:59 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: linux-next, linux-kernel, Dmitry Torokhov

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

Hi Matthew,

After merging the drivers-x86 tree, today's linux-next build (powerpc
ppc64_defconfig and x86_64 allmodconfig) produced this warning:

drivers/video/backlight/Kconfig:117:error: recursive dependency detected!
drivers/video/backlight/Kconfig:117:	symbol BACKLIGHT_CLASS_DEVICE is selected by ACPI_TOSHIBA
drivers/platform/x86/Kconfig:490:	symbol ACPI_TOSHIBA depends on LEDS_CLASS
drivers/leds/Kconfig:12:	symbol LEDS_CLASS is selected by BACKLIGHT_ADP8860
drivers/video/backlight/Kconfig:285:	symbol BACKLIGHT_ADP8860 depends on BACKLIGHT_CLASS_DEVICE

Introduced by commit af7ad65329f59cdfdd564ec26148160ed42a8b70
("toshiba-acpi - switch to using sparse keymap")
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2016-12-14  2:50 Stephen Rothwell
  2016-12-14 22:21 ` Darren Hart
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2016-12-14  2:50 UTC (permalink / raw)
  To: Darren Hart; +Cc: linux-next, linux-kernel, Lyude, Henrique de Moraes Holschuh

Hi Darren,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

In file included from include/linux/kernel.h:13:0,
                 from drivers/platform/x86/thinkpad_acpi.c:52:
drivers/platform/x86/thinkpad_acpi.c: In function 'hotkey_init':
include/linux/printk.h:299:2: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
  ^
drivers/platform/x86/thinkpad_acpi.c:3147:8: note: 'type' was declared here
  char *type;
        ^
In file included from include/linux/kernel.h:13:0,
                 from drivers/platform/x86/thinkpad_acpi.c:52:
include/linux/printk.h:299:2: warning: 'in_tablet_mode' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
  ^
drivers/platform/x86/thinkpad_acpi.c:3146:6: note: 'in_tablet_mode' was declared here
  int in_tablet_mode, res;
      ^

Introduced by commit

  b31800283868 ("platform/x86: thinkpad_acpi: Move tablet detection into separate function")

I can't tell if this is a false positive or not.

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2017-05-19  3:23 Stephen Rothwell
  2017-05-19 22:09 ` Darren Hart
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2017-05-19  3:23 UTC (permalink / raw)
  To: Darren Hart
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List,
	Ritesh Raj Sarraf, Andy Shevchenko

Hi Darren,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/platform/x86/ideapad-laptop.c:438:16: warning: 'touchpad_store' defined but not used [-Wunused-function]
 static ssize_t touchpad_store(struct device *dev,
                ^

Introduced by commit

  7f363145992c ("platform/x86: ideapad-laptop: Switch touchpad attribute to be RO")

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2017-06-30  4:00 Stephen Rothwell
  2017-06-30  5:12 ` Arvind Yadav
  2017-07-01  3:32 ` Darren Hart
  0 siblings, 2 replies; 45+ messages in thread
From: Stephen Rothwell @ 2017-06-30  4:00 UTC (permalink / raw)
  To: Darren Hart
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Arvind Yadav

Hi Darren,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/platform/x86/sony-laptop.c: In function 'sony_laptop_setup_input':
drivers/platform/x86/sony-laptop.c:494:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
  key_dev->keycode = &sony_laptop_input_keycode_map;
                   ^

Introduced by commit

  a0f0a5e1978b ("platform/x86: sony-laptop: constify few static structures")

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2020-01-10  3:57 Stephen Rothwell
  2020-01-10  9:47 ` Andy Shevchenko
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2020-01-10  3:57 UTC (permalink / raw)
  To: Darren Hart, Andy Shevchenko
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/platform/x86/intel_telemetry_pltdrv.c: In function 'telemetry_pltdrv_probe':
drivers/platform/x86/intel_telemetry_pltdrv.c:1121:6: warning: unused variable 'size' [-Wunused-variable]
 1121 |  int size, ret = -ENOMEM;
      |      ^~~~

Introduced by commit

  ebc28a8e59ca ("platform/x86: intel_telemetry_pltdrv: use devm_platform_ioremap_resource()")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2020-02-10 23:35 Stephen Rothwell
  2020-02-10 23:39 ` Kammela, Gayatri
  2020-02-11 21:07 ` Andy Shevchenko
  0 siblings, 2 replies; 45+ messages in thread
From: Stephen Rothwell @ 2020-02-10 23:35 UTC (permalink / raw)
  To: Darren Hart, Andy Shevchenko
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Gayatri Kammela

[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/platform/x86/intel_pmc_core.c: In function 'pmc_core_resume':
drivers/platform/x86/intel_pmc_core.c:1329:43: warning: passing argument 4 of 'pmc_core_lpm_display' makes integer from pointer without a cast [-Wint-conversion]
 1329 |   pmc_core_lpm_display(pmcdev, dev, NULL, "STATUS", offset, maps);
      |                                           ^~~~~~~~
      |                                           |
      |                                           char *
drivers/platform/x86/intel_pmc_core.c:978:30: note: expected 'u32' {aka 'unsigned int'} but argument is of type 'char *'
  978 |      struct seq_file *s, u32 offset,
      |                          ~~~~^~~~~~
drivers/platform/x86/intel_pmc_core.c:1329:53: warning: passing argument 5 of 'pmc_core_lpm_display' makes pointer from integer without a cast [-Wint-conversion]
 1329 |   pmc_core_lpm_display(pmcdev, dev, NULL, "STATUS", offset, maps);
      |                                                     ^~~~~~
      |                                                     |
      |                                                     int
drivers/platform/x86/intel_pmc_core.c:979:18: note: expected 'const char *' but argument is of type 'int'
  979 |      const char *str,
      |      ~~~~~~~~~~~~^~~

Introduced by commit

  2cf128fbf321 ("platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y failure")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2021-02-04  5:13 Stephen Rothwell
  2021-02-04  7:38 ` Hans de Goede
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2021-02-04  5:13 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross
  Cc: Andy Shevchenko, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/platform/x86/intel_scu_wdt.c: In function 'register_mid_wdt':
drivers/platform/x86/intel_scu_wdt.c:66:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   66 |  wdt_dev.dev.platform_data = (const struct intel_mid_wdt_pdata *)id->driver_data;
      |                            ^

Introduced by commit

  a507e5d90f3d ("platform/x86: intel_scu_wdt: Get rid of custom x86 model comparison")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2023-02-03  2:53 Stephen Rothwell
  2023-02-03  9:25 ` Hans de Goede
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2023-02-03  2:53 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (htmldocs)
produced this warning:

include/media/v4l2-subdev.h:1088: warning: Function parameter or member 'privacy_led' not described in 'v4l2_subdev'

Introduced by commit

  10d96e289fbd ("media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2024-01-05  6:29 Stephen Rothwell
  0 siblings, 0 replies; 45+ messages in thread
From: Stephen Rothwell @ 2024-01-05  6:29 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross
  Cc: Henry Shi, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build
(htmldocs) produced this warning:

Warning: file /home/sfr/next/next/Documentation/ABI/testing/sysfs-platform-silicom#20:
        What '/sys/devices/platform/silicom-platform/power_cycle' doesn't have a description

Introduced by commit

  d9cd21d441c8 ("platform/x86: Add Silicom Platform Driver")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2024-07-15  7:03 Stephen Rothwell
  0 siblings, 0 replies; 45+ messages in thread
From: Stephen Rothwell @ 2024-07-15  7:03 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross
  Cc: Ilpo Järvinen, Patil Rajesh Reddy, Shyam Sundar S K,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/admin-guide/index.rst:75: WARNING: toctree contains reference to nonexisting document 'admin-guide/pmf'

Introduced by commit

  2fd66f7d3b0d ("platform/x86/amd/pmf: Remove update system state document")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2024-08-20  3:43 Stephen Rothwell
  2024-08-20  4:31 ` Kuppuswamy Sathyanarayanan
  2024-08-23 19:16 ` Joseph, Jithu
  0 siblings, 2 replies; 45+ messages in thread
From: Stephen Rothwell @ 2024-08-20  3:43 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross
  Cc: Jithu Joseph, Kuppuswamy Sathyanarayanan,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/arch/x86/ifs:2: /home/sfr/next/next/drivers/platform/x86/intel/ifs/ifs.h:131: WARNING: Title underline too short.

Structural Based Functional Test at Field (SBAF):
------------------------------------------------

Introduced by commit

  0a3e4e94d137 ("platform/x86/intel/ifs: Add SBAF test image loading support")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 45+ messages in thread
* linux-next: build warning after merge of the drivers-x86 tree
@ 2025-04-30 10:45 Stephen Rothwell
  2025-04-30 10:51 ` Antheas Kapenekakis
  0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2025-04-30 10:45 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross
  Cc: Antheas Kapenekakis, Ilpo Järvinen,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Hi all,

After merging the drivers-x86 tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/hwmon/index.rst:19: WARNING: toctree contains reference to nonexisting document 'hwmon/oxpec' [toc.not_readable]

Introduced by commit

  fe812896e55d ("platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

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

end of thread, other threads:[~2025-04-30 11:07 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25  3:25 linux-next: build warning after merge of the drivers-x86 tree Stephen Rothwell
2010-06-25  3:31 ` Matthew Garrett
2010-06-25  3:41 ` Matthew Garrett
2010-06-25  4:16   ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2010-08-27  1:59 Stephen Rothwell
2010-08-27  2:51 ` Matthew Garrett
2010-08-27  7:40   ` Dmitry Torokhov
2010-08-30  2:51     ` Stephen Rothwell
2016-12-14  2:50 Stephen Rothwell
2016-12-14 22:21 ` Darren Hart
2016-12-14 22:59   ` Darren Hart
2016-12-15  0:02     ` Stephen Rothwell
2016-12-15  4:07       ` Darren Hart
2017-05-19  3:23 Stephen Rothwell
2017-05-19 22:09 ` Darren Hart
2017-05-22 18:03   ` Andy Shevchenko
2017-05-25 23:34     ` Stephen Rothwell
2017-05-26  8:25       ` Arnd Bergmann
2017-05-26  8:35         ` Stephen Rothwell
2017-05-26  9:04           ` Andy Shevchenko
2017-05-26  9:07             ` Stephen Rothwell
2017-05-26  9:52               ` Andy Shevchenko
2017-06-30  4:00 Stephen Rothwell
2017-06-30  5:12 ` Arvind Yadav
2017-07-01  3:32 ` Darren Hart
2020-01-10  3:57 Stephen Rothwell
2020-01-10  9:47 ` Andy Shevchenko
2020-02-10 23:35 Stephen Rothwell
2020-02-10 23:39 ` Kammela, Gayatri
2020-02-11 21:07 ` Andy Shevchenko
2021-02-04  5:13 Stephen Rothwell
2021-02-04  7:38 ` Hans de Goede
2021-02-04 15:05   ` Andy Shevchenko
2023-02-03  2:53 Stephen Rothwell
2023-02-03  9:25 ` Hans de Goede
2024-01-05  6:29 Stephen Rothwell
2024-07-15  7:03 Stephen Rothwell
2024-08-20  3:43 Stephen Rothwell
2024-08-20  4:31 ` Kuppuswamy Sathyanarayanan
2024-08-23 19:16 ` Joseph, Jithu
2025-04-30 10:45 Stephen Rothwell
2025-04-30 10:51 ` Antheas Kapenekakis
2025-04-30 10:55   ` Ilpo Järvinen
2025-04-30 11:01     ` Antheas Kapenekakis
2025-04-30 11:07       ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).