Skip to content
Snippets Groups Projects
  1. Mar 04, 2025
    • Rodrigo Vivi's avatar
      dim: Restore fix_of_fix · cbb4e4a0
      Rodrigo Vivi authored and Rodrigo Vivi's avatar Rodrigo Vivi committed
      
      The original fix of fix on commit 28155089 ("dim: Consider
      fix-of-fix for -fixes cherry picking.") was:
      
      fix_of_fix=$(git log --grep="cherry picked from commit $fixes" \
      		  --after=6months --format=format:%h \
      		  $intel_remote/drm-intel-next-fixes -1)
      if [[ -z "$fix_of_fix" ]]; then
       fix_of_fix=$(git log --grep="cherry picked from commit $fixes" \
       --after=6months --format=format:%h $intel_remote/drm-intel-fixes -1)
      
      But commit e7f73056 ("dim: Generalize cherry-pick fixes")
      generalized it to for b in drm-intel-next drm-intel-gt-next
      
      So, we need to get back to look for the commits in the fix branch
      not in the next branch. However, let's only look to the current
      fix branch instead of both fixes branches, otherwise we will can
      reach a point where we can try to cherry-pick a fix_of_fix to a branch
      which doesn't have the first-fix patch.
      
      Cc: Lucas De Marchi <lucas.demarchi@intel.com>
      Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      cbb4e4a0
  2. Mar 03, 2025
  3. Feb 07, 2025
  4. Sep 19, 2024
  5. Sep 03, 2024
  6. Aug 11, 2024
  7. Aug 09, 2024
  8. Aug 08, 2024
  9. Aug 06, 2024
  10. Aug 02, 2024
Loading