All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] ttm drm-fixes-5.4
@ 2019-10-02 15:44 Christian König
  2019-10-07 19:58 ` Dave Airlie
  0 siblings, 1 reply; 9+ messages in thread
From: Christian König @ 2019-10-02 15:44 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter, dri-devel; +Cc: Alex Deucher, Huang Rui

Hi Dave, Daniel,

we had some problems this cycle sending out TTM fixes because of lack of 
time to rebase amd-staging-drm-next.

Because of this Alex and I decided that I'm going to send out TTM pull 
requests separately now. So this is the first small bunch of fixes for 5.4.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

   https://gitlab.freedesktop.org/ckoenig/linux-drm.git drm-ttm-fixes

for you to fetch changes up to 3eefcfe9a644be4409691b44c3b2d629d177fb9a:

   drm/ttm: Restore ttm prefaulting (2019-10-02 15:57:34 +0200)

----------------------------------------------------------------
Christian König (1):
       drm/ttm: fix busy reference in ttm_mem_evict_first

Thomas Hellstrom (1):
       drm/ttm: Restore ttm prefaulting

  drivers/gpu/drm/ttm/ttm_bo.c    |  4 ++--
  drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++++++---------
  2 files changed, 9 insertions(+), 11 deletions(-)

Regards,
Christian.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-02 15:44 [pull] ttm drm-fixes-5.4 Christian König
@ 2019-10-07 19:58 ` Dave Airlie
  2019-10-08  8:04   ` Koenig, Christian
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Airlie @ 2019-10-07 19:58 UTC (permalink / raw)
  To: Koenig, Christian; +Cc: Alex Deucher, Daniel Vetter, Huang Rui, dri-devel

For some reason this didn't end up in patchwork which makes it hard
for me to process.

Usual suspects are using too old a git to send it or maybe it got ctrl-Ms in it.

Dave.

On Thu, 3 Oct 2019 at 01:44, Christian König
<ckoenig.leichtzumerken@gmail.com> wrote:
>
> Hi Dave, Daniel,
>
> we had some problems this cycle sending out TTM fixes because of lack of
> time to rebase amd-staging-drm-next.
>
> Because of this Alex and I decided that I'm going to send out TTM pull
> requests separately now. So this is the first small bunch of fixes for 5.4.
>
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
>
>    Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
>
> are available in the Git repository at:
>
>    https://gitlab.freedesktop.org/ckoenig/linux-drm.git drm-ttm-fixes
>
> for you to fetch changes up to 3eefcfe9a644be4409691b44c3b2d629d177fb9a:
>
>    drm/ttm: Restore ttm prefaulting (2019-10-02 15:57:34 +0200)
>
> ----------------------------------------------------------------
> Christian König (1):
>        drm/ttm: fix busy reference in ttm_mem_evict_first
>
> Thomas Hellstrom (1):
>        drm/ttm: Restore ttm prefaulting
>
>   drivers/gpu/drm/ttm/ttm_bo.c    |  4 ++--
>   drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++++++---------
>   2 files changed, 9 insertions(+), 11 deletions(-)
>
> Regards,
> Christian.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-07 19:58 ` Dave Airlie
@ 2019-10-08  8:04   ` Koenig, Christian
  2019-10-08 13:13     ` Alex Deucher
  0 siblings, 1 reply; 9+ messages in thread
From: Koenig, Christian @ 2019-10-08  8:04 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Deucher, Alexander, Daniel Vetter, Huang, Ray, dri-devel

My git version should be relative new, but I'm usually using thunderbird 
to send pull requests not git itself since I want to edit the message 
before sending.

How would I do this in a way patchwork likes it with git?

Thanks,
Christian.

Am 07.10.19 um 21:58 schrieb Dave Airlie:
> For some reason this didn't end up in patchwork which makes it hard
> for me to process.
>
> Usual suspects are using too old a git to send it or maybe it got ctrl-Ms in it.
>
> Dave.
>
> On Thu, 3 Oct 2019 at 01:44, Christian König
> <ckoenig.leichtzumerken@gmail.com> wrote:
>> Hi Dave, Daniel,
>>
>> we had some problems this cycle sending out TTM fixes because of lack of
>> time to rebase amd-staging-drm-next.
>>
>> Because of this Alex and I decided that I'm going to send out TTM pull
>> requests separately now. So this is the first small bunch of fixes for 5.4.
>>
>> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
>>
>>     Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
>>
>> are available in the Git repository at:
>>
>>     https://gitlab.freedesktop.org/ckoenig/linux-drm.git drm-ttm-fixes
>>
>> for you to fetch changes up to 3eefcfe9a644be4409691b44c3b2d629d177fb9a:
>>
>>     drm/ttm: Restore ttm prefaulting (2019-10-02 15:57:34 +0200)
>>
>> ----------------------------------------------------------------
>> Christian König (1):
>>         drm/ttm: fix busy reference in ttm_mem_evict_first
>>
>> Thomas Hellstrom (1):
>>         drm/ttm: Restore ttm prefaulting
>>
>>    drivers/gpu/drm/ttm/ttm_bo.c    |  4 ++--
>>    drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++++++---------
>>    2 files changed, 9 insertions(+), 11 deletions(-)
>>
>> Regards,
>> Christian.

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

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-08  8:04   ` Koenig, Christian
@ 2019-10-08 13:13     ` Alex Deucher
  2019-10-09  7:47       ` Arkadiusz Hiler
  0 siblings, 1 reply; 9+ messages in thread
From: Alex Deucher @ 2019-10-08 13:13 UTC (permalink / raw)
  To: Koenig, Christian
  Cc: Deucher, Alexander, Daniel Vetter, Huang, Ray, dri-devel

On Tue, Oct 8, 2019 at 4:04 AM Koenig, Christian
<Christian.Koenig@amd.com> wrote:
>
> My git version should be relative new, but I'm usually using thunderbird
> to send pull requests not git itself since I want to edit the message
> before sending.
>
> How would I do this in a way patchwork likes it with git?

FWIW, I usually generate the email first and then use git-send-email
to actually send it.

Alex

>
> Thanks,
> Christian.
>
> Am 07.10.19 um 21:58 schrieb Dave Airlie:
> > For some reason this didn't end up in patchwork which makes it hard
> > for me to process.
> >
> > Usual suspects are using too old a git to send it or maybe it got ctrl-Ms in it.
> >
> > Dave.
> >
> > On Thu, 3 Oct 2019 at 01:44, Christian König
> > <ckoenig.leichtzumerken@gmail.com> wrote:
> >> Hi Dave, Daniel,
> >>
> >> we had some problems this cycle sending out TTM fixes because of lack of
> >> time to rebase amd-staging-drm-next.
> >>
> >> Because of this Alex and I decided that I'm going to send out TTM pull
> >> requests separately now. So this is the first small bunch of fixes for 5.4.
> >>
> >> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> >>
> >>     Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> >>
> >> are available in the Git repository at:
> >>
> >>     https://gitlab.freedesktop.org/ckoenig/linux-drm.git drm-ttm-fixes
> >>
> >> for you to fetch changes up to 3eefcfe9a644be4409691b44c3b2d629d177fb9a:
> >>
> >>     drm/ttm: Restore ttm prefaulting (2019-10-02 15:57:34 +0200)
> >>
> >> ----------------------------------------------------------------
> >> Christian König (1):
> >>         drm/ttm: fix busy reference in ttm_mem_evict_first
> >>
> >> Thomas Hellstrom (1):
> >>         drm/ttm: Restore ttm prefaulting
> >>
> >>    drivers/gpu/drm/ttm/ttm_bo.c    |  4 ++--
> >>    drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++++++---------
> >>    2 files changed, 9 insertions(+), 11 deletions(-)
> >>
> >> Regards,
> >> Christian.
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-08 13:13     ` Alex Deucher
@ 2019-10-09  7:47       ` Arkadiusz Hiler
  2019-10-10 11:58         ` Koenig, Christian
  0 siblings, 1 reply; 9+ messages in thread
From: Arkadiusz Hiler @ 2019-10-09  7:47 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Deucher, Alexander, Daniel Vetter, Huang, Ray, Koenig, Christian,
	dri-devel

On Tue, Oct 08, 2019 at 09:13:41AM -0400, Alex Deucher wrote:
> On Tue, Oct 8, 2019 at 4:04 AM Koenig, Christian
> <Christian.Koenig@amd.com> wrote:
> >
> > My git version should be relative new, but I'm usually using thunderbird
> > to send pull requests not git itself since I want to edit the message
> > before sending.
> >
> > How would I do this in a way patchwork likes it with git?
> 
> FWIW, I usually generate the email first and then use git-send-email
> to actually send it.
> 
> Alex

Hey,

FDO patchwork maintainer here.

I have tried few things quickly with no luck. There is something fishy
about FDO deployment of patchwork - you email works just fine on my
development instance.

I have created issue for this:
https://gitlab.freedesktop.org/patchwork-fdo/patchwork-fdo/issues/28

Sorry for the inconvenience.

Cheers,
Arek

> > Thanks,
> > Christian.
> >
> > Am 07.10.19 um 21:58 schrieb Dave Airlie:
> > > For some reason this didn't end up in patchwork which makes it hard
> > > for me to process.
> > >
> > > Usual suspects are using too old a git to send it or maybe it got ctrl-Ms in it.
> > >
> > > Dave.
> > >
> > > On Thu, 3 Oct 2019 at 01:44, Christian König
> > > <ckoenig.leichtzumerken@gmail.com> wrote:
> > >> Hi Dave, Daniel,
> > >>
> > >> we had some problems this cycle sending out TTM fixes because of lack of
> > >> time to rebase amd-staging-drm-next.
> > >>
> > >> Because of this Alex and I decided that I'm going to send out TTM pull
> > >> requests separately now. So this is the first small bunch of fixes for 5.4.
> > >>
> > >> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> > >>
> > >>     Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> > >>
> > >> are available in the Git repository at:
> > >>
> > >>     https://gitlab.freedesktop.org/ckoenig/linux-drm.git drm-ttm-fixes
> > >>
> > >> for you to fetch changes up to 3eefcfe9a644be4409691b44c3b2d629d177fb9a:
> > >>
> > >>     drm/ttm: Restore ttm prefaulting (2019-10-02 15:57:34 +0200)
> > >>
> > >> ----------------------------------------------------------------
> > >> Christian König (1):
> > >>         drm/ttm: fix busy reference in ttm_mem_evict_first
> > >>
> > >> Thomas Hellstrom (1):
> > >>         drm/ttm: Restore ttm prefaulting
> > >>
> > >>    drivers/gpu/drm/ttm/ttm_bo.c    |  4 ++--
> > >>    drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++++++---------
> > >>    2 files changed, 9 insertions(+), 11 deletions(-)
> > >>
> > >> Regards,
> > >> Christian.
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-09  7:47       ` Arkadiusz Hiler
@ 2019-10-10 11:58         ` Koenig, Christian
  2019-10-11  4:20           ` Dave Airlie
  0 siblings, 1 reply; 9+ messages in thread
From: Koenig, Christian @ 2019-10-10 11:58 UTC (permalink / raw)
  To: Arkadiusz Hiler, Alex Deucher
  Cc: Deucher, Alexander, Daniel Vetter, Huang, Ray, dri-devel

Am 09.10.19 um 09:47 schrieb Arkadiusz Hiler:
> On Tue, Oct 08, 2019 at 09:13:41AM -0400, Alex Deucher wrote:
>> On Tue, Oct 8, 2019 at 4:04 AM Koenig, Christian
>> <Christian.Koenig@amd.com> wrote:
>>> My git version should be relative new, but I'm usually using thunderbird
>>> to send pull requests not git itself since I want to edit the message
>>> before sending.
>>>
>>> How would I do this in a way patchwork likes it with git?
>> FWIW, I usually generate the email first and then use git-send-email
>> to actually send it.
>>
>> Alex
> Hey,
>
> FDO patchwork maintainer here.
>
> I have tried few things quickly with no luck. There is something fishy
> about FDO deployment of patchwork - you email works just fine on my
> development instance.
>
> I have created issue for this:
> https://gitlab.freedesktop.org/patchwork-fdo/patchwork-fdo/issues/28
>
> Sorry for the inconvenience.

Maybe it's the non-Latin letter in my last name? Anyway we need to get 
the TTM fixes upstream for 5.4.

Dave/Daniel any objections that I push those directly to drm-misc-fixes?

Thanks,
Christian.

>
> Cheers,
> Arek
>
>>> Thanks,
>>> Christian.
>>>
>>> Am 07.10.19 um 21:58 schrieb Dave Airlie:
>>>> For some reason this didn't end up in patchwork which makes it hard
>>>> for me to process.
>>>>
>>>> Usual suspects are using too old a git to send it or maybe it got ctrl-Ms in it.
>>>>
>>>> Dave.
>>>>
>>>> On Thu, 3 Oct 2019 at 01:44, Christian König
>>>> <ckoenig.leichtzumerken@gmail.com> wrote:
>>>>> Hi Dave, Daniel,
>>>>>
>>>>> we had some problems this cycle sending out TTM fixes because of lack of
>>>>> time to rebase amd-staging-drm-next.
>>>>>
>>>>> Because of this Alex and I decided that I'm going to send out TTM pull
>>>>> requests separately now. So this is the first small bunch of fixes for 5.4.
>>>>>
>>>>> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
>>>>>
>>>>>      Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
>>>>>
>>>>> are available in the Git repository at:
>>>>>
>>>>>      https://gitlab.freedesktop.org/ckoenig/linux-drm.git drm-ttm-fixes
>>>>>
>>>>> for you to fetch changes up to 3eefcfe9a644be4409691b44c3b2d629d177fb9a:
>>>>>
>>>>>      drm/ttm: Restore ttm prefaulting (2019-10-02 15:57:34 +0200)
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> Christian König (1):
>>>>>          drm/ttm: fix busy reference in ttm_mem_evict_first
>>>>>
>>>>> Thomas Hellstrom (1):
>>>>>          drm/ttm: Restore ttm prefaulting
>>>>>
>>>>>     drivers/gpu/drm/ttm/ttm_bo.c    |  4 ++--
>>>>>     drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++++++---------
>>>>>     2 files changed, 9 insertions(+), 11 deletions(-)
>>>>>
>>>>> Regards,
>>>>> Christian.
>>> _______________________________________________
>>> dri-devel mailing list
>>> dri-devel@lists.freedesktop.org
>>> https://lists.freedesktop.org/mailman/listinfo/dri-devel
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-10 11:58         ` Koenig, Christian
@ 2019-10-11  4:20           ` Dave Airlie
  2019-10-11  4:24             ` Dave Airlie
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Airlie @ 2019-10-11  4:20 UTC (permalink / raw)
  To: Koenig, Christian
  Cc: Daniel Vetter, dri-devel, Deucher, Alexander, Huang, Ray,
	Arkadiusz Hiler

On Thu, 10 Oct 2019 at 21:58, Koenig, Christian
<Christian.Koenig@amd.com> wrote:
>
> Am 09.10.19 um 09:47 schrieb Arkadiusz Hiler:
> > On Tue, Oct 08, 2019 at 09:13:41AM -0400, Alex Deucher wrote:
> >> On Tue, Oct 8, 2019 at 4:04 AM Koenig, Christian
> >> <Christian.Koenig@amd.com> wrote:
> >>> My git version should be relative new, but I'm usually using thunderbird
> >>> to send pull requests not git itself since I want to edit the message
> >>> before sending.
> >>>
> >>> How would I do this in a way patchwork likes it with git?
> >> FWIW, I usually generate the email first and then use git-send-email
> >> to actually send it.
> >>
> >> Alex
> > Hey,
> >
> > FDO patchwork maintainer here.
> >
> > I have tried few things quickly with no luck. There is something fishy
> > about FDO deployment of patchwork - you email works just fine on my
> > development instance.
> >
> > I have created issue for this:
> > https://gitlab.freedesktop.org/patchwork-fdo/patchwork-fdo/issues/28
> >
> > Sorry for the inconvenience.
>
> Maybe it's the non-Latin letter in my last name? Anyway we need to get
> the TTM fixes upstream for 5.4.
>
> Dave/Daniel any objections that I push those directly to drm-misc-fixes?

Don't bother, I can manually process it, just takes a bit more effort.

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

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-11  4:20           ` Dave Airlie
@ 2019-10-11  4:24             ` Dave Airlie
  2019-10-11  7:44               ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Airlie @ 2019-10-11  4:24 UTC (permalink / raw)
  To: Koenig, Christian
  Cc: Daniel Vetter, dri-devel, Deucher, Alexander, Huang, Ray,
	Arkadiusz Hiler

On Fri, 11 Oct 2019 at 14:20, Dave Airlie <airlied@gmail.com> wrote:
>
> On Thu, 10 Oct 2019 at 21:58, Koenig, Christian
> <Christian.Koenig@amd.com> wrote:
> >
> > Am 09.10.19 um 09:47 schrieb Arkadiusz Hiler:
> > > On Tue, Oct 08, 2019 at 09:13:41AM -0400, Alex Deucher wrote:
> > >> On Tue, Oct 8, 2019 at 4:04 AM Koenig, Christian
> > >> <Christian.Koenig@amd.com> wrote:
> > >>> My git version should be relative new, but I'm usually using thunderbird
> > >>> to send pull requests not git itself since I want to edit the message
> > >>> before sending.
> > >>>
> > >>> How would I do this in a way patchwork likes it with git?
> > >> FWIW, I usually generate the email first and then use git-send-email
> > >> to actually send it.
> > >>
> > >> Alex
> > > Hey,
> > >
> > > FDO patchwork maintainer here.
> > >
> > > I have tried few things quickly with no luck. There is something fishy
> > > about FDO deployment of patchwork - you email works just fine on my
> > > development instance.
> > >
> > > I have created issue for this:
> > > https://gitlab.freedesktop.org/patchwork-fdo/patchwork-fdo/issues/28
> > >
> > > Sorry for the inconvenience.
> >
> > Maybe it's the non-Latin letter in my last name? Anyway we need to get
> > the TTM fixes upstream for 5.4.
> >
> > Dave/Daniel any objections that I push those directly to drm-misc-fixes?
>
> Don't bother, I can manually process it, just takes a bit more effort.

Actually it has a problem, you need to Signed-off-by any commits you touch.

The first patch should to be correect have your Sob after Thomas
review as you touched it last,
the second patch needs your Sob somewhere in it.

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

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

* Re: [pull] ttm drm-fixes-5.4
  2019-10-11  4:24             ` Dave Airlie
@ 2019-10-11  7:44               ` Daniel Vetter
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Vetter @ 2019-10-11  7:44 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dri-devel, Deucher, Alexander, Huang, Ray, Arkadiusz Hiler,
	Koenig, Christian

On Fri, Oct 11, 2019 at 6:24 AM Dave Airlie <airlied@gmail.com> wrote:
>
> On Fri, 11 Oct 2019 at 14:20, Dave Airlie <airlied@gmail.com> wrote:
> >
> > On Thu, 10 Oct 2019 at 21:58, Koenig, Christian
> > <Christian.Koenig@amd.com> wrote:
> > >
> > > Am 09.10.19 um 09:47 schrieb Arkadiusz Hiler:
> > > > On Tue, Oct 08, 2019 at 09:13:41AM -0400, Alex Deucher wrote:
> > > >> On Tue, Oct 8, 2019 at 4:04 AM Koenig, Christian
> > > >> <Christian.Koenig@amd.com> wrote:
> > > >>> My git version should be relative new, but I'm usually using thunderbird
> > > >>> to send pull requests not git itself since I want to edit the message
> > > >>> before sending.
> > > >>>
> > > >>> How would I do this in a way patchwork likes it with git?
> > > >> FWIW, I usually generate the email first and then use git-send-email
> > > >> to actually send it.
> > > >>
> > > >> Alex
> > > > Hey,
> > > >
> > > > FDO patchwork maintainer here.
> > > >
> > > > I have tried few things quickly with no luck. There is something fishy
> > > > about FDO deployment of patchwork - you email works just fine on my
> > > > development instance.
> > > >
> > > > I have created issue for this:
> > > > https://gitlab.freedesktop.org/patchwork-fdo/patchwork-fdo/issues/28
> > > >
> > > > Sorry for the inconvenience.
> > >
> > > Maybe it's the non-Latin letter in my last name? Anyway we need to get
> > > the TTM fixes upstream for 5.4.
> > >
> > > Dave/Daniel any objections that I push those directly to drm-misc-fixes?
> >
> > Don't bother, I can manually process it, just takes a bit more effort.
>
> Actually it has a problem, you need to Signed-off-by any commits you touch.
>
> The first patch should to be correect have your Sob after Thomas
> review as you touched it last,
> the second patch needs your Sob somewhere in it.

So yeah maybe -misc because that makes sure this is all correct :-)
-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
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-10-11  7:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02 15:44 [pull] ttm drm-fixes-5.4 Christian König
2019-10-07 19:58 ` Dave Airlie
2019-10-08  8:04   ` Koenig, Christian
2019-10-08 13:13     ` Alex Deucher
2019-10-09  7:47       ` Arkadiusz Hiler
2019-10-10 11:58         ` Koenig, Christian
2019-10-11  4:20           ` Dave Airlie
2019-10-11  4:24             ` Dave Airlie
2019-10-11  7:44               ` Daniel Vetter

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.