All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics <intel-gfx@lists.freedesktop.org>,
	DRI <dri-devel@lists.freedesktop.org>,
	Steven Price <steven.price@arm.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: linux-next: build warning after merge of the drm-misc tree
Date: Mon, 2 Nov 2020 09:05:26 +0100	[thread overview]
Message-ID: <20201102090526.39c7a38c@collabora.com> (raw)
In-Reply-To: <20201102124637.1e846861@canb.auug.org.au>

Hi Stephen,

On Mon, 2 Nov 2020 12:46:37 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi all,
> 
> After merging the imx-drm tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
> 
> drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_close':
> drivers/gpu/drm/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
>   617 |  struct panfrost_job_slot *js = pfdev->js;
>       |                            ^~
> 
> Introduced by commit
> 
>   a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")
> 

Thanks for this report. I posted a patch [1] to fix that yesterday, and
I plan to apply it soon.

Regards,

Boris

[1]https://patchwork.kernel.org/project/dri-devel/patch/20201101173817.831769-1-boris.brezillon@collabora.com/

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics <intel-gfx@lists.freedesktop.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	DRI <dri-devel@lists.freedesktop.org>,
	Steven Price <steven.price@arm.com>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: linux-next: build warning after merge of the drm-misc tree
Date: Mon, 2 Nov 2020 09:05:26 +0100	[thread overview]
Message-ID: <20201102090526.39c7a38c@collabora.com> (raw)
In-Reply-To: <20201102124637.1e846861@canb.auug.org.au>

Hi Stephen,

On Mon, 2 Nov 2020 12:46:37 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi all,
> 
> After merging the imx-drm tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
> 
> drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_close':
> drivers/gpu/drm/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
>   617 |  struct panfrost_job_slot *js = pfdev->js;
>       |                            ^~
> 
> Introduced by commit
> 
>   a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")
> 

Thanks for this report. I posted a patch [1] to fix that yesterday, and
I plan to apply it soon.

Regards,

Boris

[1]https://patchwork.kernel.org/project/dri-devel/patch/20201101173817.831769-1-boris.brezillon@collabora.com/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics <intel-gfx@lists.freedesktop.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	DRI <dri-devel@lists.freedesktop.org>,
	Steven Price <steven.price@arm.com>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: [Intel-gfx] linux-next: build warning after merge of the drm-misc tree
Date: Mon, 2 Nov 2020 09:05:26 +0100	[thread overview]
Message-ID: <20201102090526.39c7a38c@collabora.com> (raw)
In-Reply-To: <20201102124637.1e846861@canb.auug.org.au>

Hi Stephen,

On Mon, 2 Nov 2020 12:46:37 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi all,
> 
> After merging the imx-drm tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
> 
> drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_close':
> drivers/gpu/drm/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
>   617 |  struct panfrost_job_slot *js = pfdev->js;
>       |                            ^~
> 
> Introduced by commit
> 
>   a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")
> 

Thanks for this report. I posted a patch [1] to fix that yesterday, and
I plan to apply it soon.

Regards,

Boris

[1]https://patchwork.kernel.org/project/dri-devel/patch/20201101173817.831769-1-boris.brezillon@collabora.com/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2020-11-02  8:05 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02  1:46 linux-next: build warning after merge of the drm-misc tree Stephen Rothwell
2020-11-02  1:46 ` [Intel-gfx] " Stephen Rothwell
2020-11-02  1:46 ` Stephen Rothwell
2020-11-02  8:05 ` Boris Brezillon [this message]
2020-11-02  8:05   ` [Intel-gfx] " Boris Brezillon
2020-11-02  8:05   ` Boris Brezillon
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  6:58 Stephen Rothwell
2024-04-12  7:01 ` Stephen Rothwell
2024-03-26  5:01 Stephen Rothwell
2023-10-05  3:56 Stephen Rothwell
2023-10-05  3:56 ` Stephen Rothwell
2023-09-26  5:07 Stephen Rothwell
2023-09-26  5:07 ` Stephen Rothwell
2023-09-26 10:56 ` Danilo Krummrich
2023-08-07  1:28 Stephen Rothwell
2023-08-07  1:28 ` Stephen Rothwell
2023-08-02  4:21 Stephen Rothwell
2023-08-02  4:21 ` Stephen Rothwell
2023-08-02 14:49 ` Doug Anderson
2023-08-02 14:49   ` Doug Anderson
2023-08-02  4:17 Stephen Rothwell
2023-08-02  4:17 ` Stephen Rothwell
2023-08-02 14:49 ` Doug Anderson
2023-08-02 14:49   ` Doug Anderson
2022-11-07  3:38 Stephen Rothwell
2022-11-07  3:38 ` Stephen Rothwell
2022-04-20  6:24 Stephen Rothwell
2022-04-20  6:24 ` Stephen Rothwell
2022-04-06  5:50 Stephen Rothwell
2022-04-06  5:50 ` Stephen Rothwell
2022-04-13  0:04 ` Stephen Rothwell
2022-04-13  0:04   ` Stephen Rothwell
2022-04-13  8:23   ` Daniel Vetter
2022-04-13  8:23     ` Daniel Vetter
2022-04-13  8:24     ` Christian König
2022-04-06  0:58 Stephen Rothwell
2022-04-06  0:58 ` Stephen Rothwell
2022-04-06  1:45 ` Marek Vasut
2022-04-06  1:45   ` Marek Vasut
2021-11-17  2:49 Stephen Rothwell
2021-11-17  2:49 ` Stephen Rothwell
2022-01-20  3:26 ` Stephen Rothwell
2022-01-20  3:26   ` Stephen Rothwell
2022-03-02  1:31   ` Stephen Rothwell
2022-03-02  1:31     ` Stephen Rothwell
2022-03-02  3:26     ` Andrey Grodzovsky
2022-03-02  3:26       ` Andrey Grodzovsky
2022-03-02  5:02       ` Stephen Rothwell
2022-03-02  5:02         ` Stephen Rothwell
2022-03-27 23:56       ` Stephen Rothwell
2022-03-27 23:56         ` Stephen Rothwell
2022-03-28 13:26         ` Andrey Grodzovsky
2022-03-28 13:26           ` Andrey Grodzovsky
2021-10-15 10:01 Stephen Rothwell
2022-01-20  3:19 ` Stephen Rothwell
2022-01-20  3:19   ` Stephen Rothwell
2022-01-20  9:50   ` Jani Nikula
2022-01-20  9:50     ` Jani Nikula
2021-10-15  9:54 Stephen Rothwell
2022-01-20  3:18 ` Stephen Rothwell
2022-01-20  3:18   ` Stephen Rothwell
2022-01-21 10:42   ` Hans de Goede
2022-01-21 10:42     ` Hans de Goede
2021-10-05  7:59 Stephen Rothwell
2021-10-05  8:23 ` Christian König
2021-10-21  1:27   ` Stephen Rothwell
2021-11-01  9:17 ` Stephen Rothwell
2021-11-01  9:17   ` Stephen Rothwell
2021-09-27  5:44 Stephen Rothwell
2021-09-27 14:42 ` Doug Anderson
2021-09-27 14:42   ` Doug Anderson
2021-02-08 12:39 Stephen Rothwell
2021-02-08 12:39 ` Stephen Rothwell
2020-12-09 10:02 Stephen Rothwell
2020-12-09 10:02 ` Stephen Rothwell
2020-12-09 16:10 ` Luben Tuikov
2020-12-09 16:10   ` Luben Tuikov
2020-11-18  5:23 Stephen Rothwell
2020-11-18  5:23 ` Stephen Rothwell
2020-11-10  2:29 Stephen Rothwell
2020-11-10  2:29 ` Stephen Rothwell
2020-09-08  4:15 Stephen Rothwell
2020-09-08  4:15 ` Stephen Rothwell
2020-05-07  3:04 Stephen Rothwell
2020-05-07  3:04 ` Stephen Rothwell
2019-10-10 23:45 Stephen Rothwell
2019-08-16  3:31 Stephen Rothwell
2019-08-16  4:48 ` Sam Ravnborg
2019-08-16  6:23   ` Daniel Vetter
2019-08-16  9:47     ` Laurent Pinchart
2019-08-16 12:24       ` Laurent Pinchart
2019-02-08  1:32 Stephen Rothwell
2019-02-08  9:29 ` Maxime Ripard
2019-01-07 23:58 Stephen Rothwell
2019-01-07 23:58 ` Stephen Rothwell
2018-07-12  1:51 Stephen Rothwell
2017-04-05  0:41 Stephen Rothwell
2017-04-05  0:41 ` Stephen Rothwell
2017-04-05  7:26 ` Neil Armstrong
2017-04-05  7:26   ` Neil Armstrong
2017-03-10  0:03 Stephen Rothwell
2016-11-22  1:45 Stephen Rothwell
2016-06-03  1:09 Stephen Rothwell
2016-06-03  1:09 ` Stephen Rothwell
2015-09-23  3:20 Stephen Rothwell
2015-09-23  3:20 ` Stephen Rothwell

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=20201102090526.39c7a38c@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=steven.price@arm.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.