intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-gfx] missing signoff on drm-intel-gt-next pull
@ 2021-08-11  3:48 Dave Airlie
  2021-08-11  6:05 ` Joonas Lahtinen
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Airlie @ 2021-08-11  3:48 UTC (permalink / raw)
  To: Joonas Lahtinen, Jani Nikula, Matt Roper, Daniel Vetter
  Cc: Intel Graphics Development, dri-devel

dim: db47fe727e1f ("drm/i915/step:
s/<platform>_revid_tbl/<platform>_revids"): committer Signed-off-by
missing.

I'm not sure how much pain it is to fix that up, but
commit db47fe727e1fc516cf60fc9ab8299605ef3c2d54
Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
Commit: Matt Roper <matthew.d.roper@intel.com>

    drm/i915/step: s/<platform>_revid_tbl/<platform>_revids

    Simplify the stepping info array name.

    Cc: Jani Nikula <jani.nikula@linux.intel.com>
    Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210713193635.3390052-2-matthew.d.roper@intel.com

It's definitely missing an S-o-b by anyone who handled the patch.

Let me know if it's insanely painful to fix that.
Dave.

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

* Re: [Intel-gfx] missing signoff on drm-intel-gt-next pull
  2021-08-11  3:48 [Intel-gfx] missing signoff on drm-intel-gt-next pull Dave Airlie
@ 2021-08-11  6:05 ` Joonas Lahtinen
  2021-08-11  7:11   ` Jani Nikula
  0 siblings, 1 reply; 5+ messages in thread
From: Joonas Lahtinen @ 2021-08-11  6:05 UTC (permalink / raw)
  To: Daniel Vetter, Dave Airlie, Jani Nikula, Matt Roper
  Cc: Intel Graphics Development, dri-devel

Quoting Dave Airlie (2021-08-11 06:48:39)
> dim: db47fe727e1f ("drm/i915/step:
> s/<platform>_revid_tbl/<platform>_revids"): committer Signed-off-by
> missing.
> 
> I'm not sure how much pain it is to fix that up, but
> commit db47fe727e1fc516cf60fc9ab8299605ef3c2d54
> Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
> Commit: Matt Roper <matthew.d.roper@intel.com>
> 
>     drm/i915/step: s/<platform>_revid_tbl/<platform>_revids
> 
>     Simplify the stepping info array name.
> 
>     Cc: Jani Nikula <jani.nikula@linux.intel.com>
>     Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
>     Reviewed-by: Jani Nikula <jani.nikula@intel.com>
>     Link: https://patchwork.freedesktop.org/patch/msgid/20210713193635.3390052-2-matthew.d.roper@intel.com
> 
> It's definitely missing an S-o-b by anyone who handled the patch.
> 
> Let me know if it's insanely painful to fix that.

Added you to the earlier mail thread that discussed the incident.

There are now 277 patches on top of that patch, so means rebasing all of
those and changing the hashes and trying to fixup all the Fixes:.

So it's painful but not insanely so. Let me know if you want the tree
rebased.

Regards, Joonas

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

* Re: [Intel-gfx] missing signoff on drm-intel-gt-next pull
  2021-08-11  6:05 ` Joonas Lahtinen
@ 2021-08-11  7:11   ` Jani Nikula
  2021-08-11  7:55     ` Dave Airlie
  0 siblings, 1 reply; 5+ messages in thread
From: Jani Nikula @ 2021-08-11  7:11 UTC (permalink / raw)
  To: Joonas Lahtinen, Daniel Vetter, Dave Airlie, Matt Roper
  Cc: Intel Graphics Development, dri-devel

On Wed, 11 Aug 2021, Joonas Lahtinen <joonas.lahtinen@linux.intel.com> wrote:
> Quoting Dave Airlie (2021-08-11 06:48:39)
>> dim: db47fe727e1f ("drm/i915/step:
>> s/<platform>_revid_tbl/<platform>_revids"): committer Signed-off-by
>> missing.
>> 
>> I'm not sure how much pain it is to fix that up, but
>> commit db47fe727e1fc516cf60fc9ab8299605ef3c2d54
>> Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
>> Commit: Matt Roper <matthew.d.roper@intel.com>
>> 
>>     drm/i915/step: s/<platform>_revid_tbl/<platform>_revids
>> 
>>     Simplify the stepping info array name.
>> 
>>     Cc: Jani Nikula <jani.nikula@linux.intel.com>
>>     Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
>>     Reviewed-by: Jani Nikula <jani.nikula@intel.com>
>>     Link: https://patchwork.freedesktop.org/patch/msgid/20210713193635.3390052-2-matthew.d.roper@intel.com
>> 
>> It's definitely missing an S-o-b by anyone who handled the patch.
>> 
>> Let me know if it's insanely painful to fix that.
>
> Added you to the earlier mail thread that discussed the incident.
>
> There are now 277 patches on top of that patch, so means rebasing all of
> those and changing the hashes and trying to fixup all the Fixes:.
>
> So it's painful but not insanely so. Let me know if you want the tree
> rebased.
>
> Regards, Joonas

The commit came in via a topic branch also to drm-intel-next, so that's
another 168 commits to rebase. There's a lot of people working on top of
those trees, so I'm leaning on the very painful side.

BR,
Jani.

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: [Intel-gfx] missing signoff on drm-intel-gt-next pull
  2021-08-11  7:11   ` Jani Nikula
@ 2021-08-11  7:55     ` Dave Airlie
  2021-08-11  8:00       ` Jani Nikula
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Airlie @ 2021-08-11  7:55 UTC (permalink / raw)
  To: Jani Nikula
  Cc: Joonas Lahtinen, Daniel Vetter, Matt Roper,
	Intel Graphics Development, dri-devel

On Wed, 11 Aug 2021 at 17:11, Jani Nikula <jani.nikula@linux.intel.com> wrote:
>
> On Wed, 11 Aug 2021, Joonas Lahtinen <joonas.lahtinen@linux.intel.com> wrote:
> > Quoting Dave Airlie (2021-08-11 06:48:39)
> >> dim: db47fe727e1f ("drm/i915/step:
> >> s/<platform>_revid_tbl/<platform>_revids"): committer Signed-off-by
> >> missing.
> >>
> >> I'm not sure how much pain it is to fix that up, but
> >> commit db47fe727e1fc516cf60fc9ab8299605ef3c2d54
> >> Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
> >> Commit: Matt Roper <matthew.d.roper@intel.com>
> >>
> >>     drm/i915/step: s/<platform>_revid_tbl/<platform>_revids
> >>
> >>     Simplify the stepping info array name.
> >>
> >>     Cc: Jani Nikula <jani.nikula@linux.intel.com>
> >>     Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
> >>     Reviewed-by: Jani Nikula <jani.nikula@intel.com>
> >>     Link: https://patchwork.freedesktop.org/patch/msgid/20210713193635.3390052-2-matthew.d.roper@intel.com
> >>
> >> It's definitely missing an S-o-b by anyone who handled the patch.
> >>
> >> Let me know if it's insanely painful to fix that.
> >
> > Added you to the earlier mail thread that discussed the incident.
> >
> > There are now 277 patches on top of that patch, so means rebasing all of
> > those and changing the hashes and trying to fixup all the Fixes:.
> >
> > So it's painful but not insanely so. Let me know if you want the tree
> > rebased.
> >
> > Regards, Joonas
>
> The commit came in via a topic branch also to drm-intel-next, so that's
> another 168 commits to rebase. There's a lot of people working on top of
> those trees, so I'm leaning on the very painful side.

Okay I think we can let that one slide. Having an S-o-b by someone in
the org on it is also technically enough for legal purposes anyways.

I'll finish the pulls from both trees tomorrow.

Thanks,
Dave.

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

* Re: [Intel-gfx] missing signoff on drm-intel-gt-next pull
  2021-08-11  7:55     ` Dave Airlie
@ 2021-08-11  8:00       ` Jani Nikula
  0 siblings, 0 replies; 5+ messages in thread
From: Jani Nikula @ 2021-08-11  8:00 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Joonas Lahtinen, Daniel Vetter, Matt Roper,
	Intel Graphics Development, dri-devel

On Wed, 11 Aug 2021, Dave Airlie <airlied@gmail.com> wrote:
> On Wed, 11 Aug 2021 at 17:11, Jani Nikula <jani.nikula@linux.intel.com> wrote:
>>
>> On Wed, 11 Aug 2021, Joonas Lahtinen <joonas.lahtinen@linux.intel.com> wrote:
>> > Quoting Dave Airlie (2021-08-11 06:48:39)
>> >> dim: db47fe727e1f ("drm/i915/step:
>> >> s/<platform>_revid_tbl/<platform>_revids"): committer Signed-off-by
>> >> missing.
>> >>
>> >> I'm not sure how much pain it is to fix that up, but
>> >> commit db47fe727e1fc516cf60fc9ab8299605ef3c2d54
>> >> Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
>> >> Commit: Matt Roper <matthew.d.roper@intel.com>
>> >>
>> >>     drm/i915/step: s/<platform>_revid_tbl/<platform>_revids
>> >>
>> >>     Simplify the stepping info array name.
>> >>
>> >>     Cc: Jani Nikula <jani.nikula@linux.intel.com>
>> >>     Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
>> >>     Reviewed-by: Jani Nikula <jani.nikula@intel.com>
>> >>     Link: https://patchwork.freedesktop.org/patch/msgid/20210713193635.3390052-2-matthew.d.roper@intel.com
>> >>
>> >> It's definitely missing an S-o-b by anyone who handled the patch.
>> >>
>> >> Let me know if it's insanely painful to fix that.
>> >
>> > Added you to the earlier mail thread that discussed the incident.
>> >
>> > There are now 277 patches on top of that patch, so means rebasing all of
>> > those and changing the hashes and trying to fixup all the Fixes:.
>> >
>> > So it's painful but not insanely so. Let me know if you want the tree
>> > rebased.
>> >
>> > Regards, Joonas
>>
>> The commit came in via a topic branch also to drm-intel-next, so that's
>> another 168 commits to rebase. There's a lot of people working on top of
>> those trees, so I'm leaning on the very painful side.
>
> Okay I think we can let that one slide. Having an S-o-b by someone in
> the org on it is also technically enough for legal purposes anyways.
>
> I'll finish the pulls from both trees tomorrow.

Thanks; in the mean time we'll need to eyeball the tooling to see if we
can plug some of these holes.

BR,
Jani.

-- 
Jani Nikula, Intel Open Source Graphics Center

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

end of thread, other threads:[~2021-08-11  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11  3:48 [Intel-gfx] missing signoff on drm-intel-gt-next pull Dave Airlie
2021-08-11  6:05 ` Joonas Lahtinen
2021-08-11  7:11   ` Jani Nikula
2021-08-11  7:55     ` Dave Airlie
2021-08-11  8:00       ` Jani Nikula

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).