Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
  2. Feb 23, 2024
    • Lucas De Marchi's avatar
      Drop qf · 2dd5e541
      Lucas De Marchi authored
      
      This tool is not being used and not being maintained anymore. Remove it
      so we don't have to keep solving new issues shown by shellcheck like:
      
      	In qf line 81:
      		branch=${quilt_branch#$QUILT_PREFIX}
      				      ^-----------^ SC2295 (info): Expansions inside ${..} need to be quoted separately, otherwise they match as patterns.
      
      Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
      2dd5e541
  3. Feb 01, 2024
  4. Jan 29, 2024
  5. Jan 26, 2024
  6. Jan 23, 2024
  7. Jan 11, 2024
  8. Jan 10, 2024
  9. Dec 29, 2023
  10. 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
  11. Sep 05, 2023
  12. Jun 08, 2023
  13. May 22, 2023
  14. Mar 30, 2023
  15. Mar 29, 2023
  16. 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
  17. 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
  18. Nov 11, 2022
  19. Oct 26, 2022
Loading