* 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
* Re: 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
1 sibling, 0 replies; 45+ messages in thread
From: Matthew Garrett @ 2010-06-25 3:31 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Alan Cox, Greg Kroah-Hartman
On Fri, Jun 25, 2010 at 01:25:45PM +1000, Stephen Rothwell wrote:
> RAR_REGISTER is also still defined in
> drivers/staging/rar_register/Kconfig ... Also, that commit did not move
> intel_rar_register.c from staging ...
Bother. I'll fix that up.
Thanks,
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: 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
2010-06-25 4:16 ` Stephen Rothwell
1 sibling, 1 reply; 45+ messages in thread
From: Matthew Garrett @ 2010-06-25 3:41 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Alan Cox, Greg Kroah-Hartman
On Fri, Jun 25, 2010 at 01:25:45PM +1000, Stephen Rothwell wrote:
> RAR_REGISTER is also still defined in
> drivers/staging/rar_register/Kconfig ... Also, that commit did not move
> intel_rar_register.c from staging ...
Sorry, I managed to utterly novice git. Fixed tree pushed.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2010-06-25 3:41 ` Matthew Garrett
@ 2010-06-25 4:16 ` Stephen Rothwell
0 siblings, 0 replies; 45+ messages in thread
From: Stephen Rothwell @ 2010-06-25 4:16 UTC (permalink / raw)
To: Matthew Garrett; +Cc: linux-next, linux-kernel, Alan Cox, Greg Kroah-Hartman
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
Hi Matthew,
On Fri, 25 Jun 2010 04:41:41 +0100 Matthew Garrett <mjg59@srcf.ucam.org> wrote:
>
> On Fri, Jun 25, 2010 at 01:25:45PM +1000, Stephen Rothwell wrote:
>
> > RAR_REGISTER is also still defined in
> > drivers/staging/rar_register/Kconfig ... Also, that commit did not move
> > intel_rar_register.c from staging ...
>
> Sorry, I managed to utterly novice git. Fixed tree pushed.
Thanks.
--
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
* Re: 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
2010-08-27 7:40 ` Dmitry Torokhov
0 siblings, 1 reply; 45+ messages in thread
From: Matthew Garrett @ 2010-08-27 2:51 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Dmitry Torokhov
On Fri, Aug 27, 2010 at 11:59:50AM +1000, Stephen Rothwell wrote:
> After merging the drivers-x86 tree, today's linux-next build (powerpc
> ppc64_defconfig and x86_64 allmodconfig) produced this warning:
Oh Lordy. I should stop merging anything that contains "select". I'll
take a look at this tomorrow, but I'm about to head away for a week - if
anyone has a fix, feel free to find a way to get it merged.
(Dmitry, there was a Kconfig issue when I merged your patch, so it's
entirely plausible that you're a completely innocent bystander here)
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2010-08-27 2:51 ` Matthew Garrett
@ 2010-08-27 7:40 ` Dmitry Torokhov
2010-08-30 2:51 ` Stephen Rothwell
0 siblings, 1 reply; 45+ messages in thread
From: Dmitry Torokhov @ 2010-08-27 7:40 UTC (permalink / raw)
To: Matthew Garrett; +Cc: Stephen Rothwell, linux-next, linux-kernel
On Fri, Aug 27, 2010 at 03:51:48AM +0100, Matthew Garrett wrote:
> On Fri, Aug 27, 2010 at 11:59:50AM +1000, Stephen Rothwell wrote:
>
> > After merging the drivers-x86 tree, today's linux-next build (powerpc
> > ppc64_defconfig and x86_64 allmodconfig) produced this warning:
>
> Oh Lordy. I should stop merging anything that contains "select". I'll
> take a look at this tomorrow, but I'm about to head away for a week - if
> anyone has a fix, feel free to find a way to get it merged.
>
> (Dmitry, there was a Kconfig issue when I merged your patch, so it's
> entirely plausible that you're a completely innocent bystander here)
Yeah, I think I am innocent here. My patch was adding "select
INPUT_SPARCEKMAP" which is a library module and which I ensure to be
selectable as long as INPUT is enabled. I do not want to switch it
around into "depends on" since it is implementation detail and user
should not care.
Thanks.
--
Dmitry
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2010-08-27 7:40 ` Dmitry Torokhov
@ 2010-08-30 2:51 ` Stephen Rothwell
0 siblings, 0 replies; 45+ messages in thread
From: Stephen Rothwell @ 2010-08-30 2:51 UTC (permalink / raw)
To: Matthew Garrett, Dmitry Torokhov; +Cc: linux-next, linux-kernel
Hi all,
On Fri, 27 Aug 2010 00:40:48 -0700 Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
>
> On Fri, Aug 27, 2010 at 03:51:48AM +0100, Matthew Garrett wrote:
> > On Fri, Aug 27, 2010 at 11:59:50AM +1000, Stephen Rothwell wrote:
> >
> > > After merging the drivers-x86 tree, today's linux-next build (powerpc
> > > ppc64_defconfig and x86_64 allmodconfig) produced this warning:
> >
> > Oh Lordy. I should stop merging anything that contains "select". I'll
> > take a look at this tomorrow, but I'm about to head away for a week - if
> > anyone has a fix, feel free to find a way to get it merged.
> >
> > (Dmitry, there was a Kconfig issue when I merged your patch, so it's
> > entirely plausible that you're a completely innocent bystander here)
>
> Yeah, I think I am innocent here. My patch was adding "select
> INPUT_SPARCEKMAP" which is a library module and which I ensure to be
> selectable as long as INPUT is enabled. I do not want to switch it
> around into "depends on" since it is implementation detail and user
> should not care.
I applied this patch for today ...
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Mon, 30 Aug 2010 12:47:51 +1000
Subject: [PATCH] Fix Kconfig mistaken update
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
drivers/platform/x86/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index b96db80..55579f1 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -497,7 +497,6 @@ config ACPI_TOSHIBA
depends on RFKILL || RFKILL = n
select INPUT_POLLDEV
select INPUT_SPARSEKMAP
- select BACKLIGHT_CLASS_DEVICE
---help---
This driver adds support for access to certain system settings
on "legacy free" Toshiba laptops. These laptops can be recognized by
--
1.7.1
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply related [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
* Re: 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
2016-12-14 22:59 ` Darren Hart
0 siblings, 1 reply; 45+ messages in thread
From: Darren Hart @ 2016-12-14 22:21 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-next, linux-kernel, Lyude, Henrique de Moraes Holschuh,
Andy Shevchenko
On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote:
> 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.
That's an uninitialized local variable. Not sure how I missed that. I'll
fix it up today. Thank you for the report.
--
Darren Hart
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2016-12-14 22:21 ` Darren Hart
@ 2016-12-14 22:59 ` Darren Hart
2016-12-15 0:02 ` Stephen Rothwell
0 siblings, 1 reply; 45+ messages in thread
From: Darren Hart @ 2016-12-14 22:59 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-next, linux-kernel, Lyude, Henrique de Moraes Holschuh,
Andy Shevchenko
On Wed, Dec 14, 2016 at 02:21:38PM -0800, Darren Hart wrote:
> On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote:
> > 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.
>
> That's an uninitialized local variable. Not sure how I missed that. I'll
> fix it up today. Thank you for the report.
OK, no, it's a false positive because tp_features.hotkey_tablet is assigned in
both places where in_tablet_mode is assigned, and if the former is 0 (global
scope), the function returns without calling pr_info.
Lyude, Henrique, please confirm.
Regardless, I'll add a patch to init in_tablet_mode to 0 so it is explicit - but
will not rebase as it isn't technically an error.
--
Darren Hart
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2016-12-14 22:59 ` Darren Hart
@ 2016-12-15 0:02 ` Stephen Rothwell
2016-12-15 4:07 ` Darren Hart
0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2016-12-15 0:02 UTC (permalink / raw)
To: Darren Hart
Cc: linux-next, linux-kernel, Lyude, Henrique de Moraes Holschuh,
Andy Shevchenko
Hi Darren,
On Wed, 14 Dec 2016 14:59:14 -0800 Darren Hart <dvhart@infradead.org> wrote:
>
> On Wed, Dec 14, 2016 at 02:21:38PM -0800, Darren Hart wrote:
> > On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote:
> > >
> > > 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.
> >
> > That's an uninitialized local variable. Not sure how I missed that. I'll
> > fix it up today. Thank you for the report.
>
> OK, no, it's a false positive because tp_features.hotkey_tablet is assigned in
> both places where in_tablet_mode is assigned, and if the former is 0 (global
> scope), the function returns without calling pr_info.
How about "type".
> Lyude, Henrique, please confirm.
>
> Regardless, I'll add a patch to init in_tablet_mode to 0 so it is explicit - but
> will not rebase as it isn't technically an error.
No problem, it is only a warning after all.
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2016-12-15 0:02 ` Stephen Rothwell
@ 2016-12-15 4:07 ` Darren Hart
0 siblings, 0 replies; 45+ messages in thread
From: Darren Hart @ 2016-12-15 4:07 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-next, linux-kernel, Lyude, Henrique de Moraes Holschuh,
Andy Shevchenko
On Thu, Dec 15, 2016 at 11:02:19AM +1100, Stephen Rothwell wrote:
> Hi Darren,
>
> On Wed, 14 Dec 2016 14:59:14 -0800 Darren Hart <dvhart@infradead.org> wrote:
> >
> > On Wed, Dec 14, 2016 at 02:21:38PM -0800, Darren Hart wrote:
> > > On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote:
> > > >
> > > > 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.
> > >
> > > That's an uninitialized local variable. Not sure how I missed that. I'll
> > > fix it up today. Thank you for the report.
> >
> > OK, no, it's a false positive because tp_features.hotkey_tablet is assigned in
> > both places where in_tablet_mode is assigned, and if the former is 0 (global
> > scope), the function returns without calling pr_info.
>
> How about "type".
Ooops, indeed. Same exact issue. I'll update the patch.
--
Darren Hart
Intel Open Source Technology Center
^ 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
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-19 3:23 linux-next: build warning after merge of the drivers-x86 tree Stephen Rothwell
@ 2017-05-19 22:09 ` Darren Hart
2017-05-22 18:03 ` Andy Shevchenko
0 siblings, 1 reply; 45+ messages in thread
From: Darren Hart @ 2017-05-19 22:09 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Linux-Next Mailing List, Linux Kernel Mailing List,
Ritesh Raj Sarraf, Andy Shevchenko
On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote:
> 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")
Thank you Stephen,
Andy, you warned me about this and I had forgotten before I included it in next.
Would you like to drop this change, or drop the touchpad_store function?
--
Darren Hart
VMware Open Source Technology Center
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-19 22:09 ` Darren Hart
@ 2017-05-22 18:03 ` Andy Shevchenko
2017-05-25 23:34 ` Stephen Rothwell
0 siblings, 1 reply; 45+ messages in thread
From: Andy Shevchenko @ 2017-05-22 18:03 UTC (permalink / raw)
To: Darren Hart, Arnd Bergmann
Cc: Stephen Rothwell, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
On Sat, May 20, 2017 at 1:09 AM, Darren Hart <dvhart@infradead.org> wrote:
> On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote:
>> 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")
>
> Thank you Stephen,
>
> Andy, you warned me about this and I had forgotten before I included it in next.
>
> Would you like to drop this change, or drop the touchpad_store function?
I would go with Arnd's patch if he respins one addressing my comment.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-22 18:03 ` Andy Shevchenko
@ 2017-05-25 23:34 ` Stephen Rothwell
2017-05-26 8:25 ` Arnd Bergmann
0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2017-05-25 23:34 UTC (permalink / raw)
To: Darren Hart
Cc: Andy Shevchenko, Arnd Bergmann, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
Hi Andy,
On Mon, 22 May 2017 21:03:06 +0300 Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
>
> On Sat, May 20, 2017 at 1:09 AM, Darren Hart <dvhart@infradead.org> wrote:
> > On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote:
> >>
> >> 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")
> >
> >
> > Andy, you warned me about this and I had forgotten before I included it in next.
> >
> > Would you like to drop this change, or drop the touchpad_store function?
>
> I would go with Arnd's patch if he respins one addressing my comment.
Any progress on this?
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-25 23:34 ` Stephen Rothwell
@ 2017-05-26 8:25 ` Arnd Bergmann
2017-05-26 8:35 ` Stephen Rothwell
0 siblings, 1 reply; 45+ messages in thread
From: Arnd Bergmann @ 2017-05-26 8:25 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Darren Hart, Andy Shevchenko, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
On Fri, May 26, 2017 at 1:34 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Mon, 22 May 2017 21:03:06 +0300 Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
>> On Sat, May 20, 2017 at 1:09 AM, Darren Hart <dvhart@infradead.org> wrote:
>> > On Fri, May 19, 2017 at 01:23:17PM +1000, Stephen Rothwell wrote:
>> >>
>> >> 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")
>> >
>> >
>> > Andy, you warned me about this and I had forgotten before I included it in next.
>> >
>> > Would you like to drop this change, or drop the touchpad_store function?
>>
>> I would go with Arnd's patch if he respins one addressing my comment.
>
> Any progress on this?
Andy wrote that he committed an updated patch on May 23. The git tree
at git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next
appears to currently contain an older state from May 15.
Arnd
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-26 8:25 ` Arnd Bergmann
@ 2017-05-26 8:35 ` Stephen Rothwell
2017-05-26 9:04 ` Andy Shevchenko
0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2017-05-26 8:35 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Darren Hart, Andy Shevchenko, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
Hi Arnd,
On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
>
> Andy wrote that he committed an updated patch on May 23. The git tree
> at git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next
> appears to currently contain an older state from May 15.
So just not pushed out yet. That's fine, I will hopefully notice when
it turns up. Just checking that it wasn't forgotten.
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-26 8:35 ` Stephen Rothwell
@ 2017-05-26 9:04 ` Andy Shevchenko
2017-05-26 9:07 ` Stephen Rothwell
0 siblings, 1 reply; 45+ messages in thread
From: Andy Shevchenko @ 2017-05-26 9:04 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Arnd Bergmann, Darren Hart, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
On Fri, May 26, 2017 at 11:35 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
>>
>> Andy wrote that he committed an updated patch on May 23. The git tree
>> at git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next
>> appears to currently contain an older state from May 15.
>
> So just not pushed out yet. That's fine, I will hopefully notice when
> it turns up. Just checking that it wasn't forgotten.
No, it wasn't, it it in testing branch, I 'm about to push to for-next.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-26 9:04 ` Andy Shevchenko
@ 2017-05-26 9:07 ` Stephen Rothwell
2017-05-26 9:52 ` Andy Shevchenko
0 siblings, 1 reply; 45+ messages in thread
From: Stephen Rothwell @ 2017-05-26 9:07 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Arnd Bergmann, Darren Hart, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
Hi Andy,
On Fri, 26 May 2017 12:04:47 +0300 Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
>
> On Fri, May 26, 2017 at 11:35 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
> >>
> >> Andy wrote that he committed an updated patch on May 23. The git tree
> >> at git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next
> >> appears to currently contain an older state from May 15.
> >
> > So just not pushed out yet. That's fine, I will hopefully notice when
> > it turns up. Just checking that it wasn't forgotten.
>
> No, it wasn't, it it in testing branch, I 'm about to push to for-next.
Thanks. No rush.
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2017-05-26 9:07 ` Stephen Rothwell
@ 2017-05-26 9:52 ` Andy Shevchenko
0 siblings, 0 replies; 45+ messages in thread
From: Andy Shevchenko @ 2017-05-26 9:52 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Arnd Bergmann, Darren Hart, Linux-Next Mailing List,
Linux Kernel Mailing List, Ritesh Raj Sarraf, Andy Shevchenko
On Fri, May 26, 2017 at 12:07 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Andy,
>
> On Fri, 26 May 2017 12:04:47 +0300 Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
>>
>> On Fri, May 26, 2017 at 11:35 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> > On Fri, 26 May 2017 10:25:36 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
>> >>
>> >> Andy wrote that he committed an updated patch on May 23. The git tree
>> >> at git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git#for-next
>> >> appears to currently contain an older state from May 15.
>> >
>> > So just not pushed out yet. That's fine, I will hopefully notice when
>> > it turns up. Just checking that it wasn't forgotten.
>>
>> No, it wasn't, it it in testing branch, I 'm about to push to for-next.
>
> Thanks. No rush.
Pushed.
--
With Best Regards,
Andy Shevchenko
^ 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
* Re: 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
1 sibling, 0 replies; 45+ messages in thread
From: Arvind Yadav @ 2017-06-30 5:12 UTC (permalink / raw)
To: Stephen Rothwell, Darren Hart
Cc: Linux-Next Mailing List, Linux Kernel Mailing List
Hi,
I have push one more patch which does not have this warning.
please avoid my first patch.
Thanks
~ arvind
On Friday 30 June 2017 09:30 AM, Stephen Rothwell wrote:
> 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")
>
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: 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
1 sibling, 0 replies; 45+ messages in thread
From: Darren Hart @ 2017-07-01 3:32 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Arvind Yadav
On Fri, Jun 30, 2017 at 02:00:54PM +1000, Stephen Rothwell wrote:
> 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")
Apologies, and thanks for the catch. Rolled the fix from Arnd together with this
and the new one from Arvind. for-next had to be rebased to avoid introducing
this error into mainline.
--
Darren Hart
VMware Open Source Technology Center
^ 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
* Re: 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, 0 replies; 45+ messages in thread
From: Andy Shevchenko @ 2020-01-10 9:47 UTC (permalink / raw)
To: Stephen Rothwell, kbuild test robot
Cc: Darren Hart, Linux Next Mailing List, Linux Kernel Mailing List
On Fri, Jan 10, 2020 at 5:57 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> 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()")
Thanks for a report. I'll fix soon.
I'm wondering why I didn't get any report from LKP.
>
> --
> Cheers,
> Stephen Rothwell
--
With Best Regards,
Andy Shevchenko
^ 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
* RE: 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
1 sibling, 0 replies; 45+ messages in thread
From: Kammela, Gayatri @ 2020-02-10 23:39 UTC (permalink / raw)
To: Stephen Rothwell, Darren Hart, Andy Shevchenko
Cc: Linux Next Mailing List, Linux Kernel Mailing List
> -----Original Message-----
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Sent: Monday, February 10, 2020 3:36 PM
> To: Darren Hart <dvhart@infradead.org>; Andy Shevchenko
> <andy.shevchenko@gmail.com>
> Cc: Linux Next Mailing List <linux-next@vger.kernel.org>; Linux Kernel
> Mailing List <linux-kernel@vger.kernel.org>; Kammela, Gayatri
> <gayatri.kammela@intel.com>
> Subject: linux-next: build warning after merge of the drivers-x86 tree
>
> 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")
>
Hi Stephen,
Thanks for reporting the warning!. I have already sent a fix up patch earlier this morning.
> --
> Cheers,
> Stephen Rothwell
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: 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
1 sibling, 0 replies; 45+ messages in thread
From: Andy Shevchenko @ 2020-02-11 21:07 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Darren Hart, Linux Next Mailing List, Linux Kernel Mailing List,
Gayatri Kammela
On Tue, Feb 11, 2020 at 1:35 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> 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")
Thank you, Stephen,
Fix had been incorporated.
--
With Best Regards,
Andy Shevchenko
^ 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
* Re: 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
2021-02-04 15:05 ` Andy Shevchenko
0 siblings, 1 reply; 45+ messages in thread
From: Hans de Goede @ 2021-02-04 7:38 UTC (permalink / raw)
To: Stephen Rothwell, Mark Gross
Cc: Andy Shevchenko, Linux Kernel Mailing List,
Linux Next Mailing List
Hi Stephen, Andy,
On 2/4/21 6:13 AM, Stephen Rothwell wrote:
> 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")
Thank you for the bug report.
Andy can you send me a fix for this please ?
Regards,
Hans
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2021-02-04 7:38 ` Hans de Goede
@ 2021-02-04 15:05 ` Andy Shevchenko
0 siblings, 0 replies; 45+ messages in thread
From: Andy Shevchenko @ 2021-02-04 15:05 UTC (permalink / raw)
To: Hans de Goede
Cc: Stephen Rothwell, Mark Gross, Linux Kernel Mailing List,
Linux Next Mailing List
On Thu, Feb 04, 2021 at 08:38:40AM +0100, Hans de Goede wrote:
> Hi Stephen, Andy,
>
> On 2/4/21 6:13 AM, Stephen Rothwell wrote:
> > 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")
>
> Thank you for the bug report.
>
> Andy can you send me a fix for this please ?
Fix just has been sent.
--
With Best Regards,
Andy Shevchenko
^ 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
* Re: 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, 0 replies; 45+ messages in thread
From: Hans de Goede @ 2023-02-03 9:25 UTC (permalink / raw)
To: Stephen Rothwell, Mark Gross
Cc: Linux Kernel Mailing List, Linux Next Mailing List
Hi,
On 2/3/23 03:53, Stephen Rothwell wrote:
> 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")
Thank you for reporting this. It seems I didn't have much luck with my
latest for-next push.
I'm testing an updated for-next with this fixed now and I'll push that
out shortly.
Regards,
Hans
^ 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
* Re: 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
1 sibling, 0 replies; 45+ messages in thread
From: Kuppuswamy Sathyanarayanan @ 2024-08-20 4:31 UTC (permalink / raw)
To: Stephen Rothwell, Hans de Goede, Mark Gross
Cc: Jithu Joseph, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
Hi Hans,
On 8/19/24 8:43 PM, Stephen Rothwell wrote:
> 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")
Attached patch fixes the issue. Do you want to me send it to the mailing list or
you can take the attached patch?
>
--
Sathyanarayanan Kuppuswamy
Linux Kernel Developer
[-- Attachment #2: 0001-platform-x86-intel-ifs-Fix-SBAF-title-underline-leng.patch --]
[-- Type: text/x-patch, Size: 1652 bytes --]
From 76f6a43eeafd892dde53b9fb3c67aad90eff81a6 Mon Sep 17 00:00:00 2001
From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Date: Tue, 20 Aug 2024 04:02:55 +0000
Subject: [PATCH v1] platform/x86/intel/ifs: Fix SBAF title underline length
In commit # 0a3e4e94d137 ("platform/x86/intel/ifs: Add SBAF test image
loading support"), the documentation for "Structural Based Functional
Test at Field (SBAF)" had an incomplete underline. This resulted in the
following build warning:
Documentation/arch/x86/ifs:2: drivers/platform/x86/intel/ifs/ifs.h:131: WARNING: Title underline too short.
Fix it by extending the dotted lines to match the length of the title.
Fixes: 0a3e4e94d137 ("platform/x86/intel/ifs: Add SBAF test image loading support")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/lkml/20240820134354.2aec355d@canb.auug.org.au/T/#u
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
---
drivers/platform/x86/intel/ifs/ifs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/intel/ifs/ifs.h b/drivers/platform/x86/intel/ifs/ifs.h
index b261be46bce8..5c3c0dfa1bf8 100644
--- a/drivers/platform/x86/intel/ifs/ifs.h
+++ b/drivers/platform/x86/intel/ifs/ifs.h
@@ -129,7 +129,7 @@
*
*
* Structural Based Functional Test at Field (SBAF):
- * ------------------------------------------------
+ * -------------------------------------------------
*
* SBAF is a new type of testing that provides comprehensive core test
* coverage complementing Scan at Field (SAF) testing. SBAF mimics the
--
2.25.1
^ permalink raw reply related [flat|nested] 45+ messages in thread
* Re: 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
1 sibling, 0 replies; 45+ messages in thread
From: Joseph, Jithu @ 2024-08-23 19:16 UTC (permalink / raw)
To: Stephen Rothwell, Hans de Goede, Mark Gross
Cc: Kuppuswamy Sathyanarayanan, Linux Kernel Mailing List,
Linux Next Mailing List
On 8/19/2024 8:43 PM, Stephen Rothwell wrote:
> 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")
>
Hi Stephen,
Thanks for reporting this. Below fix has been sent by Sathya to Hans (and the list)
https://lore.kernel.org/lkml/20240823184337.2923179-1-sathyanarayanan.kuppuswamy@linux.intel.com/
Thanks
Jithu
^ 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
* Re: 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
2025-04-30 10:55 ` Ilpo Järvinen
0 siblings, 1 reply; 45+ messages in thread
From: Antheas Kapenekakis @ 2025-04-30 10:51 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Hans de Goede, Mark Gross, Ilpo Järvinen,
Linux Kernel Mailing List, Linux Next Mailing List
On Wed, 30 Apr 2025 at 12:45, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> 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")
Hm,
after removing the documentation I might have left an erroneous oxcec
entry in the documentation file.
In some previous versions of the series the hwmon doc file was renamed
but in the final one it is removed. So this file should not be introduced.
Should I do a fixup commit?
Antheas
>
> --
> Cheers,
> Stephen Rothwell
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2025-04-30 10:51 ` Antheas Kapenekakis
@ 2025-04-30 10:55 ` Ilpo Järvinen
2025-04-30 11:01 ` Antheas Kapenekakis
0 siblings, 1 reply; 45+ messages in thread
From: Ilpo Järvinen @ 2025-04-30 10:55 UTC (permalink / raw)
To: Antheas Kapenekakis
Cc: Stephen Rothwell, Hans de Goede, Mark Gross,
Linux Kernel Mailing List, Linux Next Mailing List
On Wed, 30 Apr 2025, Antheas Kapenekakis wrote:
> On Wed, 30 Apr 2025 at 12:45, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > 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")
>
> Hm,
> after removing the documentation I might have left an erroneous oxcec
> entry in the documentation file.
>
> In some previous versions of the series the hwmon doc file was renamed
> but in the final one it is removed. So this file should not be introduced.
>
> Should I do a fixup commit?
Yes please. I'll fold that into the original commit if it is easy enough
to do which is what I expect to be case here.
--
i.
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2025-04-30 10:55 ` Ilpo Järvinen
@ 2025-04-30 11:01 ` Antheas Kapenekakis
2025-04-30 11:07 ` Ilpo Järvinen
0 siblings, 1 reply; 45+ messages in thread
From: Antheas Kapenekakis @ 2025-04-30 11:01 UTC (permalink / raw)
To: Ilpo Järvinen
Cc: Stephen Rothwell, Hans de Goede, Mark Gross,
Linux Kernel Mailing List, Linux Next Mailing List
On Wed, 30 Apr 2025 at 12:56, Ilpo Järvinen
<ilpo.jarvinen@linux.intel.com> wrote:
>
> On Wed, 30 Apr 2025, Antheas Kapenekakis wrote:
>
> > On Wed, 30 Apr 2025 at 12:45, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > 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")
> >
> > Hm,
> > after removing the documentation I might have left an erroneous oxcec
> > entry in the documentation file.
> >
> > In some previous versions of the series the hwmon doc file was renamed
> > but in the final one it is removed. So this file should not be introduced.
> >
> > Should I do a fixup commit?
>
> Yes please. I'll fold that into the original commit if it is easy enough
> to do which is what I expect to be case here.
I am not at my computer with my kernel tree. I will do that later
today if needed.
Looking at the diff:
--- a/Documentation/hwmon/index.rst
+++ b/Documentation/hwmon/index.rst
@@ -189,7 +189,7 @@ Hardware Monitoring Kernel Drivers
nzxt-kraken3
nzxt-smart2
occ
- oxp-sensors
+ oxpec <-- This needs to be removed
pc87360
pc87427
pcf8591
If modifying the initial commit, it is probably easier for you to fix
it now. Otherwise I will send a fixes later today (~8 hours).
Antheas
> --
> i.
>
^ permalink raw reply [flat|nested] 45+ messages in thread
* Re: linux-next: build warning after merge of the drivers-x86 tree
2025-04-30 11:01 ` Antheas Kapenekakis
@ 2025-04-30 11:07 ` Ilpo Järvinen
0 siblings, 0 replies; 45+ messages in thread
From: Ilpo Järvinen @ 2025-04-30 11:07 UTC (permalink / raw)
To: Antheas Kapenekakis
Cc: Stephen Rothwell, Hans de Goede, Mark Gross,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1833 bytes --]
On Wed, 30 Apr 2025, Antheas Kapenekakis wrote:
> On Wed, 30 Apr 2025 at 12:56, Ilpo Järvinen
> <ilpo.jarvinen@linux.intel.com> wrote:
> >
> > On Wed, 30 Apr 2025, Antheas Kapenekakis wrote:
> >
> > > On Wed, 30 Apr 2025 at 12:45, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > > >
> > > > 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")
> > >
> > > Hm,
> > > after removing the documentation I might have left an erroneous oxcec
> > > entry in the documentation file.
> > >
> > > In some previous versions of the series the hwmon doc file was renamed
> > > but in the final one it is removed. So this file should not be introduced.
> > >
> > > Should I do a fixup commit?
> >
> > Yes please. I'll fold that into the original commit if it is easy enough
> > to do which is what I expect to be case here.
>
> I am not at my computer with my kernel tree. I will do that later
> today if needed.
>
> Looking at the diff:
>
> --- a/Documentation/hwmon/index.rst
> +++ b/Documentation/hwmon/index.rst
> @@ -189,7 +189,7 @@ Hardware Monitoring Kernel Drivers
> nzxt-kraken3
> nzxt-smart2
> occ
> - oxp-sensors
> + oxpec <-- This needs to be removed
> pc87360
> pc87427
> pcf8591
>
> If modifying the initial commit, it is probably easier for you to fix
> it now. Otherwise I will send a fixes later today (~8 hours).
It has been removed in the review-ilpo-next branch. Thanks all.
--
i.
^ 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 --
2017-05-19 3:23 linux-next: build warning after merge of the drivers-x86 tree 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
-- strict thread matches above, loose matches on Subject: below --
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
2024-08-20 3:43 Stephen Rothwell
2024-08-20 4:31 ` Kuppuswamy Sathyanarayanan
2024-08-23 19:16 ` Joseph, Jithu
2024-07-15 7:03 Stephen Rothwell
2024-01-05 6:29 Stephen Rothwell
2023-02-03 2:53 Stephen Rothwell
2023-02-03 9:25 ` Hans de Goede
2021-02-04 5:13 Stephen Rothwell
2021-02-04 7:38 ` Hans de Goede
2021-02-04 15:05 ` Andy Shevchenko
2020-02-10 23:35 Stephen Rothwell
2020-02-10 23:39 ` Kammela, Gayatri
2020-02-11 21:07 ` Andy Shevchenko
2020-01-10 3:57 Stephen Rothwell
2020-01-10 9:47 ` Andy Shevchenko
2017-06-30 4:00 Stephen Rothwell
2017-06-30 5:12 ` Arvind Yadav
2017-07-01 3:32 ` Darren Hart
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
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
2010-06-25 3:25 Stephen Rothwell
2010-06-25 3:31 ` Matthew Garrett
2010-06-25 3:41 ` Matthew Garrett
2010-06-25 4:16 ` Stephen Rothwell
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).