* [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385 (fwd)
@ 2017-08-17 9:20 Julia Lawall
2017-08-17 10:14 ` Quentin Schulz
0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2017-08-17 9:20 UTC (permalink / raw)
To: Quentin Schulz; +Cc: Dmitry Torokhov, linux-input, kbuild-all
---------- Forwarded message ----------
Date: Thu, 17 Aug 2017 10:09:14 +0800
From: kbuild test robot <fengguang.wu@intel.com>
To: kbuild@01.org
Cc: Julia Lawall <julia.lawall@lip6.fr>
Subject: [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2:
axp_pek_id_match is not NULL terminated at line 385
CC: kbuild-all@01.org
CC: linux-input@vger.kernel.org
TO: Quentin Schulz <quentin.schulz@free-electrons.com>
CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
head: 448f587d525d4fb5bda4b521e35ad6f15050cebd
commit: 2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7 [1901/1903] Input: axp20x-pek - use driver_data of platform_device_id instead of extended attributes
:::::: branch date: 83 minutes ago
:::::: commit date: 83 minutes ago
>> drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385
# https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?id=2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7
git remote add input https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
git remote update input
git checkout 2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7
vim +385 drivers/input/misc/axp20x-pek.c
58be7689 Hans de Goede 2017-06-02 380
2ebdfece Quentin Schulz 2017-08-14 381 static const struct platform_device_id axp_pek_id_match[] = {
2ebdfece Quentin Schulz 2017-08-14 382 {
2ebdfece Quentin Schulz 2017-08-14 383 .name = "axp20x-pek",
2ebdfece Quentin Schulz 2017-08-14 384 .driver_data = (kernel_ulong_t)&axp20x_info,
2ebdfece Quentin Schulz 2017-08-14 @385 },
2ebdfece Quentin Schulz 2017-08-14 386 };
2ebdfece Quentin Schulz 2017-08-14 387
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385 (fwd)
2017-08-17 9:20 [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385 (fwd) Julia Lawall
@ 2017-08-17 10:14 ` Quentin Schulz
2017-08-20 16:32 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2017-08-17 10:14 UTC (permalink / raw)
To: Julia Lawall; +Cc: Dmitry Torokhov, linux-input, kbuild-all
Hi Julia,
Thanks for the report.
@Dimitry: do I need to wait for the patches to come in next in order to
add a Fixes tag or do I send a fix for this now?
Thanks,
Quentin
On 17/08/2017 11:20, Julia Lawall wrote:
>
>
> ---------- Forwarded message ----------
> Date: Thu, 17 Aug 2017 10:09:14 +0800
> From: kbuild test robot <fengguang.wu@intel.com>
> To: kbuild@01.org
> Cc: Julia Lawall <julia.lawall@lip6.fr>
> Subject: [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2:
> axp_pek_id_match is not NULL terminated at line 385
>
> CC: kbuild-all@01.org
> CC: linux-input@vger.kernel.org
> TO: Quentin Schulz <quentin.schulz@free-electrons.com>
> CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
> head: 448f587d525d4fb5bda4b521e35ad6f15050cebd
> commit: 2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7 [1901/1903] Input: axp20x-pek - use driver_data of platform_device_id instead of extended attributes
> :::::: branch date: 83 minutes ago
> :::::: commit date: 83 minutes ago
>
>>> drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385
>
> # https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?id=2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7
> git remote add input https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> git remote update input
> git checkout 2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7
> vim +385 drivers/input/misc/axp20x-pek.c
>
> 58be7689 Hans de Goede 2017-06-02 380
> 2ebdfece Quentin Schulz 2017-08-14 381 static const struct platform_device_id axp_pek_id_match[] = {
> 2ebdfece Quentin Schulz 2017-08-14 382 {
> 2ebdfece Quentin Schulz 2017-08-14 383 .name = "axp20x-pek",
> 2ebdfece Quentin Schulz 2017-08-14 384 .driver_data = (kernel_ulong_t)&axp20x_info,
> 2ebdfece Quentin Schulz 2017-08-14 @385 },
> 2ebdfece Quentin Schulz 2017-08-14 386 };
> 2ebdfece Quentin Schulz 2017-08-14 387
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
>
--
Quentin Schulz, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385 (fwd)
2017-08-17 10:14 ` Quentin Schulz
@ 2017-08-20 16:32 ` Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2017-08-20 16:32 UTC (permalink / raw)
To: Quentin Schulz; +Cc: Julia Lawall, linux-input, kbuild-all
On Thu, Aug 17, 2017 at 12:14:22PM +0200, Quentin Schulz wrote:
> Hi Julia,
>
> Thanks for the report.
>
> @Dimitry: do I need to wait for the patches to come in next in order to
> add a Fixes tag or do I send a fix for this now?
I fixed it in place, no need to send the patch.
Thanks!
>
> Thanks,
> Quentin
>
> On 17/08/2017 11:20, Julia Lawall wrote:
> >
> >
> > ---------- Forwarded message ----------
> > Date: Thu, 17 Aug 2017 10:09:14 +0800
> > From: kbuild test robot <fengguang.wu@intel.com>
> > To: kbuild@01.org
> > Cc: Julia Lawall <julia.lawall@lip6.fr>
> > Subject: [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2:
> > axp_pek_id_match is not NULL terminated at line 385
> >
> > CC: kbuild-all@01.org
> > CC: linux-input@vger.kernel.org
> > TO: Quentin Schulz <quentin.schulz@free-electrons.com>
> > CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> >
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
> > head: 448f587d525d4fb5bda4b521e35ad6f15050cebd
> > commit: 2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7 [1901/1903] Input: axp20x-pek - use driver_data of platform_device_id instead of extended attributes
> > :::::: branch date: 83 minutes ago
> > :::::: commit date: 83 minutes ago
> >
> >>> drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385
> >
> > # https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?id=2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7
> > git remote add input https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> > git remote update input
> > git checkout 2ebdfecef50840a9c6fd6a2236a1bdf2942dc1a7
> > vim +385 drivers/input/misc/axp20x-pek.c
> >
> > 58be7689 Hans de Goede 2017-06-02 380
> > 2ebdfece Quentin Schulz 2017-08-14 381 static const struct platform_device_id axp_pek_id_match[] = {
> > 2ebdfece Quentin Schulz 2017-08-14 382 {
> > 2ebdfece Quentin Schulz 2017-08-14 383 .name = "axp20x-pek",
> > 2ebdfece Quentin Schulz 2017-08-14 384 .driver_data = (kernel_ulong_t)&axp20x_info,
> > 2ebdfece Quentin Schulz 2017-08-14 @385 },
> > 2ebdfece Quentin Schulz 2017-08-14 386 };
> > 2ebdfece Quentin Schulz 2017-08-14 387
> >
> > ---
> > 0-DAY kernel test infrastructure Open Source Technology Center
> > https://lists.01.org/pipermail/kbuild-all Intel Corporation
> >
>
> --
> Quentin Schulz, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-20 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 9:20 [input:next 1901/1903] drivers/input/misc/axp20x-pek.c:385:1-2: axp_pek_id_match is not NULL terminated at line 385 (fwd) Julia Lawall
2017-08-17 10:14 ` Quentin Schulz
2017-08-20 16:32 ` Dmitry Torokhov
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).