Skip to content
Snippets Groups Projects
  1. Jan 11, 2024
  2. Jan 10, 2024
  3. Dec 29, 2023
  4. Nov 28, 2023
    • Jani Nikula's avatar
      dim: fix From: matching in apply patch · 6030b24c
      Jani Nikula authored
      
      I occasionally bounce patches to intel-gfx@ to get CI for patches that
      were only sent to dri-devel@ or were caught in the moderation
      queue. This results in a Resent-From: header being added.
      
      Applying such a patch leads to the From: match in apply_patch() to match
      Resent-From: rather than the actual From:. If whoever bounced the patch
      is also applying the patch, their Signed-off-by won't be automatically
      added.
      
      Match From: from the beginning of the line to fix this.
      
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      6030b24c
  5. Sep 05, 2023
  6. Jun 08, 2023
  7. May 22, 2023
  8. Mar 30, 2023
  9. Mar 29, 2023
  10. Feb 06, 2023
    • Jani Nikula's avatar
      docs: updated rules for topic/core-for-CI commit management · 5e8fab5c
      Jani Nikula authored
      
      Introduce stricter rules for topic/core-for-CI management. Way too many
      commits have been added over the years, with insufficient rationale
      recorded in the commit message, and insufficient follow-up with removing
      the commits from the topic branch.
      
      New rules:
      
      1. Require maintainer ack for rebase. Have better gating on when rebases
         happen and on which baselines.
      
      2. Require maintainer/committer ack for adding/removing commits. No
         single individual should decide.
      
      3. Require gitlab issues for new commits added. Improve tracking for
         removing the commits.
      
      Also use the stronger "must" for commit message requiring the
      justification for the commit being in topic/core-for-CI.
      
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Cc: David Airlie <airlied@gmail.com>
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Cc: intel-gfx@lists.freedesktop.org
      Cc: dri-devel@lists.freedesktop.org
      Cc: dim-tools@lists.freedesktop.org
      Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Acked-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      5e8fab5c
  11. Jan 03, 2023
    • Rodrigo Vivi's avatar
      dim: Consider fix-of-fix for -fixes cherry picking. · 28155089
      Rodrigo Vivi authored
      
      In case a fix was not propagated yet to upstream, the
      original commit sha won't be found hence the fix of this
      fix will be missed during the cherry-pick.
      
      Since dim cherry-picks reliably adds the -x "(cherry picked
      from" message, let's also grep in the log to see if that
      was the case, before we give up and forget.
      
      Also, if that's the case, let's then fix the 'Fixes:' tag.
      
      v2: Actually replaces the 'Fixes:' tag, otherwise dim doesn't
      allow us to push giving the following message:
      "Fixes: SHA1 in not pointing at an ancestor:"
      "dim: ERROR: issues in commits detected, aborting"
      
      v3: - Also consider fix of fixes in drm-intel-fixes besides
            the drm-intel-next-fixes.
          - Use intel_remote branches instead of local.
          - And run the check unconditionally as suggested by Daniel.
      
      Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      28155089
  12. Nov 11, 2022
  13. Oct 26, 2022
  14. Aug 04, 2022
    • Jani Nikula's avatar
      dim: bump dim version to 2 · 7c722599
      Jani Nikula authored
      
      Commit ea3d1418 ("dim: Use git apply to apply patch") changed dim
      behaviour in that it now accepts fixup patches that can create new
      files, and those need to be applied using 'git apply' instead of plain
      'patch'. Bump dim version to 2 to be able to require this feature.
      
      We'll also need to bump the dim version requirement (DIM_MIN_VERSION) to
      2 in nightly.conf to account for the fixups that need this change.
      
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Thomas Zimmermann <tzimmermann@suse.de>
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      Acked-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      7c722599
  15. Jul 17, 2022
  16. Jul 07, 2022
  17. May 25, 2022
  18. Apr 21, 2022
Loading