From: Krzysztof Kozlowski <krzk@kernel.org>
To: Julia Lawall <julia.lawall@inria.fr>
Cc: Brian Kim <brian.kim@hardkernel.com>,
kbuild-all@lists.01.org, Dongjin Kim <tobetter@gmail.com>,
memeka <mihailescu2m@gmail.com>, Yang Deokgyu <secugyu@gmail.com>,
Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Kukjin Kim <kgene@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings
Date: Tue, 8 Sep 2020 12:04:16 +0200 [thread overview]
Message-ID: <20200908100416.GA24903@pi3> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2009081136090.2478@hadrien>
On Tue, Sep 08, 2020 at 11:39:51AM +0200, Julia Lawall wrote:
> No need to set .owner here. The core will do it.
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> Fixes: be904257f8a9 ("ODROID-XU4: char: exynos: add /dev/gpiomem device for rootless user GPIO access")
> CC: Brian Kim <brian.kim@hardkernel.com>
> Signed-off-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
Hi,
This is a downstream tree with certain non-upstreamable patches, so
nothing to do here for me.
Best regards,
Krzysztof
> ---
>
> I received some other warnings about this file, but with no details:
>
> >> drivers/char/exynos-gpiomem.c:231:15-18: ERROR: inst is NULL but
> dereferenced.
> --
> >> drivers/char/exynos-gpiomem.c:231:9-13: ERROR: reference preceded by
> free on line 229
>
>
> tree: https://github.com/tobetter/linux odroid-5.9.y
> head: 1118f1d60573bfbf1eb7ef079fa879a498ba4313
> commit: be904257f8a9bd689b360fa98d3ffc85bdbeb560 [53/69] ODROID-XU4: char: exynos: add /dev/gpiomem device for rootless user GPIO access
> :::::: branch date: 4 hours ago
> :::::: commit date: 4 hours ago
>
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Julia Lawall <julia.lawall@inria.fr>
Cc: linux-samsung-soc@vger.kernel.org, kbuild-all@lists.01.org,
Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Yang Deokgyu <secugyu@gmail.com>, Kukjin Kim <kgene@kernel.org>,
Dongjin Kim <tobetter@gmail.com>, memeka <mihailescu2m@gmail.com>,
Brian Kim <brian.kim@hardkernel.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings
Date: Tue, 8 Sep 2020 12:04:16 +0200 [thread overview]
Message-ID: <20200908100416.GA24903@pi3> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2009081136090.2478@hadrien>
On Tue, Sep 08, 2020 at 11:39:51AM +0200, Julia Lawall wrote:
> No need to set .owner here. The core will do it.
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> Fixes: be904257f8a9 ("ODROID-XU4: char: exynos: add /dev/gpiomem device for rootless user GPIO access")
> CC: Brian Kim <brian.kim@hardkernel.com>
> Signed-off-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
Hi,
This is a downstream tree with certain non-upstreamable patches, so
nothing to do here for me.
Best regards,
Krzysztof
> ---
>
> I received some other warnings about this file, but with no details:
>
> >> drivers/char/exynos-gpiomem.c:231:15-18: ERROR: inst is NULL but
> dereferenced.
> --
> >> drivers/char/exynos-gpiomem.c:231:9-13: ERROR: reference preceded by
> free on line 229
>
>
> tree: https://github.com/tobetter/linux odroid-5.9.y
> head: 1118f1d60573bfbf1eb7ef079fa879a498ba4313
> commit: be904257f8a9bd689b360fa98d3ffc85bdbeb560 [53/69] ODROID-XU4: char: exynos: add /dev/gpiomem device for rootless user GPIO access
> :::::: branch date: 4 hours ago
> :::::: commit date: 4 hours ago
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings
Date: Tue, 08 Sep 2020 12:04:16 +0200 [thread overview]
Message-ID: <20200908100416.GA24903@pi3> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2009081136090.2478@hadrien>
[-- Attachment #1: Type: text/plain, Size: 1191 bytes --]
On Tue, Sep 08, 2020 at 11:39:51AM +0200, Julia Lawall wrote:
> No need to set .owner here. The core will do it.
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> Fixes: be904257f8a9 ("ODROID-XU4: char: exynos: add /dev/gpiomem device for rootless user GPIO access")
> CC: Brian Kim <brian.kim@hardkernel.com>
> Signed-off-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
Hi,
This is a downstream tree with certain non-upstreamable patches, so
nothing to do here for me.
Best regards,
Krzysztof
> ---
>
> I received some other warnings about this file, but with no details:
>
> >> drivers/char/exynos-gpiomem.c:231:15-18: ERROR: inst is NULL but
> dereferenced.
> --
> >> drivers/char/exynos-gpiomem.c:231:9-13: ERROR: reference preceded by
> free on line 229
>
>
> tree: https://github.com/tobetter/linux odroid-5.9.y
> head: 1118f1d60573bfbf1eb7ef079fa879a498ba4313
> commit: be904257f8a9bd689b360fa98d3ffc85bdbeb560 [53/69] ODROID-XU4: char: exynos: add /dev/gpiomem device for rootless user GPIO access
> :::::: branch date: 4 hours ago
> :::::: commit date: 4 hours ago
>
next prev parent reply other threads:[~2020-09-08 10:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-08 9:39 [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings Julia Lawall
2020-09-08 9:39 ` Julia Lawall
2020-09-08 9:39 ` Julia Lawall
2020-09-08 10:04 ` Krzysztof Kozlowski [this message]
2020-09-08 10:04 ` Krzysztof Kozlowski
2020-09-08 10:04 ` Krzysztof Kozlowski
-- strict thread matches above, loose matches on Subject: below --
2021-11-03 16:17 Julia Lawall
2021-11-03 16:17 ` Julia Lawall
2021-11-03 13:33 [tobetter:odroid-5.15.y 21/75] drivers/char/exynos-gpiomem.c:231:9-13: ERROR: reference preceded by free on line 229 kernel test robot
2021-11-03 13:33 ` [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings kernel test robot
2021-08-28 11:10 Julia Lawall
2021-08-28 11:10 ` Julia Lawall
2021-08-25 17:02 [tobetter-linux:odroid-5.14.y 21/68] drivers/char/exynos-gpiomem.c:231:9-13: ERROR: reference preceded by free on line 229 kernel test robot
2021-08-25 17:02 ` [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings kernel test robot
2021-08-25 8:12 [tobetter-linux:odroid-5.14.y 21/68] drivers/char/exynos-gpiomem.c:231:9-13: ERROR: reference preceded by free on line 229 kernel test robot
2021-08-25 8:12 ` [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings kernel test robot
2021-01-12 8:02 [tobetter-linux:odroid-5.11.y 51/84] drivers/char/exynos-gpiomem.c:231:15-18: ERROR: inst is NULL but dereferenced kernel test robot
2021-01-12 8:02 ` [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings kernel test robot
2020-09-08 6:02 [tobetter-linux:odroid-5.9.y 53/69] drivers/char/exynos-gpiomem.c:231:15-18: ERROR: inst is NULL but dereferenced kernel test robot
2020-09-08 6:02 ` [PATCH] ODROID-XU4: char: exynos: fix platform_no_drv_owner.cocci warnings kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200908100416.GA24903@pi3 \
--to=krzk@kernel.org \
--cc=arnd@arndb.de \
--cc=brian.kim@hardkernel.com \
--cc=gregkh@linuxfoundation.org \
--cc=julia.lawall@inria.fr \
--cc=kbuild-all@lists.01.org \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mihailescu2m@gmail.com \
--cc=secugyu@gmail.com \
--cc=tobetter@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.