All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm urgent fix
@ 2015-03-24  2:11 Dave Airlie
  2015-03-24 23:48   ` Linus Torvalds
  0 siblings, 1 reply; 18+ messages in thread
From: Dave Airlie @ 2015-03-24  2:11 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

a few people reported an oops that looks to be fixed in drm-next already, 
so I've pulled the patch back.

Dave.

The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-03-23 10:16:13 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to 8218c3f4df3bb1c637c17552405039a6dd3c1ee1:

  drm: Fixup racy refcounting in plane_force_disable (2015-03-24 12:04:35 +1000)

----------------------------------------------------------------
Daniel Vetter (1):
      drm: Fixup racy refcounting in plane_force_disable

 drivers/gpu/drm/drm_crtc.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

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

* Re: [git pull] drm urgent fix
  2015-03-24  2:11 [git pull] drm urgent fix Dave Airlie
@ 2015-03-24 23:48   ` Linus Torvalds
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2015-03-24 23:48 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: DRI mailing list, Linux Kernel Mailing List

    drm/i915: Don't try to reference the fb in get_initial_plane_config()

On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie <airlied@linux.ie> wrote:
>
> a few people reported an oops that looks to be fixed in drm-next already,
> so I've pulled the patch back.

Hmm. At least from Josh's report, he also needs

    drm/i915: Don't try to reference the fb in get_initial_plane_config()

in addition to the commit you have.

Should I perhaps wait for that one too? Daniel?

                        Linus

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

* Re: [git pull] drm urgent fix
@ 2015-03-24 23:48   ` Linus Torvalds
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2015-03-24 23:48 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: Linux Kernel Mailing List, DRI mailing list

    drm/i915: Don't try to reference the fb in get_initial_plane_config()

On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie <airlied@linux.ie> wrote:
>
> a few people reported an oops that looks to be fixed in drm-next already,
> so I've pulled the patch back.

Hmm. At least from Josh's report, he also needs

    drm/i915: Don't try to reference the fb in get_initial_plane_config()

in addition to the commit you have.

Should I perhaps wait for that one too? Daniel?

                        Linus
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-24 23:48   ` Linus Torvalds
@ 2015-03-25  0:04     ` Dave Airlie
  -1 siblings, 0 replies; 18+ messages in thread
From: Dave Airlie @ 2015-03-25  0:04 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Dave Airlie, Daniel Vetter, Linux Kernel Mailing List, DRI mailing list

On 25 March 2015 at 09:48, Linus Torvalds <torvalds@linux-foundation.org> wrote:
>     drm/i915: Don't try to reference the fb in get_initial_plane_config()
>
> On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie <airlied@linux.ie> wrote:
>>
>> a few people reported an oops that looks to be fixed in drm-next already,
>> so I've pulled the patch back.
>
> Hmm. At least from Josh's report, he also needs
>
>     drm/i915: Don't try to reference the fb in get_initial_plane_config()
>
> in addition to the commit you have.
>
> Should I perhaps wait for that one too? Daniel?

Yes, Daniel indicated to Jani this morning we should pull this, so
I'll sidestep the middle man here for expediency.

updated pull:

The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
(2015-03-23 10:16:13 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to 59a58cb34d3fe73e6c899cc5d9a87428ca662925:

  drm/i915: Don't try to reference the fb in
get_initial_plane_config() (2015-03-25 10:01:46 +1000)

----------------------------------------------------------------
Damien Lespiau (1):
      drm/i915: Don't try to reference the fb in get_initial_plane_config()

Daniel Vetter (1):
      drm: Fixup racy refcounting in plane_force_disable

 drivers/gpu/drm/drm_crtc.c           | 13 +------------
 drivers/gpu/drm/i915/intel_display.c |  7 +++----
 2 files changed, 4 insertions(+), 16 deletions(-)


Dave.

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

* Re: [git pull] drm urgent fix
@ 2015-03-25  0:04     ` Dave Airlie
  0 siblings, 0 replies; 18+ messages in thread
From: Dave Airlie @ 2015-03-25  0:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: DRI mailing list, Linux Kernel Mailing List

On 25 March 2015 at 09:48, Linus Torvalds <torvalds@linux-foundation.org> wrote:
>     drm/i915: Don't try to reference the fb in get_initial_plane_config()
>
> On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie <airlied@linux.ie> wrote:
>>
>> a few people reported an oops that looks to be fixed in drm-next already,
>> so I've pulled the patch back.
>
> Hmm. At least from Josh's report, he also needs
>
>     drm/i915: Don't try to reference the fb in get_initial_plane_config()
>
> in addition to the commit you have.
>
> Should I perhaps wait for that one too? Daniel?

Yes, Daniel indicated to Jani this morning we should pull this, so
I'll sidestep the middle man here for expediency.

updated pull:

The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
(2015-03-23 10:16:13 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to 59a58cb34d3fe73e6c899cc5d9a87428ca662925:

  drm/i915: Don't try to reference the fb in
get_initial_plane_config() (2015-03-25 10:01:46 +1000)

----------------------------------------------------------------
Damien Lespiau (1):
      drm/i915: Don't try to reference the fb in get_initial_plane_config()

Daniel Vetter (1):
      drm: Fixup racy refcounting in plane_force_disable

 drivers/gpu/drm/drm_crtc.c           | 13 +------------
 drivers/gpu/drm/i915/intel_display.c |  7 +++----
 2 files changed, 4 insertions(+), 16 deletions(-)


Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-25  0:04     ` Dave Airlie
@ 2015-03-25  9:06       ` Daniel Vetter
  -1 siblings, 0 replies; 18+ messages in thread
From: Daniel Vetter @ 2015-03-25  9:06 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linus Torvalds, Dave Airlie, Daniel Vetter,
	Linux Kernel Mailing List, DRI mailing list

On Wed, Mar 25, 2015 at 10:04:09AM +1000, Dave Airlie wrote:
> On 25 March 2015 at 09:48, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> >     drm/i915: Don't try to reference the fb in get_initial_plane_config()
> >
> > On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie <airlied@linux.ie> wrote:
> >>
> >> a few people reported an oops that looks to be fixed in drm-next already,
> >> so I've pulled the patch back.
> >
> > Hmm. At least from Josh's report, he also needs
> >
> >     drm/i915: Don't try to reference the fb in get_initial_plane_config()
> >
> > in addition to the commit you have.
> >
> > Should I perhaps wait for that one too? Daniel?
> 
> Yes, Daniel indicated to Jani this morning we should pull this, so
> I'll sidestep the middle man here for expediency.

There's going to be one more (waiting for confirmation since I can't repro
here). But with these I think we have at least the oopses under control,
the remaining one is just paranoid state self-checks. I hope ;-)

And since this is all a bit unpleasant for -rc5 I've thought a bit about
what needs to be improved:
- I'll be more broken record about correctly referencing commits that have
  introduced an issue. Some of the fixes in -next didn't have these
  references, so when we cherry-picked the first one it was hard to find
  the follow-up fixups.

- I'm stitching together a short scriptlet for cherry-picking to make sure
  we don't forget to look for all the fixup commits next time around.

- I'll start a drm-fixes branch to make sure drm core fixes don't get lost
  when I "temporarily" stash them in my drm-misc -next branch.

Cheers, Daniel
> 
> updated pull:
> 
> The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:
> 
>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
> (2015-03-23 10:16:13 -0700)
> 
> are available in the git repository at:
> 
>   git://people.freedesktop.org/~airlied/linux drm-fixes
> 
> for you to fetch changes up to 59a58cb34d3fe73e6c899cc5d9a87428ca662925:
> 
>   drm/i915: Don't try to reference the fb in
> get_initial_plane_config() (2015-03-25 10:01:46 +1000)
> 
> ----------------------------------------------------------------
> Damien Lespiau (1):
>       drm/i915: Don't try to reference the fb in get_initial_plane_config()
> 
> Daniel Vetter (1):
>       drm: Fixup racy refcounting in plane_force_disable
> 
>  drivers/gpu/drm/drm_crtc.c           | 13 +------------
>  drivers/gpu/drm/i915/intel_display.c |  7 +++----
>  2 files changed, 4 insertions(+), 16 deletions(-)
> 
> 
> Dave.

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [git pull] drm urgent fix
@ 2015-03-25  9:06       ` Daniel Vetter
  0 siblings, 0 replies; 18+ messages in thread
From: Daniel Vetter @ 2015-03-25  9:06 UTC (permalink / raw)
  To: Dave Airlie; +Cc: DRI mailing list, Linus Torvalds, Linux Kernel Mailing List

On Wed, Mar 25, 2015 at 10:04:09AM +1000, Dave Airlie wrote:
> On 25 March 2015 at 09:48, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> >     drm/i915: Don't try to reference the fb in get_initial_plane_config()
> >
> > On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie <airlied@linux.ie> wrote:
> >>
> >> a few people reported an oops that looks to be fixed in drm-next already,
> >> so I've pulled the patch back.
> >
> > Hmm. At least from Josh's report, he also needs
> >
> >     drm/i915: Don't try to reference the fb in get_initial_plane_config()
> >
> > in addition to the commit you have.
> >
> > Should I perhaps wait for that one too? Daniel?
> 
> Yes, Daniel indicated to Jani this morning we should pull this, so
> I'll sidestep the middle man here for expediency.

There's going to be one more (waiting for confirmation since I can't repro
here). But with these I think we have at least the oopses under control,
the remaining one is just paranoid state self-checks. I hope ;-)

And since this is all a bit unpleasant for -rc5 I've thought a bit about
what needs to be improved:
- I'll be more broken record about correctly referencing commits that have
  introduced an issue. Some of the fixes in -next didn't have these
  references, so when we cherry-picked the first one it was hard to find
  the follow-up fixups.

- I'm stitching together a short scriptlet for cherry-picking to make sure
  we don't forget to look for all the fixup commits next time around.

- I'll start a drm-fixes branch to make sure drm core fixes don't get lost
  when I "temporarily" stash them in my drm-misc -next branch.

Cheers, Daniel
> 
> updated pull:
> 
> The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:
> 
>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
> (2015-03-23 10:16:13 -0700)
> 
> are available in the git repository at:
> 
>   git://people.freedesktop.org/~airlied/linux drm-fixes
> 
> for you to fetch changes up to 59a58cb34d3fe73e6c899cc5d9a87428ca662925:
> 
>   drm/i915: Don't try to reference the fb in
> get_initial_plane_config() (2015-03-25 10:01:46 +1000)
> 
> ----------------------------------------------------------------
> Damien Lespiau (1):
>       drm/i915: Don't try to reference the fb in get_initial_plane_config()
> 
> Daniel Vetter (1):
>       drm: Fixup racy refcounting in plane_force_disable
> 
>  drivers/gpu/drm/drm_crtc.c           | 13 +------------
>  drivers/gpu/drm/i915/intel_display.c |  7 +++----
>  2 files changed, 4 insertions(+), 16 deletions(-)
> 
> 
> Dave.

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-25  0:04     ` Dave Airlie
@ 2015-03-25 22:43       ` Linus Torvalds
  -1 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2015-03-25 22:43 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Dave Airlie, Daniel Vetter, Linux Kernel Mailing List, DRI mailing list

On Tue, Mar 24, 2015 at 5:04 PM, Dave Airlie <airlied@gmail.com> wrote:
>
> Yes, Daniel indicated to Jani this morning we should pull this, so
> I'll sidestep the middle man here for expediency.

I'm going to wait a bit more with this, since clearly things are still
in flux, and these two commits don't actually fix everything at all.

There's apparently at least one more fix necessary. Please
holler/re-send when this has cleared up. I don't want to pull some
half-way fix at this point, only to pull a fixup to the fixup tomorrow
or whatever.

                        Linus

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

* Re: [git pull] drm urgent fix
@ 2015-03-25 22:43       ` Linus Torvalds
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2015-03-25 22:43 UTC (permalink / raw)
  To: Dave Airlie; +Cc: DRI mailing list, Linux Kernel Mailing List

On Tue, Mar 24, 2015 at 5:04 PM, Dave Airlie <airlied@gmail.com> wrote:
>
> Yes, Daniel indicated to Jani this morning we should pull this, so
> I'll sidestep the middle man here for expediency.

I'm going to wait a bit more with this, since clearly things are still
in flux, and these two commits don't actually fix everything at all.

There's apparently at least one more fix necessary. Please
holler/re-send when this has cleared up. I don't want to pull some
half-way fix at this point, only to pull a fixup to the fixup tomorrow
or whatever.

                        Linus
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-25 22:43       ` Linus Torvalds
@ 2015-03-26  3:04         ` Linus Torvalds
  -1 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2015-03-26  3:04 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Dave Airlie, Daniel Vetter, Linux Kernel Mailing List, DRI mailing list

On Wed, Mar 25, 2015 at 3:43 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> I'm going to wait a bit more with this, since clearly things are still
> in flux, and these two commits don't actually fix everything at all.
>
> There's apparently at least one more fix necessary.

Indeed. I can see the problem myself.

With current git I get two warnings:

   WARNING: CPU: 3 PID: 325 at include/linux/kref.h:47
drm_framebuffer_reference+0x72/0x80 [drm]()
   WARNING: CPU: 4 PID: 107 at drivers/gpu/drm/drm_atomic.c:482
drm_atomic_check_only+0x32d/0x4f0 [drm]()

and testing the pull it gets rid of the first one, but no tthe second one.

So that urgent fix is very much still lacking.

                           Linus

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

* Re: [git pull] drm urgent fix
@ 2015-03-26  3:04         ` Linus Torvalds
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2015-03-26  3:04 UTC (permalink / raw)
  To: Dave Airlie; +Cc: DRI mailing list, Linux Kernel Mailing List

On Wed, Mar 25, 2015 at 3:43 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> I'm going to wait a bit more with this, since clearly things are still
> in flux, and these two commits don't actually fix everything at all.
>
> There's apparently at least one more fix necessary.

Indeed. I can see the problem myself.

With current git I get two warnings:

   WARNING: CPU: 3 PID: 325 at include/linux/kref.h:47
drm_framebuffer_reference+0x72/0x80 [drm]()
   WARNING: CPU: 4 PID: 107 at drivers/gpu/drm/drm_atomic.c:482
drm_atomic_check_only+0x32d/0x4f0 [drm]()

and testing the pull it gets rid of the first one, but no tthe second one.

So that urgent fix is very much still lacking.

                           Linus
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-26  3:04         ` Linus Torvalds
@ 2015-03-26  3:29           ` Dave Airlie
  -1 siblings, 0 replies; 18+ messages in thread
From: Dave Airlie @ 2015-03-26  3:29 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Dave Airlie, Daniel Vetter, Linux Kernel Mailing List, DRI mailing list

On 26 March 2015 at 13:04, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> On Wed, Mar 25, 2015 at 3:43 PM, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
>>
>> I'm going to wait a bit more with this, since clearly things are still
>> in flux, and these two commits don't actually fix everything at all.
>>
>> There's apparently at least one more fix necessary.
>
> Indeed. I can see the problem myself.
>
> With current git I get two warnings:
>
>    WARNING: CPU: 3 PID: 325 at include/linux/kref.h:47
> drm_framebuffer_reference+0x72/0x80 [drm]()
>    WARNING: CPU: 4 PID: 107 at drivers/gpu/drm/drm_atomic.c:482
> drm_atomic_check_only+0x32d/0x4f0 [drm]()
>
> and testing the pull it gets rid of the first one, but no tthe second one.
>
> So that urgent fix is very much still lacking.

I've pushed a drm-fixes-staging branch that backport's Daniel's
drm-next fix from 9 hours ago,

However it isn't tested yet, so if you want to give it a whirl grab it.

Hopefully when Daniel comes on line he can provide assurance that my
fix is a correct backport.

Dave.

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

* Re: [git pull] drm urgent fix
@ 2015-03-26  3:29           ` Dave Airlie
  0 siblings, 0 replies; 18+ messages in thread
From: Dave Airlie @ 2015-03-26  3:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: DRI mailing list, Linux Kernel Mailing List

On 26 March 2015 at 13:04, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> On Wed, Mar 25, 2015 at 3:43 PM, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
>>
>> I'm going to wait a bit more with this, since clearly things are still
>> in flux, and these two commits don't actually fix everything at all.
>>
>> There's apparently at least one more fix necessary.
>
> Indeed. I can see the problem myself.
>
> With current git I get two warnings:
>
>    WARNING: CPU: 3 PID: 325 at include/linux/kref.h:47
> drm_framebuffer_reference+0x72/0x80 [drm]()
>    WARNING: CPU: 4 PID: 107 at drivers/gpu/drm/drm_atomic.c:482
> drm_atomic_check_only+0x32d/0x4f0 [drm]()
>
> and testing the pull it gets rid of the first one, but no tthe second one.
>
> So that urgent fix is very much still lacking.

I've pushed a drm-fixes-staging branch that backport's Daniel's
drm-next fix from 9 hours ago,

However it isn't tested yet, so if you want to give it a whirl grab it.

Hopefully when Daniel comes on line he can provide assurance that my
fix is a correct backport.

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-26  3:29           ` Dave Airlie
@ 2015-03-26  7:59             ` Daniel Vetter
  -1 siblings, 0 replies; 18+ messages in thread
From: Daniel Vetter @ 2015-03-26  7:59 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linus Torvalds, Dave Airlie, Linux Kernel Mailing List, DRI mailing list

On Thu, Mar 26, 2015 at 4:29 AM, Dave Airlie <airlied@gmail.com> wrote:
> I've pushed a drm-fixes-staging branch that backport's Daniel's
> drm-next fix from 9 hours ago,
>
> However it isn't tested yet, so if you want to give it a whirl grab it.
>
> Hopefully when Daniel comes on line he can provide assurance that my
> fix is a correct backport.

Your missing the backport of

commit fb9981aa675eb7b398849915364916fd98833cfa
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Feb 5 19:24:25 2015 +0000

    drm/i915: Fix atomic state when reusing the firmware fb

My manual backport is here

http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg854137.html

The backport of the other patch you have in -staging looks fine.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

* Re: [git pull] drm urgent fix
@ 2015-03-26  7:59             ` Daniel Vetter
  0 siblings, 0 replies; 18+ messages in thread
From: Daniel Vetter @ 2015-03-26  7:59 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Linux Kernel Mailing List, DRI mailing list

On Thu, Mar 26, 2015 at 4:29 AM, Dave Airlie <airlied@gmail.com> wrote:
> I've pushed a drm-fixes-staging branch that backport's Daniel's
> drm-next fix from 9 hours ago,
>
> However it isn't tested yet, so if you want to give it a whirl grab it.
>
> Hopefully when Daniel comes on line he can provide assurance that my
> fix is a correct backport.

Your missing the backport of

commit fb9981aa675eb7b398849915364916fd98833cfa
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Feb 5 19:24:25 2015 +0000

    drm/i915: Fix atomic state when reusing the firmware fb

My manual backport is here

http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg854137.html

The backport of the other patch you have in -staging looks fine.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm urgent fix
  2015-03-26  7:59             ` Daniel Vetter
@ 2015-03-26 12:13               ` Jani Nikula
  -1 siblings, 0 replies; 18+ messages in thread
From: Jani Nikula @ 2015-03-26 12:13 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie
  Cc: Linus Torvalds, Linux Kernel Mailing List, DRI mailing list

On Thu, 26 Mar 2015, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Thu, Mar 26, 2015 at 4:29 AM, Dave Airlie <airlied@gmail.com> wrote:
>> I've pushed a drm-fixes-staging branch that backport's Daniel's
>> drm-next fix from 9 hours ago,
>>
>> However it isn't tested yet, so if you want to give it a whirl grab it.
>>
>> Hopefully when Daniel comes on line he can provide assurance that my
>> fix is a correct backport.
>
> Your missing the backport of
>
> commit fb9981aa675eb7b398849915364916fd98833cfa
> Author: Damien Lespiau <damien.lespiau@intel.com>
> Date:   Thu Feb 5 19:24:25 2015 +0000
>
>     drm/i915: Fix atomic state when reusing the firmware fb
>
> My manual backport is here
>
> http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg854137.html
>
> The backport of the other patch you have in -staging looks fine.

The drm-intel-fixes pull request I just sent [1] covers both of
these. It's on top of drm-fixes, i.e. superseeds -staging.

BR,
Jani.

[1] http://mid.gmane.org/87egocrmyc.fsf@intel.com


-- 
Jani Nikula, Intel Open Source Technology Center

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

* Re: [git pull] drm urgent fix
@ 2015-03-26 12:13               ` Jani Nikula
  0 siblings, 0 replies; 18+ messages in thread
From: Jani Nikula @ 2015-03-26 12:13 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie
  Cc: Linus Torvalds, Linux Kernel Mailing List, DRI mailing list

On Thu, 26 Mar 2015, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Thu, Mar 26, 2015 at 4:29 AM, Dave Airlie <airlied@gmail.com> wrote:
>> I've pushed a drm-fixes-staging branch that backport's Daniel's
>> drm-next fix from 9 hours ago,
>>
>> However it isn't tested yet, so if you want to give it a whirl grab it.
>>
>> Hopefully when Daniel comes on line he can provide assurance that my
>> fix is a correct backport.
>
> Your missing the backport of
>
> commit fb9981aa675eb7b398849915364916fd98833cfa
> Author: Damien Lespiau <damien.lespiau@intel.com>
> Date:   Thu Feb 5 19:24:25 2015 +0000
>
>     drm/i915: Fix atomic state when reusing the firmware fb
>
> My manual backport is here
>
> http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg854137.html
>
> The backport of the other patch you have in -staging looks fine.

The drm-intel-fixes pull request I just sent [1] covers both of
these. It's on top of drm-fixes, i.e. superseeds -staging.

BR,
Jani.

[1] http://mid.gmane.org/87egocrmyc.fsf@intel.com


-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] drm urgent fix
@ 2012-12-19 21:56 Dave Airlie
  0 siblings, 0 replies; 18+ messages in thread
From: Dave Airlie @ 2012-12-19 21:56 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

just a single urgent regression fix, seeing a few wierd behaviours I'd 
like not to persist.

Dave.

The following changes since commit 55bde6b1442fed8af67b92d21acce67db454c9f9:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next (2012-12-16 06:05:03 +0000)

are available in the git repository at:


  git://people.freedesktop.org/~airlied/linux drm-next

for you to fetch changes up to 0953e76e91f4b6206cef50bd680696dc6bf1ef99:

  drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling (2012-12-20 07:46:20 +1000)

----------------------------------------------------------------
Maarten Lankhorst (1):
      drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling

 drivers/gpu/drm/ttm/ttm_bo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

end of thread, other threads:[~2015-03-26 12:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24  2:11 [git pull] drm urgent fix Dave Airlie
2015-03-24 23:48 ` Linus Torvalds
2015-03-24 23:48   ` Linus Torvalds
2015-03-25  0:04   ` Dave Airlie
2015-03-25  0:04     ` Dave Airlie
2015-03-25  9:06     ` Daniel Vetter
2015-03-25  9:06       ` Daniel Vetter
2015-03-25 22:43     ` Linus Torvalds
2015-03-25 22:43       ` Linus Torvalds
2015-03-26  3:04       ` Linus Torvalds
2015-03-26  3:04         ` Linus Torvalds
2015-03-26  3:29         ` Dave Airlie
2015-03-26  3:29           ` Dave Airlie
2015-03-26  7:59           ` Daniel Vetter
2015-03-26  7:59             ` Daniel Vetter
2015-03-26 12:13             ` Jani Nikula
2015-03-26 12:13               ` Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2012-12-19 21:56 Dave Airlie

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.